h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Forward round', sans-serif;
  font-size: 72px;
  line-height: 88px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Forward round', sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Forward round', sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Forward round', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  margin-bottom: 24px;
  font-family: 'Forward round', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}

img {
  display: inline-block;
  max-width: 80%;
}

blockquote {
  margin-bottom: 12px;
  margin-left: -24px;
  padding: 12px 24px;
  border-left: 5px solid #ce000b;
  font-family: Forward, sans-serif;
  color: #ce000b;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px;
}

figure {
  margin-bottom: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1156px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.full {
  max-width: none;
}

.container.short {
  max-width: 900px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  background-color: #fff;
}

.announcement-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ce000b;
}

.announcement {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Forward round', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.nav-link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Forward round', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #ce000b;
}

.nav-link.w--current {
  color: #ce000b;
}

.nav-link {
  padding-top: 24px;
  padding-bottom: 24px;
}

.image {
  min-width: 100%;
}

.brand {
  max-width: 256px;
  min-width: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.margin_bottom {
  margin-bottom: 24px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 88px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.section.hero {
  overflow: hidden;
  min-height: 75vh;
  padding-bottom: 88px;
  background-color: transparent;
}

.section.cta {
  min-height: 50vh;
}

.section.red {
  background-color: #ce000b;
}

.section.red.cta {
  padding-bottom: 88px;
}

.section.grey {
  min-height: 75vh;
  background-color: #e9e9e9;
}

.section.recipe {
  padding-top: 88px;
}

.section.yellow {
  min-height: 75vh;
  background-color: #f4f706;
}

.bg-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.24);
}

.bg-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.vert-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 12px 24px;
  background-color: #f4f706;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Forward round', sans-serif;
  color: #ce000b;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #dbde05;
  color: #b5000a;
}

.button.large {
  padding: 24px 32px;
  font-size: 24px;
  line-height: 32px;
}

.button.red {
  background-color: #ce000b;
  color: #fff;
}

.button.red:hover {
  background-color: #b5000a;
}

.button.red.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #ce000b;
  background-color: transparent;
  color: #ce000b;
}

.button.red.outline:hover {
  background-color: #ce000b;
  color: #fff;
}

.button.white {
  background-color: #fff;
}

.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.center {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}

.content-wrapper.white {
  color: #fff;
}

.content-wrapper.underlay {
  margin-left: -64px;
  padding: 64px 48px 64px 88px;
  background-color: #ce000b;
  color: #fff;
}

.farm-fresh {
  max-width: 384px;
}

.shop-item_card {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.shop-item_card_img {
  max-height: 280px;
  max-width: 280px;
  min-height: 280px;
  min-width: 280px;
  margin-bottom: 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.shop-item_card_img:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.49);
}

.shop-item_card_price {
  color: #ce000b;
  font-size: 20px;
  line-height: 24px;
}

.shop-item_card_title {
  color: #000;
  font-size: 32px;
  line-height: 32px;
}

.heading {
  width: 640px;
  height: 136px;
  margin: 0px auto 64px;
  background-image: url('../images/Local-Favorites.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading.recipes {
  width: 384px;
  background-image: url('../images/Recipes_1.svg');
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.text-field-2 {
  height: 64px;
  min-width: 256px;
  margin-bottom: 0px;
  padding-left: 64px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/envelope.svg');
  background-position: 12px 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  font-family: 'Forward round', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.text-field-2:active {
  background-image: url('../images/envelope.svg');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.text-field-2:focus {
  background-image: url('../images/envelope.svg');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.text-field-2::-webkit-input-placeholder {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text-field-2:-ms-input-placeholder {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text-field-2::-ms-input-placeholder {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text-field-2::placeholder {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.submit-button {
  margin-right: 0px;
  border-left: 2px solid #ce000b;
  background-color: #f4f706;
  background-image: none;
  background-size: auto;
  font-family: 'Forward round', sans-serif;
  color: #ce000b;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  padding: 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Forward round', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ce000b;
}

.spacer {
  height: 48px;
}

.footer-copy {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #747474;
  font-size: 14px;
  line-height: 18px;
}

.link {
  color: #747474;
}

.recipe-card {
  max-width: 256px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  text-align: left;
  text-decoration: none;
}

.recipe-card_title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.recipe-card_img {
  overflow: hidden;
  max-height: 256px;
  max-width: 256px;
  min-height: 256px;
  min-width: 256px;
  margin-bottom: 24px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-card_img:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.49);
}

.blog h2 {
  font-size: 48px;
  line-height: 52px;
}

.blog h3 {
  color: #ce000b;
  font-size: 32px;
  line-height: 48px;
}

.blog h1 {
  margin-bottom: 64px;
  text-align: center;
}

.blog figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog img {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  margin-bottom: 64px;
}

.img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ce000b;
}

.social-icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 12px;
    padding-left: 12px;
  }

  .announcement-bar {
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link {
    font-size: 24px;
    line-height: 32px;
  }

  .brand.w--current {
    max-width: 192px;
  }

  .nav-menu {
    position: absolute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 2px solid #ce000b;
    background-color: #fff;
    text-align: left;
  }

  .menu-button {
    margin-left: auto;
  }

  .section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .bg-wrapper {
    position: absolute;
  }

  .wrapper {
    min-width: 100%;
  }

  .button.red.large.nav-btn {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button.red.nav-btn {
    width: 100%;
  }

  .content-wrapper.underlay {
    margin-left: 0px;
    padding: 48px 24px;
  }

  .shop-item_card {
    margin-bottom: 24px;
  }

  .recipe-card {
    margin-bottom: 24px;
  }

  .img-wrapper {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 52px;
  }

  h3 {
    font-size: 32px;
    line-height: 48px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .announcement-bar {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .announcement {
    margin-left: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.recipe {
    padding-top: 24px;
  }

  .content-wrapper.underlay {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .shop-item_card_title {
    font-size: 24px;
  }

  .heading {
    width: 100%;
    margin-bottom: 24px;
  }

  .heading.recipes {
    width: 80%;
    height: 88px;
  }

  .text-field-2 {
    font-size: 16px;
  }

  .submit-button {
    font-size: 24px;
  }

  .footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .recipe-card {
    overflow: hidden;
    max-width: 280px;
    min-width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .recipe-card_title {
    font-size: 24px;
  }

  .recipe-card_img {
    max-height: 280px;
    max-width: 280px;
    min-height: 280px;
    min-width: 280px;
  }

  .blog h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .blog h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .blog h1 {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
  }

  .blog figure {
    margin-bottom: 24px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.recipe {
    padding-top: 24px;
  }

  .button.large {
    width: 100%;
  }

  .content-wrapper.underlay {
    padding-right: 12px;
    padding-left: 12px;
  }

  .shop-item_card_title {
    font-size: 24px;
  }

  .heading.recipes {
    width: 80%;
    height: 88px;
  }

  .form {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field-2 {
    min-width: auto;
    padding-left: 12px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .submit-button {
    width: 100%;
    margin-top: 4px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid #ce000b;
    border-left-style: none;
    border-left-color: transparent;
  }

  .footer-link {
    width: 100%;
  }

  .spacer {
    height: 24px;
  }

  .recipe-card {
    min-width: 256px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .recipe-card_title {
    font-size: 24px;
  }

  .blog h1 {
    margin-bottom: 24px;
  }

  .social-wrapper {
    margin-bottom: 0px;
  }

  .social-block {
    margin-right: 6px;
    margin-left: 6px;
  }
}

@font-face {
  font-family: 'Forward round';
  src: url('../fonts/Forward-Round.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forward';
  src: url('../fonts/Forward-RoundItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}