/* CSS Document */
header{
		position:fixed;
}
.main-nav{
	padding: 10px;
}

.main-nav a{
	font-size: 18px;
	margin: 0 20px;
}




.location{

}


h1.open-for-lunch{
	background-size: 331px 94px;
	width: 331px;
	height: 94px;	
	margin-top: 85px;	
}

h1.now-taking-reservations{
	background-size: 268px 94px;
	width: 268px;
	height: 94px;	
	margin-top: 85px;	
}

h2.carry-out-dine-in{
	margin-left: 10px;
}

h1.logo{
  margin-top: 100px;
	padding-top: 0;
}

footer{
	min-height: 500px;
}

.home{
	height: 507px;
	overflow: hidden;
	position: relative;

}

.home-background{
	background: url(../images/home_background_medium.jpg) center top no-repeat;
	height: 507px;
	position: absolute;
	width: 100%;
	display: block;
}

.home-container{
	height: auto;
	background-image: none;
}

.hours-block{
	float: left;
	width: 30%;
}


.hours-block p{
	margin-right: 20px;
}

.menu-container{
	width: 80%;
	padding: 50px;
	top: 75px;
}

.contact-container{
	width: 50%;
	margin: 0 auto;
}

.delivery-container,
.catering-container,
.market-container{
	width: 80%;
	margin: 0 auto;
	top: 75px;
	padding: 50px;
	overflow: auto;
}

.location-container{
	width: 80%;
	margin: 0 auto;
	top: 75px;
	padding: 50px;
	overflow: auto;
}

.location-block{
	float: left;
	width: 70%;
}

.social-media{
	position: absolute;
	top: 8px;
	right: 15px;
	padding-bottom: 0;
	padding-top: 0;
}