@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Bold.otf);
		font-style: normal;
		font-weight: 400;
}
@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Medium.otf);
		font-style: normal;
		font-weight: 100;
}
@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Light.otf);
		font-style: normal;
		font-weight: 200;
}






.nav ul {
	list-style: none;
	background-color: #8a8c8f;
	text-align: right;
	padding: 5px;
	margin: 0;
	width: 100%;
	height: 50px;
}

.nav li {
	display: inline-block;
	font-family: 'majesti-banner', serif;
	font-weight: 400;
	margin: 1%;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 2px solid #41393d
	
}

.nav a {
	text-decoration: none;
	color: #41393d;
	display: block;
	transition: .3s;
	background-color: #8a8c8f;
	
}

.nav a:hover {
	background-color: #d7e4c2;
	color: #d4a18d;
	padding: 8px;
}



.inner {
	position: relative;
	width: 100%;
	z-index: 1;
	bottom: 5px;
	left: 400px;
	top: -700px;
	
}










html, body {
		overflow-y: scroll;
 		padding: 10px;
		margin: 0;
		font-family: majesti-banner;
    background-color: #41393d;
	
}

 h1 {
		
		font-family: majesti-banner;
		font-weight: 100;
    color: #be1e2d;
		text-align: center;
		font-size: 1.875em; /* 40px/16=2.5em */
}

h2 {
	font-family: majesti-banner;
	font-weight: 100;
	color: #8a8c8f;
	font-size: 1.875em; /* 27px/16=1.69em */
}

p{
	color: #8a8c8f;
		font-family: majesti-banner;
		font-weight: 200;
}



div.container {
	background-color: #fff;
	padding: 20px;
	height: 160px;
	width: 50%;
	border: 2px solid #8a8c8f;
	background-color: #8a8c8f;
	position: relative;
	left: 100px;
	bottom: 60px;
}

div.box {
	background-color: #fff;
	padding: 20px;
	height: 200px;
	width: 40%;
	border: 2px solid #8a8c8f;
	background-color: #8a8c8f;
	position: relative;
	left: 500px;
	bottom: 40px;
}





div.chef-man {
	background-color: #fff;
	height: 200px;
	width: 20%;
	position: relative;
	left: 800px;
	bottom: 260px;
}




h2 {
	margin: 0px;
	text-align: left;
	width: 100%;
	color: black;


}

h1 {
	margin: 0px;
	height: 100px;
	text-align: left;
	width: 100%;
	color: black;


}



p {
	
	text-align: left;
	color: black;
	padding: 10px;
	margin: 0px;

	
	
}

p2 {
	
	text-align: center;
	color: black;
	padding: 0px;
	margin: 0px;
}



.chef-man img {
	float: right;
	position: absolute;
	width: 300px;
	height: auto;
	right: 0px;
bottom: 0px
	
}

.image.list {
	font-size: 0;
	height: 35px;
	position: relative;
	left: 70px;
	bottom: 225px;

}
	

#map {
	position: relative;
	top: 70px;
	left: 40px;
	
	
}