.container{
        width: 100vw;
		margin: 0;
		padding: 0;
		max-width: 100%;
		overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
.header{
	width: 100%;
	height: 150px;
	background-color: #B49308;
	margin: 0px 0px 0px 0px;
}
.logo{
	display: inline-block;	
	background-image: url("/_assets/images/logo.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px 117px;
	width: 150px;
	height: 150px;	
	margin: 0px 0px 0px 20px;
	border-right-color: #5C5300;
	border-right: groove;
	border-right-width: 1px;	
}
.header_content h1{	
	color: #FC0206;
	text-shadow: 2px 2px #000000;
	margin: 50px 0px 0px 20px;		
	width:100%;
}
.header_content{
	width: calc(100% - 170px);
	height: 100%;		
	background-image: url("/_assets/images/header_image.png");
	background-repeat: no-repeat;	
	background-size: contain;
	background-position: center top;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	display: inline-block;
	position: absolute;		
}

.menu_container{
	position: absolute;	
	margin: -5px 0px 0px 0px;
	background-color: #B49308;
	width: 100%;
	height: 30px;
	text-align: center;
}
.main_menu{	
	position: absolute;		
	width: 100%;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.main_menu a:link{
	color: black;
	text-shadow: 1px 1px red;
}
.main_menu a:visited{
	color:#3A3A3A;
	text-shadow: 1px 1px red;
}
.main_menu a:hover{
	color: white;
	text-shadow: 1px 1px red;
}
.main_menu .social{
	display: inline-block;
	margin-right: 25px;
	margin-top: -1px;
	float: right;
	
}
.content_body{
	display:block;
}