/*..............................IMAGES................*/
.sub-head{
	height:300px;
	margin-left: 100px;
	margin-top:30px;
}
#podium {
	width:25%;
}
#vmv {
	width:75%;
}
#myNavbar li a{
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
}
#banner-home img{
	width:1200px;
	display: block;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 20px;
	border: 5px solid #c0a062;
}
/*------------------paragraph and headers----------*/
#year{
	display: inline;
	}
hr{
	border: 2px solid;
	color:#c0a062;
}
p.value {
	font-size: 8px;
}
.div-para p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.div-para h1 h3{
	font-family: 'Roboto Condensed', sans-serif;
}

#address h1 {
	margin-top: 300px;
}

.pride h1{
	font-size: 120px;
	font-weight: bold;
	text-align: center;
	
}
.val-para{
	margin-left:150px;
}
.val-para p {
	text-align: justify;
	
}
p.value {
	font-weight: bold;
	font-size:16px;
	text-align: center;
}
.div-val{
	margin-left: 150px;
}
#map {
        height: 600px;  /* The height is 400 pixels */
        width: 80%;  /* The width is the width of the web page */
		margin-left: 100px;
       }
#small_map {
        height: 125px;  /* The height is 400 pixels */
        width: 175px;  /* The width is the width of the web page */
       }
#search-para{
	color: red;
	margin-top: 40px;
	margin-left: 0px;
	}
	
div input.form-control{
	border-color: #FFD700;
}
footer img {
	width: 50px;
	height: 50px;
}
footer#one{
	color: #fff;
	background-color: 	#303030;
	padding: 10px  0px 0px 30px;
}
footer#two{
	color: #fff;
	background-color: #000;
	padding: 10px  0px 0px 30px; 
}
footer#one p{
	color: #c0a062;
}
footer#two p.pull-right{
	margin-right: 305px;
}
p#envelope{
	color: green;
	margin-right: 10px;
	text-align: right;
}
p#earphone{
	color: green;
}

.thumbnail img{
	width:400px;
	height:200px;
}
.thumbnail .caption h3{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}