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

body{
	background-repeat:no-repeat;
	max-width:1280px;
}

html { 
  background: url(images/bgmain.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Josefin Sans', sans-serif;
}

h1{
	color:#FF0;
	font-size:300%;
	font-weight:normal;
	margin:0px;
}

h2{
	color:#C00;
	font-size:140%;
	font-weight:bold;
	margin:5px;
}

h2 .white{
	color:#FFF;
}

h2 .yellow{
	color:#FF0;
}

#topnav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:44px;
	background-color:#000;
	opacity:0.8;
	z-index:10;
}
.navlink{
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	color:#C00;
	font-size:150%;
	font-weight:bold !important;
	height:40px;
	width:auto;
	text-decoration:none;
}

a:link{
	text-decoration:inherit;
	color:#C00;
}

a:visited{
	text-decoration:inherit;
	color:#C00;
}

.navlink:hover{
	height:37px;
	color:#FFF;
	border-bottom: solid 3px #FFF;
}

.navlink:active{
	height:37px;
	color:#FFF;
	border-bottom: solid 3px #FFF;
}

.navlinkcurrent{
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	width:auto;
	text-decoration:none;
	height:37px;
	color:#FFF;
	border-bottom: solid 3px #FFF;
}

#maincontentholder{
	margin: auto;
	width:780px;
	height:auto;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background: rgba(0,0,0,0.80);
	padding-top:25px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:25px;
}

.basicwhitetext{
	color:#FFF;
	font-size:18px;
}

.aboutslide{
	width:100%;
	height:auto;
	list-style:none;
	margin:0;
	padding:0;	
}

.abouttext{
	height:auto;
	color:#FFF;
	font-size:18px;
}
.featuredimage{
	position:relative;
	width:18%;
	height:auto;
	text-align:left;
	margin:5px;
}
#reviews{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	font-style:italic;
}
.city{
	display:inline;
	line-height:34px;
}
#footer{
	color:#FF0;
	display:inline;
	line-height:34px;
}
#menunav{
	position:fixed;
	margin-top:-80px;
}
#menunavitem{
	color:#C00;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#menunavitem:hover{
	color:#FFF;
}
.menuanchor{
	position:relative;
	top:-120px;
	height:1px;
	font-size:1px;
}
.menuheader{
	text-align:left;
}
.menuitem{
	text-align:left;
	color:#FFF;
	font-size:18px;
}
.menuitemdesc{
	font-style:italic;
	font-size:14px;
}
#gallery{
	border:none;
}

