:root {
  --white: white;
  --maroon: #680e1f;
  --cornsilk: #eee8d2;
  --black: black;
  --tan: #bdb296;
  --dark-green: #2e6b29;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  color: var(--white);
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.body {
  border: 0px none var(--maroon);
  background-color: #0000;
  flex-direction: column;
  height: auto;
  display: flex;
  overflow: visible;
}

.nav-menu {
  color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.nav-link, .nav-link-2 {
  color: var(--white);
  justify-content: flex-end;
  display: flex;
}

.nav-link-3 {
  color: var(--white);
  flex: 0 auto;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.kg-logo {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  display: flex;
}

.kabob-logo {
  z-index: 1;
  width: 130px;
  margin: 13px 42px 13px 0;
  padding: 0;
  position: absolute;
  top: -12px;
  bottom: -12px;
}

.nav-link {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
}

.nav-link.w--current {
  color: var(--cornsilk);
}

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

.brand {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-block {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-div-left {
  width: 40%;
  margin-left: 10px;
  display: flex;
}

.icon-2 {
  color: var(--white);
}

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

.footer {
  background-color: var(--black);
  height: 100%;
  margin-top: auto;
}

.video-div {
  object-fit: cover;
  background-color: #0000;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-scrolling-div {
  border-top: 20px solid var(--maroon);
  background-color: var(--cornsilk);
  object-fit: fill;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  display: none;
  overflow: hidden;
}

.scroll-box {
  background-color: var(--maroon);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 60vh;
  height: 45vh;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.navbar-2 {
  position: sticky;
  top: 0;
}

.button {
  background-color: var(--maroon);
  text-align: center;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-button-div {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.catering-div {
  background-color: var(--black);
  background-image: url('../images/kabob-garden-food-9-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top: 20px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: block;
  position: static;
}

.location-div {
  border-top: 20px solid var(--maroon);
  background-color: var(--tan);
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: block;
}

.heading {
  color: var(--white);
  text-align: center;
  text-shadow: 3px 3px 5px #000;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Droid Serif, serif;
  font-weight: 700;
  display: flex;
}

.heading-2 {
  color: var(--maroon);
  text-align: center;
  text-shadow: 2px 2px 4px var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
  justify-content: space-between;
  align-items: stretch;
  width: auto;
}

.image-3 {
  object-fit: fill;
  width: 100%;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--maroon);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Droid Serif, serif;
  font-size: 47px;
  line-height: 50px;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  font-family: Droid Serif, serif;
  display: flex;
}

.address-phone-hours {
  background-image: linear-gradient(#bdb296e0, #bdb296e0), url('../images/Yemen-Building-sm.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 "Area Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  height: 100%;
  padding-top: 10px;
  display: grid;
}

.social-links {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.facebook-link {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: flex;
}

.facebook-link.footer-facebook {
  margin-left: auto;
}

.insta-link {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 20px;
  display: flex;
}

.insta-link.footer-insta {
  margin-right: auto;
}

.link-block-2 {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.link-block-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  text-align: left;
  object-fit: fill;
  width: 50px;
  padding: 0;
  overflow: visible;
}

.image-5 {
  width: 50px;
}

.button-2 {
  background-color: var(--dark-green);
}

.scroll-card-box {
  background-image: url('../images/kabob-garden-food-8.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  height: 100%;
  display: flex;
}

.scroll-card-box.scroll-link {
  background-image: url('../images/WhatsApp-Image-2022-12-13-at-11.09.39-sm.jpg');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-card-box.scroll-link._2 {
  background-image: url('../images/WhatsApp-Image-2022-12-13-at-11.11.13-sm.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-card-box.scroll-link._3 {
  background-image: url('../images/kabob-garden-food-7-sm.jpg');
  background-position: 50%;
}

.scroll-card-box.scroll-link._6 {
  background-image: url('../images/kabob-garden-food-13-sm.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-card-box.scroll-link._5 {
  background-image: url('../images/kabob-garden-food-8.jpg');
}

.scroll-card-box.scroll-link._7 {
  background-image: url('../images/kabob-garden-food-14.jpg');
}

.scroll-card-box.scroll-link._8 {
  background-image: url('../images/kabob-garden-food-11-sm.jpg');
}

.scroll-card-box.scroll-bottom._1 {
  background-image: url('../images/kabob-garden-food-15-sm.jpg');
}

.scroll-card-box.scroll-bottom._2 {
  background-image: url('../images/kabob-garden-food-5-sm.jpg');
}

.scroll-card-box.scroll-bottom._3 {
  background-image: url('../images/kabob-garden-food-12-sm.jpg');
  background-position: 50%;
}

.scroll-card-box.scroll-bottom._4 {
  background-image: url('../images/kabob-garden-food-2-sm.jpg');
}

.scroll-card-box.scroll-bottom._5 {
  background-image: url('../images/kabob-garden-food-6-sm.jpg');
}

.scroll-card-box.scroll-bottom._6 {
  background-image: url('../images/kabob-garden-food-3-sm.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6 {
  object-fit: cover;
  height: 100%;
}

.div-block-2 {
  background-color: var(--maroon);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.heading-5.scroll-boxes {
  text-decoration: none;
}

.text-block {
  color: var(--white);
  text-decoration: none;
}

.background-shadow-catering {
  background-color: #000000a1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-section {
  border-top: 10px solid var(--maroon);
  background-color: #0000;
  background-image: linear-gradient(#bdb296ad, #bdb296ad), url('../images/Canvas-Light.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: block;
}

.heading-6 {
  color: var(--maroon);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 40px;
  font-family: Droid Serif, serif;
  display: flex;
}

.bottom-scrolling-div {
  background-color: var(--cornsilk);
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: none;
  overflow: hidden;
}

.scroll-box-bottom {
  justify-content: center;
  align-items: center;
  width: 60vh;
  height: 45vh;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.offsetdiv {
  height: 100px;
  margin-top: -90px;
  display: block;
  position: absolute;
  inset: auto;
}

.menu-section-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scrolling-top-div {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.scrolling-bottom-div {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.vid-div {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2000px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dropdown {
  background-color: var(--dark-green);
  color: var(--white);
  display: block;
}

.delivery-text, .icon-3 {
  color: var(--white);
}

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

.dropdown-toggle.w--open {
  display: none;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
}

.dropdown-2 {
  background-color: var(--dark-green);
  color: var(--white);
  display: none;
}

.background-video {
  width: 100%;
  height: 1000px;
}

.div-vid {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  display: none;
}

.kabob-background-video-3 {
  width: 100%;
  height: 100%;
}

.body-2 {
  flex-direction: column;
  display: flex;
}

.image-7 {
  width: 100%;
}

.spacer-div {
  background-color: var(--dark-green);
  height: 90px;
}

.body-3 {
  flex-direction: column;
  display: flex;
}

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

.menu-div {
  max-width: 1920px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  width: 100%;
}

.kabob-about-us-div {
  background-color: var(--maroon);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kabob-about-us-text-div {
  background-color: var(--maroon);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.kab-paragraph {
  color: var(--cornsilk);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 2vw;
  line-height: 1.2;
}

.tab-link-tab-2 {
  background-color: var(--tan);
  color: var(--white);
}

.tab-link-tab-2.w--current {
  background-color: var(--maroon);
}

.tab-link-tab-1 {
  border-right: 3px solid var(--white);
  background-color: var(--tan);
}

.tab-link-tab-1.w--current {
  border-right: 4px solid var(--white);
  background-color: var(--maroon);
  color: var(--white);
}

.text-block-2, .text-block-3 {
  color: var(--white);
  text-align: center;
}

.grid-4 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.menu-takeout-div {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-7 {
  color: var(--dark-green);
  text-align: left;
  font-family: Bitter, serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: left;
}

.grid-5 {
  grid-row-gap: 0px;
}

.menu-food-pic {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.photo-discript {
  background-color: var(--maroon);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
  transform: translate(-43px);
}

.photo-div {
  width: 300px;
}

.photo-p {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
  line-height: 30px;
}

.bold-text {
  color: var(--white);
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  width: 100%;
}

.nav-link-4 {
  display: none;
}

.dropdown-copy {
  background-color: var(--dark-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.paragraph-2-copy {
  text-align: center;
}

.heading-8 {
  color: var(--maroon);
  text-align: center;
  text-transform: uppercase;
}

.heading-9 {
  color: var(--maroon);
  text-align: center;
}

.heading-7-copy {
  color: var(--dark-green);
  text-align: center;
  font-family: Bitter, serif;
  font-weight: 700;
}

.navbar-kabob-home {
  position: sticky;
  top: 0;
}

.link-block-4 {
  width: 100%;
}

.button-order {
  background-color: var(--dark-green);
  text-align: center;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.dropdown-small {
  background-color: var(--dark-green);
  color: var(--white);
  display: none;
}

.loading-screen {
  z-index: 22222222;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-10 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.kab-grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.kabob-garden-conference-img {
  width: 100%;
}

.banner-div {
  z-index: 1000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 15% 0% auto;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 400px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin: 31px 10px 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.hiring-link {
  position: absolute;
  inset: 0% 0% auto auto;
}

.will {
  color: var(--maroon);
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-19 {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: auto;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: block;
}

.image-20 {
  max-width: none;
  height: 100%;
}

.div-block-4 {
  height: 100%;
}

.valentines {
  width: auto;
  max-width: none;
  height: auto;
}

.div-block-5 {
  background-image: url('../images/kabob-valentines-day.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}

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

.div-block-6 {
  height: 100%;
}

.hiring-div {
  z-index: 1000;
  background-color: #7f2630;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 15% 0% auto;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-12 {
  color: #7f2630;
  text-align: center;
  margin-top: 31px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.wills-banner-heading-6 {
  color: #7f2630;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-7 {
  width: 100%;
  margin-top: 26px;
}

.valent {
  width: 100%;
  max-width: none;
}

.banner-h1 {
  color: var(--maroon);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.text-span {
  font-size: 45px;
}

.text-span-2 {
  color: var(--dark-green);
}

.image-22 {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1920px) {
  .scroll-box {
    width: 100vh;
    height: 40vh;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 1.5rem;
    display: flex;
  }

  .scroll-card-box.scroll-link, .scroll-card-box.scroll-link._6, .scroll-card-box.scroll-link._8, .scroll-card-box.scroll-bottom._1, .scroll-card-box.scroll-bottom._2, .scroll-card-box.scroll-bottom._3, .scroll-card-box.scroll-bottom._4, .scroll-card-box.scroll-bottom._5, .scroll-card-box.scroll-bottom._6 {
    width: 40vh;
  }

  .scroll-box-bottom {
    width: 100vh;
    height: 40vh;
  }

  .delivery-button {
    font-size: 1.5rem;
  }

  .delivery-text {
    font-size: 1.25rem;
  }

  .div-vid {
    height: 100vh;
  }

  .menu-div {
    width: 1600px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .kab-paragraph {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .heading-7 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .paragraph-2, .paragraph-2-copy {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .heading-7-copy {
    font-size: 2rem;
    line-height: 3rem;
  }

  .button-order {
    width: 300px;
    font-size: 1.25rem;
  }

  .grid-15, .div-block-7 {
    width: 100%;
  }

  .valent {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu, .div-block {
    display: flex;
  }

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

  .menu-button {
    background-color: var(--maroon);
  }

  .kg-logo {
    flex-direction: row;
    margin-left: 100%;
    margin-right: 100%;
    display: flex;
    position: static;
  }

  .image {
    padding: 0;
  }

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

  .video-div {
    align-items: stretch;
    height: 30%;
    top: auto;
  }

  .scroll-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button {
    text-align: center;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .catering-div {
    background-size: cover;
  }

  .heading-6 {
    text-align: center;
  }

  .dropdown {
    display: block;
  }

  .background-video {
    object-fit: fill;
    height: 500px;
    top: auto;
    overflow: visible;
  }

  .div-vid {
    width: 100%;
    height: 100%;
  }

  .kabob-background-video-3 {
    height: 400px;
    display: flex;
  }

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

  .kab-paragraph {
    font-size: 4vw;
  }

  .button-order {
    text-align: center;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-small {
    text-align: center;
    width: 50%;
    margin-bottom: 18px;
    display: none;
  }

  .banner-div {
    width: 75%;
    height: auto;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    height: auto;
  }

  .heading-11 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-5 {
    background-position: 50%;
    background-size: contain;
    height: 400px;
  }

  .image-21 {
    max-width: none;
    height: auto;
  }

  .div-block-6 {
    height: 400px;
  }

  .hiring-div {
    width: 60%;
    height: auto;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-div-left {
    margin-left: 0;
  }

  .video-div {
    height: 400px;
  }

  .scroll-box {
    width: 200px;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    display: none;
  }

  .catering-div {
    background-size: cover;
    height: 400px;
  }

  .grid {
    grid-template: "Area-2"
                   "."
                   / 1fr;
    grid-auto-flow: column;
  }

  .facebook-link {
    display: none;
  }

  .facebook-link.footer-facebook {
    display: block;
  }

  .insta-link {
    display: none;
  }

  .insta-link.footer-insta {
    display: block;
  }

  .button-2 {
    display: none;
  }

  .heading-6 {
    text-align: center;
  }

  .scroll-box-bottom {
    width: 200px;
    height: 200px;
  }

  .offsetdiv {
    height: 100px;
    display: block;
  }

  .vid-div {
    background-size: contain;
  }

  .dropdown {
    display: none;
  }

  .background-video-2 {
    display: flex;
  }

  .kabob-background-video-3 {
    display: block;
  }

  .kabob-about-us-text-div {
    width: 100%;
  }

  .kab-paragraph {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .button-order, .dropdown-small {
    display: block;
  }

  .banner-div {
    width: auto;
  }

  .grid-14 {
    grid-template-rows: auto;
    width: auto;
  }

  .heading-11 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-5 {
    height: auto;
  }

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

  .heading-12 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .kabob-logo {
    z-index: 1;
    flex: none;
    width: 100px;
    max-width: none;
    margin-right: 0;
    top: -9px;
    bottom: -9px;
  }

  .brand.w--current {
    padding-left: 34px;
  }

  .nav-div-left {
    width: 100px;
  }

  .footer {
    width: 100%;
  }

  .video-div {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    transform: translate(-48px);
  }

  .top-scrolling-div {
    display: none;
  }

  .scroll-box {
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
  }

  .catering-div {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }

  .social-links {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .link-block-2, .link-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    font-size: 12px;
  }

  .menu-section {
    padding-top: 10px;
  }

  .heading-6 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown {
    display: none;
  }

  .dropdown-toggle {
    display: flex;
  }

  .dropdown-2 {
    display: block;
  }

  .background-video {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-vid {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .kabob-background-video-3 {
    object-fit: fill;
    flex: 0 auto;
    width: 100vw;
    height: 250px;
    display: flex;
    position: static;
  }

  .spacer-div {
    height: 90px;
  }

  .kab-paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tab-link-tab-2 {
    border-bottom: 3px solid var(--white);
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-bottom: 3px solid var(--white);
    border-right-width: 0;
  }

  .text-block-2, .text-block-3 {
    text-align: center;
  }

  .photo-discript {
    transform: translate(-14px);
  }

  .photo-p {
    line-height: 20px;
  }

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

  .dropdown-copy {
    height: 100px;
    display: flex;
  }

  .dropdown-small {
    width: 60%;
    margin-bottom: 10px;
    display: block;
  }

  .banner-div {
    background-color: #fff;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 35px;
  }

  .hiring-div {
    background-color: #fff;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid-15 {
    width: 100%;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-7 {
    width: 100%;
  }

  .valent {
    width: 100%;
    max-width: none;
  }

  .banner-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-span {
    font-size: 35px;
    line-height: 30px;
  }
}

#w-node-_1ccf5fac-91d2-576c-cc84-b7b6ef46f593-9f8a75b6 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_4374ef25-ef89-1848-5e06-c473fe098bb1-9f8a75b6, #w-node-_5dec79c0-837a-1db1-fc2c-9b7c5282345a-9f8a75b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d234a6da-d7e3-ed65-d3ce-5e4be5e50db3-9f8a75b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-c9ff55eb-d9b6-51ca-ffff-5be32a7b5499-9f8a75b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_371fc8ab-0d75-54e0-2c4d-39940f9150da-416c44ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_371fc8ab-0d75-54e0-2c4d-39940f9150e1-416c44ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af2e9d70-dcfb-9079-c0ae-a9848c2e3e34-1f77aa40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-af2e9d70-dcfb-9079-c0ae-a9848c2e3e3b-1f77aa40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4374ef25-ef89-1848-5e06-c473fe098bb1-9f8a75b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5dec79c0-837a-1db1-fc2c-9b7c5282345a-9f8a75b6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d234a6da-d7e3-ed65-d3ce-5e4be5e50db3-9f8a75b6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-ffa7060e-5d50-f35a-5bfe-ff0d59f52322-416c44ca, #w-node-ffa7060e-5d50-f35a-5bfe-ff0d59f52505-416c44ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_371fc8ab-0d75-54e0-2c4d-39940f9150da-416c44ca {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-div-block-1f77aa40, #w-node-div-block-2-1f77aa40, #w-node-_60292b9d-61e6-6ac3-0ad4-54937bb5c11f-1f77aa40, #w-node-b7f7a61f-b65c-6918-42a3-e0a7513d2d88-1f77aa40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af2e9d70-dcfb-9079-c0ae-a9848c2e3e34-1f77aa40 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d234a6da-d7e3-ed65-d3ce-5e4be5e50db3-9f8a75b6, #w-node-_371fc8ab-0d75-54e0-2c4d-39940f9150da-416c44ca, #w-node-af2e9d70-dcfb-9079-c0ae-a9848c2e3e34-1f77aa40 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }
}


