::selection {
  background-color: #85cfc3;
}

body {
  overflow-x: hidden;
}

/* NAV BAR */
nav {
  height: 100px;
  width: 100vw;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 2px solid black;
}

nav li {
  display: inline;
  float: left;
}

nav a {
  display: inline-block;
  text-decoration: none;
  width: 19.99vw;
  text-align: center;
  padding: 40px 0;
  color: grey;
  transition: 0.1s;
  font-size: 1.5em;
}

nav a:hover {
  color: #85cfc3;
}

nav a:active {
  color: #f2cfc4;
}
#logo a {
  font-family: balboa-plus-primary, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  padding: 26px 0;
}

#ham-button {
  display: none;
}
/* NAV BAR BREAKPOINT */
@media screen and (max-width: 479px) {
  #ham-button {
    border: none;
    outline: none;
    border: 2px solid black;
    color: white;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #f2cfc4;
    z-index: 2000;
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 10vh;
    height: 10vh;
    text-align: center;
    box-shadow: none;
    /* transform: translateY(-95%); */
    transition: transform 1s;
    font-size: 1.5em;
  }

  .slide-the-drawer {
    transform: translateX(100vw);
  }

  .slide-the-burger {
    /* transform: translateX(300vw); */
  }

  nav {
    display: block;
    left: -100vw;
    height: 100vh;
    transition: transform 1s;
    width: 100vw;
  }

  nav ul {
    height: auto;
  }

  nav li {
    width: 100%;
    height: 19%;
    float: left;
    position: relative;
  }

  nav li a {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  #ham-button {
    border: none;
    color: white;
    outline: none;
    margin: 0;
    padding: 0;
    display: block;
    border: 2px solid black;
    background-color: #f2cfc4;
    z-index: 2000;
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 10vh;
    height: 10vh;
    text-align: center;
    box-shadow: none;
    /* transform: translateY(-95%); */
    transition: transform 1s;
    font-size: 1.5em;
  }

  .slide-the-drawer {
    transform: translateX(100vw);
  }

  .slide-the-burger {
    /* transform: translateX(300vw); */
  }

  nav {
    display: block;
    left: -100vw;
    height: 100vh;
    transition: transform 1s;
    width: 100vw;
    z-index: 1000;
  }

  nav ul {
    height: auto;
    z-index: 1001;
  }

  nav li {
    width: 100%;
    height: 19%;
    float: left;
    position: relative;
    z-index: 1002;
  }

  nav li a {
    width: 100%;
    text-align: center;
    z-index: 1003;
  }
}
/*END OF NAV BAR */

/* DELIVERY BAR */

#social {
  z-index: 1000;
  position: fixed;
  width: 80px;
  background-color: transparent;
  right: 0;
  top: 30%;
}

#social li {
  list-style-type: none;
}

#social li a {
  display: block;
  text-align: center;
  height: 80px;
  border: 3px solid black;
  border-top: 0px solid black;
  background-color: #f2cfc4;
  width: 100%;
  text-decoration: none;
  font-size: 2em;
  color: white;
  transition: 0.2s;
}

#social li:first-child a {
  border-top: 3px solid black;
}

#social i {
  line-height: 70px;
}

#social p {
  position: relative;
  bottom: 15px;
  font-size: 0.5em;
}

#social a:hover {
  background-color: white;
  color: #f2cfc4;
}

#social a:active {
  color: #85cfc3;
}

@media screen and (max-width: 479px) {
  #social {
    box-sizing: border-box;
    width: 30vh;
    height: 10vh;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }

  #social li {
    box-sizing: border-box;
    float: left;
    display: inline-block;
    width: 33.3333%;
    height: 100%;
  }

  #social li a {
    box-sizing: border-box;
    border: 2px solid black;
    border-right: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    font-size: 1.5em;
  }

  #social li:last-child a {
    border-right: 2px solid black;
  }

  #social li:first-child a {
    border-top: 2px solid black;
  }
  #social i {
    line-height: 45px;
  }

  #social p {
    bottom: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  #social {
    box-sizing: border-box;
    width: 30vh;
    height: 10vh;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }

  #social li {
    box-sizing: border-box;
    float: left;
    display: inline-block;
    width: 33.3333%;
    height: 100%;
  }

  #social li a {
    box-sizing: border-box;
    border: 2px solid black;
    border-right: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 8vh;
    font-size: 4vh;
  }

  #social li:last-child a {
    border-right: 2px solid black;
  }

  #social li:first-child a {
    border-top: 2px solid black;
  }
  #social i {
    line-height: 7vh;
  }

  #social p {
    bottom: 3.5vh;
  }
}

/* END OF SOCIAL BAR */

/* NEWSLETTER BAR */
.newsletter {
  min-height: 65px;
  height: 10vh;

  width: 100vw;
  background-color: #f2cfc4;
  position: fixed;
  left: 0;
  top: 100px;
  border: 3px solid black;
  padding-left: 6%;
  z-index: 100;
}

.newsletter p {
  font-family: "Staatliches", cursive;
  display: inline-block;
  color: white;
  top: 0.5vh;
  position: relative;
  font-size: 3vw;
}

.newsletter input {
  margin-left: 3%;
  width: 20vw;
  height: 3.5vw;
  font-family: "Staatliches", cursive;
  font-size: 2vw;
  color: white;
  background-color: #f2cfc4;
  border-style: none;
  border-bottom: 4px solid white;
}

.newsletter input:hover {
  border-bottom: 5px solid black;
}

.newsletter input:focus {
  outline: none;
  border-bottom: 5px solid black;
}

.newsletter input::placeholder {
  /* transition: color 0.2s; */
  color: white;
  opacity: 1; /* Firefox */
}

.newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.newsletter input:focus::placeholder {
  color: transparent;
}

.newsletter input:hover::placeholder {
  /* color: black; */
}

.newsletter button {
  font-family: "Staatliches", cursive;
  margin-left: 3%;
  font-size: 1.3em;
  color: white;
  width: 15vw;
  height: 3.5vw;
  background-color: transparent;
  border-style: none;
  border: 3px solid white;
}

.newsletter button:focus {
  outline: none;
}

.newsletter button:hover {
  color: black;
  border-color: black;
}

.newsletter button:active {
  color: #85cfc3;
  border-color: #85cfc3;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  h1 {
    font-size: 27vw;
  }

  h2 {
    margin-top: 3vh;
  }

  .newsletter {
    display: none;
    top: auto;
    height: 20vw;
  }

  .newsletter p {
    font-size: 8vw;
  }

  .newsletter input {
    margin-left: 0;
    width: 40vw;
    height: 6vw;
    font-size: 5vw;
  }

  .newsletter button {
    width: 30vw;
    height: 6vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27vw;
  }

  h2 {
    margin-top: 3vh;
  }

  .newsletter {
    display: none;
    top: auto;
    height: 20vw;
  }

  .newsletter p {
    font-size: 8vw;
  }

  .newsletter input {
    margin-left: 0;
    width: 40vw;
    height: 6vw;
    font-size: 5vw;
  }

  .newsletter button {
    width: 30vw;
    height: 8vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter {
    line-height: 380%;
  }
}

/* END OF NEWSLETTER BAR */

/* PAGE HEADER */
#menu-bg {
  background-color: #f2cfc4;
  border: 2px solid black;
  margin: 0 auto;
  margin-top: 20vh;
  width: 50vmin;
  height: 18vh;
  animation-name: wave;
  animation-duration: 5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

#menu-bg h3 {
  color: white;
  text-align: center;
  line-height: 18vh;
  font-size: 14vmin;
  font-family: balboa-plus-primary;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  #menu-bg {
    margin-top: 0;
    width: 100%;
    height: 12vh;
    box-sizing: border-box;
    border: 0px solid black;
    border-top: 5px solid white;
  }

  #menu-bg h3 {
    line-height: 12vh;
  }
}

/* END OF PAGE HEADER */

/* ANIMATIONS */
@-webkit-keyframes wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-o-keyframes wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-moz-keyframes wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
