body {
	background-color: #fff;
	text-align: center;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
img {width:auto;max-width: 100%}
.container {padding:0 10px; text-align: center}
.header{padding-top: 50px;}
.logo {
	position: relative;
	right: 17%;
}
.nav { 
	width: 100%;
	position: relative;
}
.nav .inner {position: absolute; font-size: 16px; left: 36.5%; top: 0; height:100%; width: 38%; display: flex; background: #110918; opacity: 0;}
.nav a{
	height: 100%;
	text-decoration:none;
	width: 25%;
	
}
.nav a:hover {
	background-color: ;
}

.banner {margin-bottom:3rem;background-color: #110918}

.contact {
	text-align: center;
}