@charset "utf-8";
/* CSS Document */

body {
	background-color: #020202;
}

p {
	font-size: 24px;
}

#backimg {
	height: inherit;
	width: 1920px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}

#container {
	height: inherit;
	width: 1920px;
	z-index: 1;
}

#logo {
	height: inherit;
	width: 440px;
	padding: 20px 20px 20px 20px;
	float: left;
	position: relative;
	z-index: 1; 
}

#nav {
	height: inherit;
	width: 150px;
	float: left;
	top: 280px;
	margin: 50px;
	position: absolute;
	z-index: 1;
}

.item {
	height: inherit;
	width: 150px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #BDD9D7;
	text-shadow:#000 2px 2px 3px;
	padding: 30px 10px 30px 10px;
	z-index: 1;
}

a {
	text-decoration: none;
	color:#BDD9D7;
}


.text1 {
	height: 64px;
	width: 1000px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 48px;
	text-align: center;
	color: #BDD9D7;
	text-shadow:#000 2px 2px 3px;
	padding: 5px 5px 5px 5px;
	top: 0px;
	z-index: -1;
}

#foodBar {
	width:auto;
	
}
