/******************************************
/* CSS
/*******************************************/
/* @-ms-viewport {
  width: device-width;
} */
/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
html{
  font-size: 62.5%;
}
body{
  width: 100%;
height: 100%;
  font-family: 'Roboto Mono';
  border: 10px solid rgb(254	226	11	);
}
html{
  font-size: 62.5%;
  /* border: 2px solid blue; */
height: 100%;
  width: 100%;
}

/* outside layout */
header{
  width: 100%;
  height: 7%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* border: 3px solid purple; */
}
h2{
  font-size: 2.5rem;
  /* border:2px solid purple; */
  width: 100%;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 2%;
  font-weight: 500;
  /* padding-left: 8%; */
}
main{
  height: 88%;
  /* border: 2px solid red; */
}
footer{
  
  /*width: 60%; */
  /* border: 2px solid red; */
  font-size: 1.75rem;
  height: 5%;
  padding-top: 1%;
  /* clear: both; */
}

/* main */
h1{
  font-size: 2.25rem;
font-weight: 500;
text-align: center;
padding-bottom: 3%;
padding-top: 2%;
height: 8%;
/* border: 2px solid pink; */
}
#photos{
  display: flex;
  justify-content: space-evenly;
  padding: 2%;
  height: 35%;
  width: 100%;
  /* border: 1px solid black; */
}
#photos img{
  height: 100%;
  
}
#plate, #chix{
  display: none;
}
nav{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* border: 2px solid green; */
  height: 5%;
  padding-bottom: 40px;
}
nav ul li{
  font-size: 2.5rem;
  /* border: 2px solid pink; */
  text-align: center;
  height: 100%;
  padding-top: 5%;
}
#menuNav{
  /* display: flex;
  justify-content: space-evenly;
  align-items: flex-end; */
  /* border: 2px solid blue; */
  height: 100%;
}
.hidden{
  display: none;
}
li{
  width: 50%;
  /* border: 1px solid blue; */
}
#mainMenu{
  height: 50%;
  /* border: 2px solid purple; */
}
ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* border: 2px solid purple; */
  height: 100%;
  width: 100%;
}

/* mainMenu */

#smalls>ul, #drinks ul, #bigs ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-evenly;
}
#smalls, #drinks, #bigs{
  height: 100%;
}
h3, p{
  text-align: center;
}
h3{
  font-size: 2rem;
  /* border: 1px solid green; */
}
p{
  width: 100%;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  /* border: 1px solid blue; */
}

/* footer span also in hamburger */
footer span{
  /* border: 2px solid blue; */
  height: 100%;
  width: auto;
  /* border: 1px solid orange; */
  font-size: 1.25rem;
}
#email{
  margin-left: 11%;
}
i{
  height: 100%;
  /* margin-left: 90px; */
}
footer{
  display: flex;
  justify-content: space-around;
}

/******************************************
/* BASE STYLES
/*******************************************/
a{
  text-decoration: none;
  color: black;
}
a:hover{
  text-decoration: underline;
}


/******************************************
/* HAMBURGER
/*******************************************/
.hamburger-menu{
  display: block;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 30px;
  left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  /* border: 2px solid red; */
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  /* display: block; */
  position: absolute;
  width: 100%;
  /* thickness of lines */
  height: 2px;
  background-color: black;
  transition-duration: .25s;
  /* border: 2px solid blue; */
}
.menu__btn > span::before {
  content: '';
  top: -7px;
}
.menu__btn > span::after {
  content: '';
  top: 7px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 200px;
  height: 40%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .5s;
}
.menu__item {
  display: block;
  padding: 10% 20%;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}





/******************************************
/* MEDIA QUERY
/*******************************************/
@media screen and (orientation: landscape){
  header{
height: 10%;
  }
  h2{
    font-size: 5rem;
  }
  main{
height: 85%;
  }
  footer{
height: 5%;
  }
  h1{
    font-size: 4rem;
  }
  #plate, #chix{
    display: inline-block;
  }
  #menuNav{
    padding-left: 20%;
    padding-right: 20%;
  }
  #mainMenu{
    padding-left: 20%;
    padding-right: 20%;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 50%;
    margin: 0;
    padding: 120px 0;
    padding-left: 40px;
    list-style: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .5s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .5s;
  }
  .menu__btn {
    position: fixed;
    top: 50px;
    left: 60px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    /* border: 2px solid blue; */
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: black;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -20px;
  }
  .menu__btn > span::after {
    content: '';
    top: 20px;
  }
  footer{
    justify-content: flex-start;
  }
  footer span{
    margin-left: 30px;
    margin-right: 30px;
  }
}