@charset "UTF-8";

nav{
  position: fixed;
  width: 100%;
  height: 80px;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
  margin: 0 auto;
  z-index: 99;
}
#container{
  position: relative;
  width: 82%;
  height: 80px;
  margin: 0 auto;
}
ul#listmenu{
  position: relative;
  float: right;
  width: auto;
  height: auto;
  top: 11px;
  right: 0px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
li.lis{
  position: relative;
  float: left;
  right: 0px;
  width: 80px;
  height: 35px;
  color: #ffffff;
  font-family: kenyan;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.5em;
}
li#HOME{
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
li#CARDAPIO{
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
li#DELIVERY{
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
li#LOCAL{
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
li:hover{
  color: #ffffff;
  background: rgba(255,255,255,0.0);
  text-decoration: none;
  border-radius: 2px;
}
li a{
  position: relative;
  color: rgba(255,255,255,1.0);
  top: 3px;
}
li a:link{
  text-decoration: none;
}
li a:visited{
  text-decoration: none;
}
li a:hover{
  text-decoration: none;
  color: rgba(255,255,255,0.2);
}
li a:active{
  text-decoration: none;
}
#logo{
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#logo a{
  position: relative;
  top: 0px;
  color: rgba(255,255,255,1);
  text-decoration: none;
  font-family: kenyan;
  font-size: 1.8em;
}
#logo a:link{

  text-decoration: none;
}
#logo a:visited{
  text-decoration: none;
}
#logo a:hover{
  color: rgba(255,255,255,1);
  text-decoration: none;
}
#logo a:active{
  text-decoration: none;
}
#twitter a img{
  position: relative;
  height: 19px;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
#github a img{
  position: relative;
  height: 19px;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
#twitter{
  width: auto;
}
#github{
  width: auto;
}
#twitter:hover{
  background: none;
}
#github:hover{
  background: none;
}
#buttonmenu{
  display: none;
  position: relative;
  float: right;
  background: url(../icons/menu.png) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 22px;
  top: 37px;
  right: 0px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
@media screen and (max-width: 852px){
  #listmenu{
    display: none;
  }
  #buttonmenu{
    display: block;
  }
}

