:root {
  --black: #333;
  --white: white;
  --crimson: #da2e39;
  --black-2: #242424;
  --light-grey: lightgrey;
  --dim-grey-2: #4f4f4f;
  --dim-grey: #565656;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.body {
  color: var(--black);
  background-color: #0000;
  font-family: Oswald, sans-serif;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--crimson);
}

.navbar {
  background-color: var(--black-2);
  color: #1b1b1b;
  height: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  height: 100vh;
}

.slider {
  height: 100vh;
  padding-top: 140px;
}

.slide {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ097.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ148.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ110.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ096.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ113.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/171202-melthrushphotography-Devils-BBQ246.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  background-color: var(--light-grey);
  color: var(--dim-grey-2);
  padding: 40px 60px;
}

.container {
  flex-direction: column;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-2 {
  color: var(--white);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph {
  color: var(--dim-grey);
  font-size: 14px;
  line-height: 24px;
}

.section-3 {
  padding: 260px 60px 40px;
}

.heading_menu {
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading_menu-sub {
  color: var(--crimson);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading_price {
  color: var(--light-grey);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.heading_menu-sub-head-main {
  color: var(--light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

.text_menu {
  color: var(--light-grey);
  text-align: left;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
}

.text_menu.caps {
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-2 {
  color: var(--light-grey);
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.section-4 {
  margin-top: 40px;
  padding: 0 60px 140px;
}

.body-2 {
  background-color: var(--dim-grey-2);
}

.body-3 {
  background-color: #0000;
}

.footer {
  background-color: var(--dim-grey);
  text-align: center;
  align-items: flex-start;
  padding: 60px 60px 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: 100px;
  min-width: auto;
  max-width: none;
  max-height: none;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  height: auto;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  color: var(--light-grey);
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-3 {
  color: var(--light-grey);
  padding-top: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.text-block-4 {
  color: var(--light-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.image {
  width: 30px;
}

.link-block {
  padding-top: 20px;
}

.text-block-5 {
  color: var(--light-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
}

.link {
  color: var(--light-grey);
}

.heading {
  color: var(--light-grey);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-6 {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: var(--light-grey);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-2 {
  max-width: 50%;
  display: block;
}

.div-block_menu {
  text-align: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-column-gap: 60px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.text-span {
  color: var(--light-grey);
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.grid-6 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.grid-7, .grid-8, .grid-9 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.section-5 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 175px;
  display: flex;
}

.link-3 {
  color: var(--light-grey);
}

.heading-54 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 28px;
  display: inline-block;
}

.newsletter {
  text-align: center;
  background-color: #4b5e29;
  border-radius: 5px;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.button {
  float: none;
  clear: none;
  direction: ltr;
  color: #4b5e29;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #4b5e29;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  transition: color .2s, background-color .2s;
  display: flex;
  overflow: visible;
}

.button:hover {
  color: #fff;
  background-color: #4b5e29;
}

.link-block-5 {
  color: #333;
  text-decoration: none;
}

.modal-wrapper {
  z-index: 1000000;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-12 {
  color: #333;
  text-decoration: none;
}

.close {
  margin-top: 0;
  transform: rotate(45deg);
}

.div-block-12 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.text-block_pop-up-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.modal {
  background-color: var(--crimson);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  align-self: auto;
  width: 40vw;
  min-width: 50px;
  min-height: auto;
  padding: 20px;
  display: flex;
}

.button-5 {
  background-color: #4b5e29;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.button-6 {
  border: 2px solid var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-6:hover {
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
}

.button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 140px;
  display: flex;
}

.beef-tallow-container {
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--black-2);
  }

  .icon {
    color: var(--white);
    text-align: center;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black-2);
  }

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

  .modal-wrapper {
    display: flex;
  }

  .modal {
    width: 75vw;
  }
}

@media screen and (max-width: 767px) {
  .section-4 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer {
    padding: 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .image-2 {
    max-width: 80%;
  }

  .grid, .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
  }

  .grid-7, .grid-8, .grid-9 {
    grid-template-columns: 1fr;
  }

  .section-5 {
    margin-top: 220px;
  }

  .modal-wrapper {
    display: flex;
  }

  .text-block_pop-up-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .modal {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading_menu {
    text-align: center;
    font-size: 18px;
  }

  .heading_menu-sub, .heading_price, .heading_menu-sub-head-main {
    font-size: 16px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

  .heading-54 {
    font-size: 20px;
    line-height: 25px;
  }

  .button {
    text-align: center;
    display: flex;
  }

  .modal-wrapper {
    display: flex;
  }

  .text-block_pop-up-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .button-5 {
    font-size: 12px;
  }
}

#w-node-_0c53a315-9b26-771f-4629-c09f5ac6346c-5fd1af22, #w-node-c711434e-693f-884d-4953-23dc91626e2f-5fd1af22, #w-node-_22d72e92-a8e1-69c4-3d88-60f206292f31-5fd1af22, #w-node-b34fc969-8235-451a-0355-1d14813d7b16-5fd1af22, #w-node-_6964a781-8fd5-5b8e-4cd9-b79faf2114bb-5fd1af22, #w-node-d67ab085-2152-5113-d535-395bfef6721a-5fd1af22, #w-node-_81ab7556-fce0-ff53-66c2-115575ee2d51-5fd1af22, #w-node-_1a637e83-bee3-6e35-17ea-b46efc50b411-5fd1af22, #w-node-f52d8b09-8889-1dda-64bb-2e754065c3c6-5fd1af22, #w-node-_327b41a3-d714-d409-be92-f7d1d61c656f-5fd1af22, #w-node-_86692b45-7c32-ae18-6f32-c68fa1ed32ec-5fd1af22, #w-node-af3016fb-e1d7-a949-eeb5-23aedc49b845-5fd1af22, #w-node-_31d2ae78-98ff-f0ef-1c34-bfef356b0fe1-5fd1af22, #w-node-b320dfaf-5d3b-0883-ec4f-17f75a53f49f-5fd1af22, #w-node-_3199e732-cfa4-9d65-498f-2c4c4493bc37-5fd1af22, #w-node-_61a105ac-d095-29e9-ac5a-a6243bd84a8d-5fd1af22, #w-node-_392e16b6-0be0-0c85-4a29-1099c189a4b7-5fd1af22, #w-node-_386d325e-53fd-e440-beb3-f9e33ab41c88-5fd1af22, #w-node-_637a2409-cf19-01b7-7280-f9261c416f41-5fd1af22, #w-node-_73ea674e-afe9-ea61-efc4-fd2052fa4889-5fd1af22, #w-node-_700ce9f7-2909-5043-d01e-0b71ef3d3f41-5fd1af22, #w-node-_5414f505-6f7c-25e7-1c3e-28d05ef79501-5fd1af22, #w-node-_611cc590-55a8-9995-34ca-13ab34e6fbbd-5fd1af22, #w-node-_31e6c29e-0ae6-bee2-c0a1-9c5d8ba5392c-5fd1af22, #w-node-_90950d06-2cf6-23b0-77e1-b0cac7aeeceb-5fd1af22, #w-node-_51f5123d-626f-11b6-83ed-9d9551516606-5fd1af22, #w-node-_26d04874-a8f3-5c51-bf2c-97683be3f94b-5fd1af22, #w-node-a587c04a-7f57-9e12-d4ad-cec2270d9628-5fd1af22, #w-node-_0b77b7b8-9b06-8e52-f8ba-31b3d04499e2-5fd1af22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


