
/*Start section contact us*/
.contact-us{
	background-image:url('../images/Contact-us.jpg');
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
					min-height:500px;
}
.contact-us .fields
{
 background:rgba(9,9,9,0.8);
 min-height:500px;
 color:#ddd;
 margin-bottom:10px;
 padding-top:40px;
 padding-bottom:40px;
 font-family:corbel;
 }
.contact-us textarea{
	backgroun:rgba(82,78,78,0.7);
	color:#FFF;
	border:none;
	height:167px;
	font-family:corbel;
}
.contact-us input[type="text"],
.contact-us textarea{
	background:rgba(82,78,78,0.7);
	color:#FFF;
	border:none;
	font-family:corbel;
}
.input-lg{         
background-color:rgba(82,78,78,0.7);
border-color:rgba(82,78,78,0.7);

 }
body{
	background-color:rgba82,78,78,0.1);
}
/*end section contact us*/
.copyright{
	font-family:corbel;
	height:10px;
}
footer{
	
	margin-top:10px;
	margin-bottom:10px;
}