html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, var, b, u, i, center, dl, dt, dd, ol, ul, li, embed,footer, header, caption, nav {
margin: 0
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('fonts/flexslider-icon.eot');
src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),url('fonts/flexslider-icon.woff') format('woff'),url('fonts/flexslider-icon.ttf') format('truetype'),url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
body{
background-image: url(images/sitebackround.svg);
background-color: black;
background-size: 100vw;
background-repeat: repeat;
overflow: hidden;
color: #4F4F4F;
font-family: 'Open Sans Condensed', sans-serif;
font-weight:lighter;
margin: 0;
padding: 0;
}
/*navigation styles*/
nav{
width: 85vw;
margin:auto;
}
nav a img{   
width: 7vw;
margin-top: 5vh;
}
nav ul{
margin-top:70px;
float:right;
}
nav li a{
text-decoration: none;
color: #FFD56A;
font-size: .9vw;
text-transform:uppercase;   
}
nav li{
float:left;
list-style-type:none;
border-left-style: solid;
border-bottom-style: none;
border-left-color: #FFBD58;
border-bottom-color: #FFBD58;
border-left-width: thin;
border-bottom-width: thin;
text-align: center;
display: inline-block;
padding: 2vh 0vw 1vh 0vw;
width: 9vw;
margin-top:-2vh;
}
nav li:first-of-type {
border-left-style: none;
}
nav li:hover{   
background-color: rgba(128,128,128,.8);
color: black;
}
a[href]{
cursor: pointer;
}
/*home pg styles*/
.IMG {
width: 90vw;
overflow: hidden;
margin: auto;
margin-top: 50px;
}
.IMG img{
width: 90vw;
position: absolute;
box-shadow: 2px 2px 50px 10px black ;
}
/*content styles*/
.content{
color:white;
width: 65vw;
height: 50vh;
background-color:none;
margin: auto;
margin-top: 15vh;
margin-bottom: 9vh;
padding: 1vw 1vh;
font-size: 1vw;
}
.bio{

margin-left: 1vw;
margin-right: 2vw;
text-align: justify;
color: 
}
h2{
font-weight: bold;
color: white;
}
h3{
font-style: italic;
padding: 2vh 0vw;
}
/*order styles*/
#food{
overflow-x: hidden;
overflow-y: scroll;
font-size: 1vw;
color: white;
}

/*menu styls*/
.menuLink{
    color:white;
margin: auto;
    margin-top: 10vh;
    margin-left: 15vw;
    padding: 1vw 1vh;
    font-size: 1vw;
}
.menuLink a{
    color: white;
}
.menuLink a:hover{
    color:#FFD56A;
}
.foodList{  
    overflow-x: hidden;
    overflow-y: scroll;
    color:white;
    width: 65vw;
    height: 50vh;
    background-color:none;
    margin: auto;
    margin-top: 03vh;
    padding: 1vw 1vh;
    font-size: 1vw;
}
dl{
        text-align:center;
        padding-bottom: 1vw;  
}
dl dt{
    text-transform: uppercase;
    font-size: 1.3vw;
    margin: 3vh 0vw 1vh 2vw;
}
dl dd{
    font-size: .9vw;
    line-height: 1.4vw;
}
.des{
    font-size: .6vw;
    font-style: italic;
    margin-top: -.5vh;
}
dt:first-of-type {
  margin: -2vh 0vw 1vh 2vw;
}
/*event styles*/
.events{
    color:white;
    width: 55vw;
    margin: auto;
    margin-top: 15vh;
    padding: 1vw 1vh;
    font-size: 1vw;
    
}
.events img{
    height: 18vh;
    width: 18vw;
    float: right;
    display: block;
    margin-bottom: 2vh;
    margin-left: 15vw;
}
/*gift styles*/
.gift{
    color:white;
    width: 50vw;
    height: 50vh;
    background-color:none;
    margin: auto;
    margin-top: 15vh;
    margin-bottom: 9vh;
    padding: 1vw 1vh;
    font-size: 1vw;
}
.gift img{
   width: 30vw;
    float: right;
}
/* reservation pg styles*/
.contact-form {
	width: 50vw;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
    padding: 1vh;
    margin: auto;
    font-family: 'Open Sans Condensed';
}
.contact-form fieldset{
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}
.contact-form h1 {
	text-align: center;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
}
.contact-form h2 {
	text-align: center;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
}
.control-group {
	margin-bottom: 10px;
}
.control-group label {
	font-family: 'Open Sans Condensed';
	font-size: 1.5vw;
}
.control-group input[type="text"] {
	width: 30vw;
	height: 3vh;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Open Sans Condensed';
	font-size: 1vw;
    color:black;
    float: right;
    border-radius: 10px;
}
.control-group input[type="number"] {
	width: 30vw;
	height: 3vh;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Open Sans Condensed';
	font-size: 1vw;
    color:black;
    float: right;
    border-radius: 10px;
}
.control-group input[type="time"] {
	width: 15vw;
	height: 3vh;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Open Sans Condensed';
	font-size: 1vw;
    color:black;
    float: right;
    border-radius: 10px;
}
.control-group input[type="date"] {
	width: 15vw;
	height: 3vh;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Open Sans Condensed';
	font-size: 1vw;
    color:black;
    float: right;
    border-radius: 10px;
}
.control-group textarea {
	width: 50vw;
    height: 6vh;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 5px 5px 5px 40px;
	font-family: 'Open Sans Condensed';
	font-size: 1vw;
    color:black;
    border-radius: 10px;
}
.control-group input[type="submit"] {
	width:  15vw;
	margin: 0vh 17.5vw;
	padding: 10px 0px 10px 0px;
	outline: none;
	text-align: center;
	font-family: 'Open Sans Condensed';
	font-size: 14px;
	font-weight: 700;
	color: black;
	border: 1px solid #FFBD58;
    border-radius: 10px;
	background: white;
}
.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #FFBD58;
    color:white;
}
.no-margin {
	margin: 0px; 
}
.contact-form label.error, div#errors {
	padding-left: 5px;
	color: #FFBD58;
	font-family: 'Open Sans Condensed';
}
div#errors{
    display:none;
}
.contact-form #msg_submitting{
    display:none;
}
.contact-form #msg_submitted{
    display:none;
}

/*contact form styles*/
.contactPage{
    width:25vw;
    margin: auto;
    margin-top: 15vh;
    color: white;
}
.contactPage h4{
    font-style: normal;
    font-size: 1.1vw;
}
#contactus{

    color: white;
}
#contactus fieldset
{
   width:20vw;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 1vw;
   font-weight:bold;
   color: white;
}

#contactus label
{
   font-family: 'Open Sans Condensed', sans-serif;
   font-size:1vw;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.8vw;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:18vw;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:18vw;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: 'Open Sans Condensed', sans-serif; 
   font-size: .8vw;
   color: #FFBD58;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: .5vw;
   color:white;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
/*footer styles*/
footer{
    width: 100vw;
    height: 13vh;
    background-color: rgba(255, 189, 88, .5);
    position: fixed;
    top: 85vh;
    
} 
footer ul{
   
    font-family:Georgia;
    color: black;
    font-weight:bolder;
    font-size: .9vw;
    padding-top:2vh;
    padding-bottom:2vh;
    margin: auto;
    text-align:center;
}
footer li{
    display: inline-block;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: thin;
    margin-left: 1vw;
    text-align: center;
    height: 8vh;
    vertical-align: center;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-top: 2vh;
}
footer li:first-of-type {
  border-left-style: none;
}
#facebook, #twitter, #instagram{
    font-size: 2vw;
    
}
#facebook, #twitter, #instagram{
    padding: 0vh 1vw;
   
}
footer li a{
	display: inline;
    text-decoration: none;
    color:black;
} 
footer a:hover{
    color: rgb(128,128,128);
}
footer .copy{
    font-size: .4vw;
    border-left-style: none;
    padding-top: 6vh;
    width: 6vw;
}

/*email signup styles*/
.form{
    margin-top: -2vh;
    border-left-style: none;
}
.signUp label{
    display: inline;
    font-family: Georgia;
    font-size: .8vw;
    font-style: italic;
}
.signUp input[type="text"] {
    font-family: Gorgia;
    font-size: .8vw;
    font-style: normal;
    width: 12vw;
}
.signUp input[type="submit"] {
    text-align: center;
    font-family:Georgia;
    font-size: .8vw;
    color: #ffffff;
    background-color:black;
    padding: .5vh 1vw;
    border-radius: 10px;
}
.signUp input[type="submit"]:hover {
    background-color: rgba(255, 189, 88, .5);
}







/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Layout
***********************/

#main {
    width: 48vw;
    margin: auto;
    margin-top: 6px;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 5.92vw; float: left; margin: 0;}
.flex-control-thumbs img {width: 5.92vw; display: block; opacity: .5; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

#mobile{
    display:none;
}
