body {
background-color:#F4ECD6;
}

h1 {
  font-family: Optima,sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: black;

}

h2 {
  font-family: Optima, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: black;
}


p1 {
  font-family: Optima,sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: black;
}

p2{
  font-family: Optima,sans-serif;
  font-size: 13px;
  line-height: 22px;
}
p3{
  font-family: Optima,sans-serif;
  font-size: 15px;
  line-height: 22px;
}



.header-nav {
  background-color: #F4ECD6;
  width:100%;
  font-weight: bold;
}

.nav-bar {
  display:flex;
  align-items: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  padding: 30px 0 30px 0;
}

#logo {
height:65px;
margin-left: 19px;
}

#toggle:checked ~ ul.menu-items {
display:none;
}

#toggle {
display:none;
}


ul.menu-items {
padding: 20px 0 0 0;
margin: 0;
list-style-type: none;
text-align: left;
display: block;
color: black;
margin-right: 19px;
}


ul.menu-items a {
  text-decoration:none;
  font-family: Optima,sans-serif;
  line-height:19px;
  font-size: 18px;
  text-align: right;
  color: black;
  display:block;
}


ul.menu-items a:first-of-type {
  padding-top:10px;
}

ul.menu-items a:last-of-type {
  padding-bottom:10px;
}


a:link {
  font-family: sans-serif;
  font-size: 25px;
  line-height: 19px;
  color: #F4ECD6;
  text-decoration: none;

}



label {
font-size: 50px;
line-height:100px;
cursor: pointer;
background-color: #F4ECD6;
margin-right: 19px;
}



body {
  margin: 0px;

  background-color: #F4ECD6;
}

section {
  background-color: #F4ECD6;

}

.column-one, .column-two {
width: 100%;
}

.column-one img {
margin-top: 40px;
width: 100%;
}

.column-two {
margin-left: 19px;
line-height: 31px;
text-align: left;
margin-bottom: 20px;
margin-top: 20px;
}

.column-three img {
width: 110%;
margin-bottom: 6%;
}

.column-four img {
width: 110%;
margin-bottom: 6%;
}

.column-five img {
width: 110%;
margin-bottom: 6%;
}

.column-six img {
width: 110%;
height: 90%;
margin-bottom: 6%;
}


.drinks{
margin-top: 20px;
}


.contact-info{
margin-left: 19px;


}

.location-info{
margin-left: 19px;
}

.address {
  line-height: 25px;
}

.hours {
  line-height: 25px;
}

.body-container1{
  margin-bottom: 10%;
  margin-left: 19px;
  display: inline-block;
  text-align: left;
  line-height: 31px;
  margin-bottom: 5%;
}


.small-container{
  display:inline-block;
  margin-left: 34px;
  line-height: 31px;
}

.small-container2{
  display:inline-block;
  margin-left: 5%;
  line-height: 31px;
}

.ML-container {
  display:inline-block;
  margin-left: 5%;
  line-height: 31px;
}



#map {
  width: 600px;
  height: 502px;
}


@media only screen and (min-width: 700px) {


  h1 {
    font-family: Optima,sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: black;

  }

  h2 {
    font-family: Optima, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: black;
  }


  p1 {
    font-family: Optima,sans-serif;
    font-size: 28px;
    line-height: 48px;
    color: black;
    font-weight: lighter;
  }



  .header-nav {
  background-color: #F4ECD6;
  width:95%;
  margin: 0 auto;
  display:flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: bold;
  font-size: 35px;
}


.nav-bar {
  display:inline-block;
  position: relative;
  padding: 30px 0 30px 0;
  width:95%;
}


  #toggle {
  display:none;
  }

  label {
  display:none;
  }

  ul.menu-items, #toggle:checked ~ ul.menu-items {
  display: flex;
  margin: 0;
  list-style-type: none;
  text-align: right;
  border-top:none;
  width: 400%;
  justify-content: space-between;
  }

  ul.menu-items {
padding: 0px 0 0px 0;
height: 60px;
}


#about  {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  }

  .column-one {
  width: 55%;
  height: 100%;
  }
  .column-two {
  width: 50%;
  margin-left: 3%;
  }




  #special-menu{
    width: 100%;
      display:flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: row-reverse;
      text-align: left;
      margin-top: 100px;

    }

    .column-three{
    width: 690px;
    height: 100%
    }

    .specials{
    width: 45%;
    margin-right:2%;

    }




  #food-menu{
    width: 100%;
      display:flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 100px;
}


   .column-four{
     width: 690px;
     height: 100%
    }

    .food{
    width: 30%;
    margin-right: 16%;
    }




    #drink-menu{
      width: 100%;
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: row-reverse;
        text-align: left;
        margin-top: 100px;

      }

      .column-five{
        width: 690px;
        height: 100%
      }

      .drinks{
        width: 40%;
        margin-left: 3%;
      }


      #locations{
        width: 100%;
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        margin-top: 100px;

        }

        #map{
        width: 50%;
        }

        .location-info{
        width: 30%;
        margin-right: 17%;
        }





    #contact{
        width: 100%;
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: row-reverse;
        text-align: left;
        margin-top: 100px;

          }

      .column-six{
        width: 690px;
        height: 100%;
        margin-bottom: 10%
          }

        .contact-info{
          width: 30%;
          margin-left: 4%;
          }
