body,div,p,h1,h2,h3,h4,h5,h6,span,a {
	font-family: Lato, sans-serif;
}
h1{
	font-size:56px;
}
h2{
	font-size:26px;
}
a {
	color:#fff;
}
a:hover{
	text-decoration:none;
	color:#a5a5a5;
}
img {
	max-width:100%;
}
.text-center {
	text-align:center;
}
.bold {
	font-weight:600;
}
.header {
	background-image:url('img/bg1.jpg');
	color:#fff;
}
.header h2 {
	font-size:32px;
	color:#a5a5a5;
}
.header h3 {
	font-size:18px;
}
.header i {
	font-size:32px;
	padding:5px;
}
.white {
	padding:50px 0px;
}
.white p {
	color:#737373;
}
.white .bold {
	color:#000;
}
.contact {	
	background-image:url('img/bg2.jpg');
}
.contact p {
	color:#fff;
}
.header .overlay {
	background-color:rgba(0,0,0,0.8);
	padding:90px 5px;
}
.contact .overlay {
	background-color:rgba(0,0,0,0.8);
	padding:40px 5px;
}
.yellow {
	color:#f9cd0a;
}
.contact-form input{
	width:400px;
	max-width:100%;
	background-color:rgba(0,0,0,0.8);
	border:1px solid #444;
	color:#fff;
	padding:10px 10px;
	margin:10px 0px;
}
.contact p {
	color:#a5a5a5;
}
.contact-form input.btn {
	background-color: rgb(246, 193, 1);
	text-transform:uppercase;
	font-size:16px;
	color:#000;
}	
#error_message {
	color:red;
}
#error_message ul{
	list-style-type:none;
}
#success_message {
	color:green;
}
footer {
	background:#000;
	color:#b2b2b2;
	padding:15px;
	text-align:center;
}
footer ul {
	text-align:center;
	list-style-type:none;
	padding:0px !important;
}
footer li {
	display:inline;
	color:#fff;
}
footer li a{
	color:#b2b2b2;
}
footer li a:hover{
	color:#fff;
	text-decoration:none;
}