/* CSS Document */


p {
font-family: 'Open Sans', sans-serif;
color: #000000;

}

 a {
font-family: 'Open Sans', sans-serif;
color: #0000FF;

}

h1, h2, {
	font-family: 'Oswald', sans-serif;
}

h1 {
font-weight: 300;
text-transform:uppercase; 
}

h2 {
	font-size: 20px;
text-transform:uppercase; 
}

a:link {
text-decoration: none;
font-weight: bold;
color: #0000FF;
}

.navbar .nav li a {
text-decoration: none;
font-weight: bold;
color: #66C;
}

a:visited {
    text-decoration: none;
}

.navbar .nav li a:hover {
	color: #F9F;
} 


a:hover {
	color: #6699FF;
} 

a:active {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.embed-responsive-1by1 {
	margin-bottom: 10px;
	padding-bottom: 100%; 
}


nav a {
	font-size:18px;
	padding-left:15px; 
	text-transform:uppercase; 
	} 
	
nav.navbar {
	min-height: 35px;
	padding-top: 10px;
	
	}

.spacer {margin-top: 50px;} 
.spacer_small {margin-top: 20px;}

.fa {
	font-size: 20px;
	
}

.fa a:hover{ text-decoration: none;
}

.sect-a, .sect-b, .sect-c {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sect-a {
	background-color: #FFF; 
}
	
	
.sect-b {
	background-color: #FC0;
}

.sect-c {
	background-color: #F90; 
}


.footer {
    bottom: 0px;
    width: 100%;
    height: 400px;
    background-color: #999;
	padding-bottom: 20px;
	
}