
.menu_container {
	width: 100%;
	height: inherit;
	margin-top: 20px;
}

a.mobile-logo{
	display: inline-block;
	width: 96%;
	margin: 20px 2%;
	text-align: center;
	font-family: 'EB Garamond', 'Helvetica', 'Arial', serif;
	text-transform: uppercase;
}

a.mobile-logo img{
	/*border: 1px solid #fff;*/
}

a.mobile-logo h1{
	color: #fff;
	font-weight: 100;
	font-size: 34px;
	text-decoration: none !important;
	margin: 0;
	text-shadow: 0px 0px 4px black
}

.logo {
	/*float: none;
	width: 100%;
	text-align: center;*/
	display: none;
}


.logo img {
	max-width: 100%;
	height: auto;
}

.home-cta{
	width: 46.5%;
}
