.logo-container {
  background-image: url('../images/wordmark-v2.png');
  background-position: 50%;
  background-size: 150px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.logo-text {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: block;
  position: static;
}

.logo {
  display: block;
  position: static;
  top: auto;
}

.logo-wrapper-text {
  z-index: 2;
  width: 250px;
  height: 250px;
  position: absolute;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: absolute;
}

.container.hero {
  background-color: #060503;
  background-image: linear-gradient(90deg, #000, #000 0%, #0000 46%), url('../images/chicken-burger-100.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 800px;
  min-height: 800px;
}

.container.story {
  margin-top: -170px;
}

.container.menu {
  padding-top: 76px;
  padding-bottom: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ec1d23;
  border-radius: 40px;
  margin-left: 21px;
  padding: 15px 25px 13px;
  font-family: roc-grotesk, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #c2191e;
}

.button-primary:active {
  background-color: #ec1d23;
}

.button-primary.hero {
  letter-spacing: 2px;
  margin-top: 15px;
  margin-left: 0;
}

.button-primary.menu {
  width: 100%;
  margin-top: 39px;
  margin-left: 0;
  padding-top: 19px;
  padding-bottom: 19px;
}

.bg-top {
  background-image: url('../images/bg-top-red.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200%;
  height: 150px;
}

.bg-bottom {
  background-image: url('../images/bg-bottom-red.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200%;
  height: 150px;
}

.wrapper-story {
  background-color: #ec1d23;
  padding-top: 45px;
  padding-bottom: 45px;
}

.wordmark {
  margin-top: 15px;
  margin-left: 14px;
}

.hero-heading-left {
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  min-height: 800px;
  margin-top: -125px;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.body-text {
  color: #fff;
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.body-text.red {
  color: #ec1d23;
  padding-left: 126px;
  padding-right: 126px;
  font-weight: 500;
}

.body-text.red.larg {
  margin-bottom: 16px;
  font-size: 23px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  background-image: url('../images/pretty-bitchin-chicken.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 346px;
  height: 293px;
  margin-top: 15px;
  margin-left: -11px;
  padding: 0;
}

.wrapper-logo {
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  margin-top: 25px;
  display: flex;
}

.wrapper-open {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.dot.green {
  width: 10px;
  height: 10px;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: roc-grotesk, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}

.hero-heading-right {
  padding: 80px 30px;
  position: relative;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.wrapper-story-img {
  background-image: url('../images/cook-image-100.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 440px;
  height: 500px;
}

.body-header {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
}

.body-header.red {
  color: #ec1d23;
}

.text-span {
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 160px;
  line-height: 117px;
}

.doordash {
  margin-top: 10px;
}

.chick {
  text-align: left;
  background-image: url('../images/chick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: -82px;
  right: 127px;
}

.story-heading-right {
  padding: 80px 30px;
  position: relative;
}

.story-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-split-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.menu-heading-right, .hero-stack {
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.menu-title {
  color: #ec1d23;
  text-transform: uppercase;
  margin-top: -14px;
  font-family: roc-grotesk, sans-serif;
  font-size: 322px;
  line-height: 260px;
}

.menu-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-menu {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-items-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 710px;
  margin-bottom: 36px;
  display: flex;
}

.menu-items-wrapper.hide {
  display: none;
}

.menu-item-image {
  width: 100px;
  margin-right: 35px;
}

.menu-items {
  width: 580px;
}

.menu-item-title {
  color: #ec1d23;
  text-align: left;
  flex-flow: row;
  flex: 2 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 20px;
}

.menu-item-text {
  color: #ec1d23;
  text-align: left;
  margin-top: 5px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
}

.div-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-3 {
  color: #ec1d23;
  text-align: center;
  flex: 0 auto;
  align-items: flex-end;
  font-family: roc-grotesk, sans-serif;
  font-size: 28px;
  overflow: hidden;
}

.menu-item-price {
  color: #ec1d23;
  margin-left: 6px;
  font-family: roc-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

.sauces-title {
  color: #ec1d23;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 44px;
  font-family: roc-grotesk, sans-serif;
  font-size: 160px;
  line-height: 120px;
}

.sauces-title.hide {
  display: none;
}

.wrapper-sauces {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-sauces.hide {
  display: none;
}

.div-block-2 {
  background-color: #ec1d23;
  border-radius: 50%;
  flex: 0 auto;
  width: 250px;
  height: 250px;
  margin-bottom: 46px;
  margin-left: 30px;
  margin-right: 30px;
}

.hero-without-image {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.social-without-image {
  padding: 100px 30px 37px;
  font-size: 14px;
  position: relative;
}

.social-wrapper-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.follow-us {
  color: #ec1d23;
  text-transform: uppercase;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.social-button {
  color: #ec1d23;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 120px;
  text-decoration: none;
}

.footer-dark {
  background-color: #ec1d23;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.image-2 {
  margin-bottom: 17px;
}

.lottie-animation-2 {
  width: 46px;
}

.lottie-animation-3 {
  width: 26px;
  margin-top: 5px;
}

.intro-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.intro-heading {
  text-align: center;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.intro-stack {
  padding: 80px 30px;
  position: relative;
}

.intro-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
}

.wrapper-delivery {
  border: 5px solid #ec1d23;
  border-radius: 50px;
  margin-top: 56px;
  padding: 43px;
}

.body-header-small {
  font-size: 69px;
}

.opendot {
  display: none;
}

.lottie-animation-4 {
  width: 30px;
}

.open {
  margin-top: -4px;
  margin-left: 5px;
}

.closedot {
  background-color: #ec1d23;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  display: none;
}

.dot-red {
  background-color: #ec1d23;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.open-copy {
  margin-top: -4px;
  margin-left: 5px;
}

.lottie-animation-5 {
  width: 30px;
}

.hide {
  display: none;
}

.skipthedishes {
  margin-right: 26px;
}

@media screen and (max-width: 991px) {
  .container.hero {
    background-position: 0 0, 10%;
    background-size: auto, cover;
    padding-left: 43px;
    padding-right: 43px;
  }

  .container.menu {
    margin-top: -94px;
    overflow: hidden;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.menu {
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .bg-top {
    height: 120px;
  }

  .wrapper-story {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left {
    height: 700px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body-text {
    text-align: center;
  }

  .body-text.red {
    padding-left: 0;
    padding-right: 0;
    line-height: 23px;
  }

  .body-text.red.larg {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .body-header {
    text-align: center;
  }

  .chick {
    top: -62px;
    right: 95px;
  }

  .story-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .story-split-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .menu-title {
    font-size: 270px;
  }

  .wrapper-menu {
    max-width: 728px;
  }

  .menu-items-wrapper {
    width: 680px;
  }

  .div-block-2 {
    width: 180px;
    height: 180px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .icon {
    display: none;
  }

  .intro-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .intro {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .bold-text {
    font-size: 56px;
    line-height: 45px;
    display: block;
  }

  .bold-text-2 {
    font-size: 80px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container.menu {
    margin-top: -41px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.menu {
    width: 90%;
  }

  .bg-top {
    height: 75px;
  }

  .bg-bottom {
    height: 90px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .chick {
    height: 80px;
  }

  .story-heading-right, .menu-heading-right, .hero-stack {
    padding: 60px 15px;
  }

  .menu-title {
    font-size: 37vw;
    line-height: 205px;
  }

  .menu-items-wrapper {
    width: 80%;
  }

  .menu-items {
    width: 77%;
  }

  .sauces-title {
    font-size: 120px;
  }

  .hero-without-image, .social-without-image {
    padding: 60px 15px;
  }

  .social-button {
    font-size: 21vw;
    line-height: 140px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .intro-heading, .hero-stack-2, .intro-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-left: 24px;
  }

  .container.hero {
    background-image: linear-gradient(#00000096, #00000096), url('../images/chicken-burger-100.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 2px;
    padding-right: 2px;
  }

  .container.story {
    margin-top: -120px;
  }

  .container.menu {
    margin-top: -73px;
    padding-top: 89px;
  }

  .navbar-logo-left {
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .navbar-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.hero {
    text-align: center;
    width: 100%;
    margin-top: 54px;
    font-size: 15px;
  }

  .button-primary.hero:active {
    background-color: #ec1d23;
  }

  .button-primary.menu {
    width: 100%;
  }

  .button-primary.menu:active {
    background-color: #ec1d23;
  }

  .menu-button {
    display: none;
  }

  .bg-top {
    height: 46px;
  }

  .bg-bottom {
    height: 110px;
  }

  .wordmark {
    margin-top: 12px;
    margin-left: 14px;
  }

  .hero-heading-left {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-split {
    width: 100%;
  }

  .body-text.red {
    padding-left: 0;
    padding-right: 0;
  }

  .body-text.red.larg {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .heading {
    width: 272px;
    height: 230px;
    margin-top: 19px;
  }

  .wrapper-logo {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 86%;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block {
    font-size: 11px;
  }

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

  .body-header {
    font-size: 86px;
    line-height: 70px;
  }

  .doordash {
    text-align: center;
    width: 130px;
    margin-top: 14px;
    margin-left: 0;
    margin-right: auto;
  }

  .chick {
    background-size: 50px;
    width: 60px;
    height: 80px;
    top: -90px;
    right: 26px;
  }

  .story-wrapper {
    display: flex;
  }

  .story-split-2 {
    flex: none;
    order: 1;
    width: 100%;
  }

  .menu-title {
    margin-bottom: 31px;
    font-size: 36vw;
    line-height: 110px;
  }

  .menu-wrapper-two {
    position: relative;
  }

  .wrapper-menu {
    max-width: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .menu-items-wrapper {
    width: 100%;
    margin-bottom: 17px;
  }

  .menu-item-image {
    width: 80px;
    margin-right: 13px;
  }

  .menu-items {
    width: 75%;
  }

  .menu-item-title {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 21px;
  }

  .menu-item-price {
    font-size: 18px;
  }

  .sauces-title {
    margin-top: 17px;
    font-size: 90px;
    line-height: 90px;
  }

  .div-block-2 {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    margin-left: 14px;
    margin-right: 14px;
  }

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

  .social-without-image {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .follow-us {
    font-size: 22px;
  }

  .social-button {
    font-size: 70px;
    line-height: 60px;
  }

  .intro-wrapper {
    display: flex;
  }

  .intro {
    flex: none;
    order: 1;
    width: 100%;
  }

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

  .intro-stack {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .wrapper-delivery {
    padding: 26px;
  }

  .bold-text {
    font-size: 50px;
  }

  .bold-text-3 {
    font-size: 81px;
    line-height: 70px;
  }

  .skipthedishes {
    width: 120px;
    margin-right: 20px;
  }
}


