marquee {
  background-color: #151C12;
  color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  line-height: 200%;
  margin-bottom: -10px;
  font-size: 10pt;
  border-top: #151C12 2px solid;
}

div.nav {
  background-color: rgba(255, 254, 252, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: #151C12 1.5pt solid;
  font-size: 14px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  justify-content: space-between;
  align-items: flex-end;
}
div.nav a.logo {
  text-decoration: none;
  padding-left: 1%;
  padding-top: 1%;
}
div.nav h1 {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  color: #151C12;
}
div.nav .navbar {
  background-color: rgba(255, 254, 252, 0);
  font-family: "Kiwi Maru", serif;
  font-weight: 600;
}
div.nav .navbar-nav .nav-link:hover {
  color: #415F53 !important;
  font-weight: 600;
}
div.nav button {
  margin-left: 94%;
  border: none;
  background-color: rgba(255, 254, 252, 0);
}
@media only screen and (max-width: 576px) {
  div.nav button {
    margin-top: -3vh;
  }
}
@media only screen and (max-width: 767px) {
  div.nav button {
    margin-top: -2vh;
  }
}
@media only screen and (min-width: 576px) {
  div.nav button {
    margin-top: -1vh;
  }
}
div.nav .navbar-toggler {
  color: #FFFEFC;
}
div.nav .navbar-toggler:focus {
  box-shadow: none;
}
div.nav #navbarNav {
  padding-top: 1%;
  justify-content: flex-end;
  border-left: #151C12 solid 1.25pt;
  padding-left: 2%;
}
@media (min-width: 992px) {
  div.nav #navbarNav {
    border: none;
  }
}

header {
  height: 80vh;
  display: block;
  overflow: hidden;
}
header img {
  position: absolute;
  height: 80vh !important;
  width: 100% !important;
  margin-left: -0.75rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 15%;
     object-position: 10% 15%;
  border-left: #151C12 1.5px solid;
  border-right: #151C12 1.5px solid;
  border-bottom: #151C12 1.5px solid;
}
header div {
  position: relative;
  background-color: rgba(255, 254, 252, 0.4);
  border-bottom: #151C12 solid 1.5px;
  border-left: #151C12 solid 1.5px;
  border-top: #151C12 solid 1.5px;
  padding: 3% 5% 3% 2%;
  top: 40vh;
  right: -1.65vw;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 16pt;
}
@media (min-width: 768px) {
  header div {
    font-size: 20pt;
  }
}
header div #est {
  text-align: left;
  padding-left: 5rem;
}
header div p {
  font-family: "Brawler", serif;
  font-size: 0.8em;
  line-height: 20%;
  color: #151C12;
  text-align: right;
}
header div h2 {
  font-family: "Abhaya Libre", serif;
  font-size: 3em;
  line-height: 80%;
  text-align: right;
  color: #415F53;
  font-weight: 900;
}
header div span {
  font-family: "Kiwi Maru", serif;
  font-size: 0.6em;
  float: right;
}

div.explore-menu {
  background-color: #415F53;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  padding-top: 1vh;
  line-height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}
div.explore-menu h3 {
  color: #FFFEFC;
  font-size: 1em;
  font-weight: 800;
}
div.explore-menu ul {
  display: inline-flex;
  color: #F5F0E9;
  list-style: none;
  Justify-content: space-between;
  font-size: 1em;
}
div.explore-menu ul li {
  justify-content: space-between;
}

section.stats {
  background-color: #FFFEFC;
  font-size: 14pt;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4vw;
  padding-right: 4vw;
}
section.stats div.basic {
  background-color: #415F53;
  border-radius: 15px;
  padding: 0% 10%;
  height: 60vh;
  align-items: center;
}
section.stats div.basic img {
  padding-top: 5%;
  display: block;
}
section.stats div.basic p {
  font-family: "Brawler", serif;
  color: #FFFEFC;
  font-size: 1.8em;
}
section.stats div.blockgroup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60vh;
}
@media only screen and (max-width: 767px) {
  section.stats div.blockgroup {
    display: none;
  }
}
section.stats .onea {
  height: 35vh;
  justify-content: center;
}
section.stats .twob {
  height: 20vh;
  justify-content: center;
}
section.stats div.block {
  background-color: #F0E3D0;
  color: #415F53;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 2%;
  text-align: center;
}
section.stats div.block h2 {
  font-family: "Abhaya Libre", serif;
  font-size: 5em;
  line-height: 60%;
}
section.stats div.block h4 {
  font-family: "Brawler", serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 100%;
}
section.stats div.block p {
  font-family: "Brawler", serif;
  font-size: 0.9em;
  line-height: 100%;
}
section.stats div.block span {
  font-family: "Brawler", serif;
  font-size: 0.3em;
}

section.recipe_finder {
  background-color: #415F53;
  font-size: 14pt;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
section.recipe_finder h5 {
  background-color: #F0E3D0;
  border-radius: 25px;
  padding: 1% 0;
  color: #415F53;
  font-family: "Kiwi Maru", serif;
}
section.recipe_finder h2 {
  color: #FFFEFC;
  font-family: "Abhaya Libre", serif;
  font-size: 3.5em;
  line-height: 90%;
  padding-top: 2vh;
}
section.recipe_finder form {
  background-color: #FFFEFC;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  margin: 2vh 0;
}
section.recipe_finder form input {
  width: 90%;
  border-radius: 25px;
  border: none;
  font-family: "Brawler", serif;
  color: #415F53;
  padding-left: 10px;
}
section.recipe_finder form button {
  width: 10%;
  border-radius: 25px;
  border: none;
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  color: #415F53;
}
section.recipe_finder form button svg {
  vertical-align: baseline;
}
section.recipe_finder div.ingredients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  padding-top: 2vh;
}
section.recipe_finder div.ingredients p {
  background-color: #F5F0E9;
  color: #415F53;
  font-family: "Kiwi Maru", serif;
  font-size: 0.7em;
  border-radius: 15px;
  padding: 2px 15px;
}
section.recipe_finder div.ingredients p:hover {
  background-color: #F0E3D0;
}

section.feature {
  background-color: #F5F0E9;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
section.feature div.top {
  align-items: baseline;
}
section.feature h2 {
  font-family: "Abhaya Libre", serif;
  color: #151C12;
  line-height: 10%;
}
section.feature .button {
  border: #151C12 solid 1.5pt;
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  border-radius: 15pt;
  width: 15%;
  font-size: 0.8em;
  text-decoration: none;
  color: #151C12;
  text-align: center;
}
section.feature .button:hover {
  background-color: #F0E3D0;
}
section.feature hr {
  height: 1.5pt;
  background-color: #151C12;
  border: none;
  opacity: 1;
}
section.feature div.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
}
section.feature div.feature-grid .feature-recipe {
  background-color: #FFFEFC;
  padding: 1%;
  width: 48vw;
  margin-top: 1%;
  border-radius: 5pt;
  font-size: 14pt;
  text-decoration: none;
  color: #151C12;
}
section.feature div.feature-grid .feature-recipe div.feature-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: #151C12 1.2pt solid;
  border-radius: 5pt;
}
section.feature div.feature-grid .feature-recipe div.feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.feature div.feature-grid .feature-recipe h4 {
  font-family: "Brawler", serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 100%;
  padding-top: 1vh;
}
section.feature div.feature-grid .feature-recipe p {
  font-family: "Kiwi Maru", serif;
  font-size: 0.8em;
  line-height: 20%;
}
section.feature div.feature-grid .feature-recipe hr {
  height: 1pt;
  background-color: #415F53;
}
section.feature div.feature-grid .feature-recipe div.tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: -5pt;
}
section.feature div.feature-grid .feature-recipe div.tags h5 {
  border-radius: 10pt;
  border: #415F53 1pt solid;
  font-family: "Kiwi Maru", serif;
  color: #415F53;
  font-size: 0.6em;
  line-height: 100%;
  padding: 0.3% 4% 1.3% 4%;
}
section.feature div.feature-grid .feature-recipe:hover {
  background-color: #F0E3D0;
}

section.share {
  background-color: #F5F0E9;
  padding-bottom: 5vh;
}
section.share div.row {
  background-color: #151C12;
  margin: 0 10vw;
  border-radius: 20px;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.share div.row div.mx-auto {
  width: 60vw;
}
section.share div.row h2 {
  color: #FFFEFC;
  font-family: "Abhaya Libre", serif;
  font-size: 2em;
}
section.share div.row p {
  color: #F5F0E9;
  font-family: "Brawler", serif;
  font-size: 1em;
  line-height: 10%;
  margin-bottom: 4vh;
}
section.share div.row form {
  background-color: #FFFEFC;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  margin: 2vh 0;
  justify-content: space-between;
}
section.share div.row form input {
  border-radius: 25px;
  border: none;
  font-family: "Brawler", serif;
  color: #415F53;
  padding-left: 10px;
  width: 90%;
}
section.share div.row form button {
  width: 10%;
  border-radius: 25px;
  border: none;
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  color: #415F53;
}
section.share div.row form button svg {
  vertical-align: baseline;
}

footer {
  border-top: #151C12 1pt solid;
  padding: 3% 3% 3% 3%;
  font-size: 16pt;
}
footer div.foothead {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer hr {
  margin: 0;
}
footer h1 {
  color: #415F53;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 2em;
}
footer h6 {
  font-family: "Kiwi Maru", serif;
  font-size: 0.7em;
  text-align: right;
}
footer hr {
  background-color: #151C12;
  opacity: 1;
  height: 1pt;
}
footer div.row {
  padding-top: 1%;
}
footer div.row div.footer-menu {
  font-family: "Kiwi Maru", serif;
  font-size: 12pt;
  line-height: 20pt;
  display: flex;
  flex-direction: column;
}
footer div.row div.footer-menu a {
  text-decoration: none;
  color: #151C12;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  footer div.row div.footer-menu a {
    font-size: 0.75em;
  }
}
footer div.row div.footer-menu a:hover {
  text-decoration: none;
  color: #415F53;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  footer div.row div.footer-menu a:hover {
    font-size: 0.75em;
  }
}

section.explore-head {
  background-color: #F5F0E9;
  font-size: 16pt;
  height: 30vh;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  border-left: #151C12 1.5pt solid;
  border-right: #151C12 1.5pt solid;
}
section.explore-head h1 {
  font-family: "Abhaya Libre", serif;
  color: #151C12;
  font-size: 2.5em;
  font-weight: 800;
}
section.explore-head form {
  background-color: #FFFEFC;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  margin: 2vh 0;
  height: -moz-fit-content;
  height: fit-content;
  align-self: self-end;
  border: 1pt #151C12 solid;
}
section.explore-head form input {
  width: 85%;
  border-radius: 25px;
  border: none;
  font-family: "Brawler", serif;
  color: #415F53;
  padding-left: 10px;
  font-size: 0.75em;
}
section.explore-head form button {
  width: 15%;
  border-radius: 25px;
  border: none;
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  color: #151C12;
}
section.explore-head form button svg {
  vertical-align: baseline;
}

div.explore-filters {
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  padding-top: 1vh;
  line-height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  border: #151C12 1.5pt solid;
}
div.explore-filters ul {
  display: inline-flex;
  color: #151C12;
  list-style: none;
  Justify-content: space-evenly;
  font-size: 1em;
}
div.explore-filters ul li {
  justify-content: space-between;
}

section.explore-recipes {
  background-color: #F0E3D0;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
section.explore-recipes div.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
}
section.explore-recipes div.grid .feature-recipe {
  background-color: #FFFEFC;
  padding: 1%;
  width: 48vw;
  margin-top: 1%;
  border-radius: 5pt;
  font-size: 14pt;
  text-decoration: none;
  color: #151C12;
}
@media (min-width: 768px) {
  section.explore-recipes div.grid .feature-recipe {
    width: 30vw;
  }
}
@media (min-width: 768px) {
  section.explore-recipes div.grid .feature-recipe {
    width: 22vw;
  }
}
section.explore-recipes div.grid .feature-recipe div.feature-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: #151C12 1.2pt solid;
  border-radius: 5pt;
}
section.explore-recipes div.grid .feature-recipe div.feature-img img {
  width: 100%;
}
section.explore-recipes div.grid .feature-recipe h4 {
  font-family: "Brawler", serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 100%;
  padding-top: 1vh;
}
section.explore-recipes div.grid .feature-recipe p {
  font-family: "Kiwi Maru", serif;
  font-size: 0.7em;
  line-height: 20%;
}
section.explore-recipes div.grid .feature-recipe hr {
  height: 1pt;
  background-color: #415F53;
}
section.explore-recipes div.grid .feature-recipe div.tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: -5pt;
}
section.explore-recipes div.grid .feature-recipe div.tags h5 {
  border-radius: 10pt;
  border: #415F53 1pt solid;
  font-family: "Kiwi Maru", serif;
  color: #415F53;
  font-size: 0.6em;
  line-height: 100%;
  padding: 0.3% 4% 1.3% 4%;
}
section.explore-recipes div.grid .feature-recipe:hover {
  background-color: #F5F0E9;
}

.share-explore {
  padding-top: 15vh;
}

section.four {
  background-color: #FFFEFC;
  height: 50vh;
  display: flex;
  align-items: center;
  font-size: 12pt;
}
@media only screen and (min-width: 576px) {
  section.four {
    font-size: 16pt;
  }
}
@media (min-width: 1200px) {
  section.four {
    font-size: 18pt;
  }
}
section.four img {
  max-height: 30vh;
}
section.four div.four-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.four div.four-text h4 {
  font-family: "Kiwi Maru", serif;
  font-size: 1em;
}
section.four div.four-text p {
  font-family: "Brawler", serif;
  font-size: 0.8em;
}

section.recipe-head {
  background-color: #F5F0E9;
  font-size: 16pt;
  height: 30vh;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  border: #151C12 1.5pt solid;
}
section.recipe-head h1 {
  font-family: "Abhaya Libre", serif;
  color: #151C12;
  font-size: 2.5em;
  font-weight: 800;
}
section.recipe-head p {
  font-family: "Brawler", serif;
  color: #151C12;
  font-size: 0.75em;
}

div.recipe-filters {
  background-color: #FFFEFC;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  padding-top: 1vh;
  line-height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  border-left: #151C12 1.5pt solid;
  border-right: #151C12 1.5pt solid;
}
div.recipe-filters span {
  color: #415F53;
  font-weight: 800;
}
div.recipe-filters ul {
  display: inline-flex;
  color: #151C12;
  list-style: none;
  Justify-content: space-evenly;
  font-size: 1em;
}
div.recipe-filters ul li {
  justify-content: space-between;
}

div.feature-img {
  height: 40vh;
  overflow: hidden;
  border-left: #151C12 1.5pt solid;
  border-right: #151C12 1.5pt solid;
  border-bottom: #151C12 1.5pt solid;
}
div.feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.directions {
  color: #151C12;
  font-size: 12pt;
  background-color: #F5F0E9;
  padding-top: 2%;
}
section.directions div.ingredients {
  padding-top: 3pt;
  padding-bottom: 5%;
}
section.directions div.ingredients h1 {
  font-family: "Abhaya Libre", serif;
  font-weight: 600;
}
section.directions div.ingredients hr {
  height: 1pt;
  background-color: #151C12;
  opacity: 1;
  margin: 5px 0px;
}
section.directions div.ingredients li {
  font-family: "Kiwi Maru", serif;
  font-size: 0.8em;
}
section.directions div.ingredients .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.directions div.ingredients .checklist label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
}
section.directions div.ingredients .checklist input[type=checkbox] {
  margin-right: 10px;
}
section.directions div.ingredients .checklist input[type=checkbox]:checked + span {
  text-decoration: line-through;
  color: #415F53;
  background-color: #415F53 !important;
}
section.directions div.directiontext {
  background-color: #FFFEFC;
  border: #151C12 solid 1pt;
  border-radius: 15pt;
}
section.directions div.directiontext div.instructions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 1%;
}
section.directions div.directiontext h1 {
  font-family: "Abhaya Libre", serif;
  font-weight: 600;
  margin-bottom: 0px !important;
}
section.directions div.directiontext button {
  font-size: 0.75em;
  border: #151C12 solid 1pt;
  border-radius: 25px;
  height: -moz-min-content;
  height: min-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFEFC;
}
section.directions div.directiontext hr {
  height: 1pt;
  background-color: #151C12;
  opacity: 1;
  margin: 5px 0px;
}
section.directions div.directiontext ol li {
  font-family: "Brawler", serif;
  line-height: 1.5em;
  padding-bottom: 3%;
}

div.photodirect div.parent {
  position: relative;
  margin: 5% 0 80px 0;
}
div.photodirect div.parent img {
  border: #151C12 1.5pt solid;
}
div.photodirect div.parent div.child {
  position: absolute;
  bottom: -50px;
  right: 0px;
  border: #151C12 1.5pt solid;
  width: 60%;
  display: flex;
  flex-direction: row;
  padding-left: 3%;
  padding-top: 2%;
  padding-bottom: 1%;
  background-color: rgba(255, 254, 252, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
div.photodirect div.parent div.child h4 {
  font-family: sans-serif;
  font-weight: 600;
  color: #415F53;
  padding-right: 3%;
  font-size: 1.25em;
}
div.photodirect div.parent div.child p {
  font-family: "Brawler", serif;
  color: #151C12;
  font-size: 1em;
  line-height: 1.75em;
}/*# sourceMappingURL=styles.css.map */