@import url("https://fonts.googleapis.com/css2?family=Astloch&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Astloch&family=Roboto:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Font families. */
/* Font sizes Desktop */
/* Font sizes Mobile */
body {
  font-family: "Roboto", sans-serif;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
body .hamburger,
body .close {
  font-size: 16px;
  line-height: 22px;
  color: #844646;
  margin: 5px 15px 0 0;
}
body header {
  height: 600px;
  background: linear-gradient(rgba(22, 22, 22, 0.5), rgba(32, 32, 32, 0.5)), url("../assets/banner-toast.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(100%);
}
body .powder-texture-banner {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
body .identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #navicon {
  position: absolute;
  z-index: 1000;
  margin: 0 0 0 16px;
  padding: 0;
  width: 40px;
  height: 44px;
  filter: invert(100%);
}
body nav {
  background-color: #844646;
  border-bottom: 5px solid #844646;
  position: absolute;
  /* a higher z-index put navbar above hamburger */
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* style the bar in one cell and the close button in the other */
  display: flex;
  justify-content: space-between;
  text-align: center;
  /* animate slide up/down */
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
body nav ul {
  padding: 0 0 0 10%;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  justify-content: center;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
body nav:target {
  transform: translateY(0);
}
body nav li {
  margin-bottom: 10%;
}
body nav a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1rem 1rem 0rem 1rem;
  text-align: center;
}
body .close {
  color: #f3ba64;
}
body nav a:hover {
  color: #f3ba64;
  background-color: #844646;
}
body nav a:hover i {
  color: #f3ba64;
}
@media (min-width: 875px) {
  body header {
    margin: 1rem auto;
  }
  body .identity {
    margin-bottom: -120px;
  }
  body nav {
    background-color: transparent;
    padding: 0;
    position: static;
    height: auto;
    transform: translateY(0);
  }
  body .hamburger,
body .close {
    display: none;
  }
  body nav ul {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  body nav a {
    color: #844646;
  }
  body nav a:hover {
    color: white;
  }
  body nav span::before {
    content: "\a";
    white-space: pre;
  }
}
body #banner {
  width: 237px;
  height: 306px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  filter: invert(100%);
}
body .about-title,
body .paring-title {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  color: #844646;
  font-size: 44px;
  line-height: 56px;
  font-family: "Astloch", cursive;
  letter-spacing: 2px;
}
body .about-header {
  margin: 32px 0;
  padding: 0;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
}
body .about-text {
  margin: 0 16px;
  padding: 0;
  text-align: center;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
body .eat-it-title {
  margin: 32px 0 32px 16px;
  padding: 0;
  text-align: left;
  color: #844646;
  font-size: 36px;
  line-height: 44px;
  font-family: "Astloch", cursive;
}
body .eat-it-text {
  margin: 0 16px;
  padding: 0;
  text-align: left;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
body .make-it-title {
  margin: 32px 0 32px 16px;
  padding-left: 0;
  text-align: left;
  color: #844646;
  font-size: 36px;
  line-height: 44px;
  font-family: "Astloch", cursive;
}
body .make-it-header {
  margin-left: 16px;
  padding: 0;
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
}
body .make-it-text {
  margin: 0 16px;
  padding: 0;
  text-align: left;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
body .paring-text {
  margin: 16px;
  padding: 0;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
body .pairing-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .pairing-items .pairing-item {
  width: 150px;
}
body .pairing-items .pairing-item .pairing-item-img {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  padding: 5px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
body .pairing-items .pairing-item .pairing-item-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Roboto Bold", sans-serif;
  margin: 12px;
  font-size: 16px;
  line-height: 16px;
}
body .pairing-items .pairing-item .pairing-item-description {
  color: #777777;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}
body #newsletter {
  border-radius: 16px;
  padding: 10px;
  padding-top: 30px;
  background: #844646;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  margin: 0 auto;
  margin-top: 120px;
}
body #newsletter .newsletter-img {
  position: absolute;
  margin-top: 123px;
  width: 320px;
}
body #newsletter .newsletter-header {
  font-family: "Astloch", cursive;
  color: white;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
}
body footer {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body footer .footer-img {
  width: 74px;
  height: 82px;
  margin: 0 auto;
  margin-top: 100px;
}
body footer .footer-text {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  color: #777777;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 20px;
}

button {
  background: #844646;
  border: 1px solid white;
  color: white;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  border-radius: 16px;
  width: 100px;
  height: 44px;
  margin-top: 10px;
  display: flex;
}

button:hover {
  border: 3px solid white;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Font families. */
/* Font sizes Desktop */
/* Font sizes Mobile */

/*# sourceMappingURL=main.css.map */
