body{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color: white;
	background-color: #0f1026;
}

.nav{
	overflow: hidden;
	text-align: center;
	background-color: #0f1026;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;	
	right: 0px;		
}
.nav a{
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
}
.nav a:hover{
	color: #f2911b;
	text-decoration: underline;
}
.outdoor-image img{
	width: 100%;
}	
#hours{
	background-color: #1b2040;
	color: #f2f2f2;
	overflow: auto;
}
#hours img{
	width: 45%;
	float: right;
	padding: 20px;
}
#hourlist {
	float: left;
	width: 50%;
}
#hourlist h1{
	text-align: center;
	font-size: 50px;
}
#hourlist ul{
	text-align: center;
	padding-left: 0px;
	font-size: 30px;
}
#hourlist ul li:hover{
	color: #f2911b;
}
#location{
	background-color: #f2911b;	
	overflow: auto;
}
#rightLocation{
	width: 50%;
	float: right;
	text-align: center;
	border-left: 5px solid white;

}
#rightLocation iframe{
	width: 80%;
}
#locationimage{
	width: 45%;
	float: left;
	padding: 15px;
	padding-top: 0px;
}
#location div h1{
	text-align: center;
}
#rightLocation p{
	font-size: 20px;
}
footer{
	background-color: #f2f2f2;
	color: #0f1026;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}
footer li{
	display: inline-block;
	text-align: center;
	padding: 14px 16px;
}
