@media only screen and (max-width:480px) {

@font-face {
    font-family: 'source_sans_proextralight';
    src: url('sourcesanspro-extralight-webfont.woff2') format('woff2'),
         url('sourcesanspro-extralight-webfont.woff') format('woff'),
         url('sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light-webfont.woff2') format('woff2'),
         url('sourcesanspro-light-webfont.woff') format('woff'),
         url('sourcesanspro-light-webfont.ttf') format('truetype'),
         url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ background-image: url("photos/background3.jpg"); background-size:100vw 110vh; background-attachment: fixed;background-color: #af967e; font-family: 'Source Sans Pro', sans-serif;font-weight:300;}

#mainlist {list-style-type: none; display: inline-block; z-index: 5; margin-top: -50vw; margin-left: -3vh; background-color: black; width: 200vh; height: 11vh; padding-left: 50vw;}

body{background-color: black; font-family: 'Source Sans Pro', sans-serif;font-weight:300; color:white; text-align:center; }

.mySlides{float: right;}

section{margin-top: 0; }

  .mySlides {width: 100%;
  position: absolute;
  left: 0;
  top:17vh;
  right:0;
  z-index: -3;}



 ul{margin-top: 0px; line-height: 40px; position: fixed;}

li {
    float: left; padding-right: 40px; font-size: 2vw; color: white;  text-align: center; padding-top: 1.5vw; position: relative;}
a{text-decoration: none;}
a:link{color: white;}
a:visited{color: #777777;}
a:active{color: #921A1F}


.dropdown-content{display:none; position: absolute; padding-top: 2em; text-decoration: none;}
.dropbtn{cursor:pointer;}
.dropdown-content li{display: block;}
.dropdown-content a:active {display: block; list-style-type: none}
.dropbtn:active + .dropdown-content{display: block; position: absolute;}


#menu{width: 70vw; margin-left: 17vh;}

#main{position: relative; margin-top: 82vw; z-index:-1;}
header{color:white;font-size: 2vw; z-index: 6; position: fixed; margin-top:-70vw; letter-spacing: .3vw; background-color: black; width: 105%; margin-left: -7vw; height: 17vh;}
h3{font-size: 6vw; padding-left: 16.5vw; margin-top: -7vw; font-weight:200;}
}
h2{font-weight:200; margin-top: 13.5vw; font-size: 7vw; padding-left:10vw;  text-align: center; color:white;}

h1{color: white; font-size:12vw;padding-top:0vh;}
p{color:white; font-size:3.7vw; margin-top:-20vw; width: 80vw; text-align: center; margin-left: 5vw; font-weight:200;}
}
#main{margin-top:50;}

#menutext{color: white; text-align: center; z-index:-5;}

hr{color: white; width: 20vw; display: inline-block; vertical-align: middle;}
#sizes{margin-top: -3vw;font-size: 2vw; padding-bottom:3vw;}

h6{font-size: 4vw;}

h4{font-size: 8vw; text-align: center; color: white; text-align: center; font-weight:300;}
h5{font-size: 6vw; color: white; text-align: center; margin-bottom: 0vw; font-weight:300;}

#sizes{margin-top: -3vw;font-size: 6vw; padding-bottom:3vw;}

#locationsection{z-index:-2}
#lunch{font-size: 2vw;}
#dinner{font-size: 2vw;}

#cssmenu ,
#cssmenu ul,
#cssmenu li{float: left;}
#cssmenu a {
  border: none;
  line-height: 2;
  margin: 0;
  padding-left: 2vw;
  background-color: black;
  width: 90%;
  
}
#cssmenu {
  height: 18vh;
  display: block;
  padding-left: 0;
  margin-left: -5vw;
  padding-top: 1vh;
  margin-top: -21vh;
  width: 100%;
  
  
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
  width: 108%;
}
#cssmenu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 1%;
  padding: 1%;
   border: none;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 5vw;
  font-family: 'Source Sans Pro', sans-serif;font-weight:300;
  color: #ffffff;
  padding-right: 5vw;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  border-right: 1px solid;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: #3c3c3c;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
  display: block;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #3f3f3f;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#cssmenu ul li > ul {
  width: 200px;
}
#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  background: none;
}
#cssmenu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}