/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


#get-involved {

	background-color: #f5f5f5;
}

ul.nav {

	font-family: 'Arvo', courier, serif ;
	font-size: 15px;

}

.jumbotron {

background-image: url('../images/Blue-16.jpg');
text-align: center;
margin-bottom: 0px;
}

.jumbotron h1 {

		font-family: 'Arvo', courier, serif ; color: white;
		margin-top: 0px;
		margin-bottom: 20px;


}

.imgresponsive{
    
    max-width: 100%; 
    height: auto;
    
}

.jumbotron p{

	margin-top: 10px;
	margin-bottom: 25px;
	padding: 0px 50px;
}
.btn-lg{

font-size: 36px;
}

.homepage{
	
text-align: center;
padding-top: 30px;
padding-bottom: 30px;

}

.homepage h2, .homepage h3{

color: #212d3d;
    font-family: 'Arvo', courier, serif;
    text-transform: uppercase;

}

.homepage h2{

	font-size: 30px;
}
.homepage h3{

    font-size: 26px;
}

.homepage p{

	font-size: 21px;
	font-weight: 300;
}

.homepage a {

	color: #0057a3;
}

.homepage a:hover{

	text-decoration: none;
	opacity: .8;
	color: #dbb878;
}

.homepage hr{

	border-top: 1px solid #0055a2;
	width: 160px;
	margin-top: 15px;
}

.bluetext
{
    color:#dbb878;
    
    
}

footer{
background-color: #212d3d;
padding-top: 150px;
padding-bottom: 30px;

}



/* Responsiveness*/

