@charset "utf-8";
/* CSS Document */

body {
	background: url("background_image.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.container{
	width: 100%;
}

.header{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #A7A5A5;
	
}

.menu{
	float: left;
	 
}

header nav {
	padding-top: 2%;
	text-align: center;
	font-size: 22px;
	color: #024c8e;
}

header nav a {
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

header nav a:hover {
	color: red;
}

header nav a:visited { 
 text-decoration: none; 
 color: #024c8e; 
}

#left_nav{
	width: 30%;
}

#logo{
	width: 40%;
}

#logo img{
	width: 100%;
	line-height: 0%;
	
}

#right_nav{
	width: 30%;
}

#form_body{
	color: black;
	text-align: center;
	padding-top: 50px;
}

.contact_form{
	width: 100%;
	height: 350px;
	border: none;
}

footer {
	text-align: center;
	background: #A7A5A5;
}

@media (max-width: 1139px){
	body {
		background: white;
	}	
}
