.parent {
	width: 670px;
	height: 150px;
	position: absolute;
	z-index: 0;
}

.inner {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	
}



.nav ul {
	list-style: none;
	background-color: #8a8c8f;
	text-align: right;
	padding: 5px;
	margin: 0;
	font-size: .70em;
}

.nav li {
	display: inline-block;
	font-family: 'majesti-banner', serif;
	font-weight: 350;
	font-size: 1.05em;
	text-align: center;
	border-bottom: 9px solid #41393d
	
}

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

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


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


@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;
}
.chefimage {
	float:right;
    background-color: #8a8c8f;
		text-align: right;
		font-size: 3.5em;
    color: #be1e2d;
    padding: 30px;
		width: 26%;
	
}


.chef h2 {
	float: left;
	margin: 0px;
	text-align: left;
	padding: 10px;
	width: 100%;
	color: black;
	max-width: 65%;
	background-color: #8a8c8f;

}

.chef p {
	float:left;
	text-align: left;
	color: black;
	padding: 10px;
	background-color: #8a8c8f;
	width: 65%;
	padding: 10px;
	height: 115.5px;
	margin: 0px;
	
	
}

/* 
.starters {
	float: left;
	background: white;
	width: 50%;
	margin: 0%;
	padding: 0%;
	height: 60px
	
	
	
}
*/













/*
.bottommenu {
    background-color: #8a8c8f;
		text-align: left;
		font-size: 1.5em;
    color: #41393d;
    padding: 10px;
}
.bottommenuright {
    background-color: #8a8c8f;
		text-align: right;
		font-size: 1.5em;
    color: #41393d;
    padding: 10px;
}

div.absolute {
    position: absolute;
    top: 986px;
    right: 23px;
    width:400px;
    height: 20px;
	  background-color: #8a8c8f;
		text-align: right;
		font-size: 1.5em;
    color: #41393d;
    padding: 0px;
}

*/

 h1 {
		
		font-family: majesti-banner;
		font-weight: 400;
    color: #be1e2d;
		text-align: center;
		font-size: 3.5em; /* 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;
}



	

	@media screen and (min-width: 600px) {
		.nav li {
			width: 150px;
			border-bottom: none;
			height: 50px;
			line-height: 50px;
			font-size: 2em;
		}
	





img {
	
}
