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

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




.location{

}

h1.logo{
	background: url(../images/QH-logoWeb.png) left top  no-repeat;
	width: 819px;
	height: 280px;
	text-indent: -99999px;
	overflow: hidden;	
	margin: 0 auto;
	max-width: 70%;
}

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;
}

h3.logo{
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}

footer{
	min-height: 500px;
}

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

}

.home-background{
	background: url(../images/hapa_cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 800px;
	position: absolute;
	width: 100%;
	display: block;
}

.home-container{
	height: 800px;
	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;
}

.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;
}

.video-container {
    position: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
    height: auto;
    overflow: hidden;
}

.video-container iframe {
    position: inherit;
    top: auto;
    left: auto;
    width: 560px;
    height: 315px;
}