#menu_container{
	opacity:0;
}
.header_img{
	width:100%;
	text-align: center;
	height:40%;
	background-size: cover;
}
.header_img_back{
	text-align: center;
	width:80%;
	margin:0 auto 30px auto;
	max-width:1000px;
	background: rgba(0,0,0,0.5);
	padding:30px;
}
.header_img_back img{
	margin: 0 auto;
}
.header_img h2{
	color:#fff;
}
.header_img_back h5{
	color:#fff;
	text-align: center;
	font-size:0.8em;
}
.header_msg{
	margin-top:80px;
}

.header_msg p{
	max-width: 800px;
	margin:100px auto;
}