:root {
  --white: white;
  --black: #333;
  --siver: #cecfd2;
  --yellow: #fbfd6f;
  --color: #d4af37;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.navbar {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.slider {
  height: auto;
  margin-top: 0;
}

.section {
  background-color: var(--black);
  padding: 60px 20px;
}

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

.image-2 {
  width: 175px;
  max-width: none;
  height: auto;
  max-height: none;
}

.image-3 {
  text-align: left;
  width: 175px;
  max-width: none;
  height: auto;
  min-height: 50%;
  max-height: 100%;
  display: inline-block;
}

.image-4 {
  width: 175px;
  max-width: none;
  height: auto;
  max-height: none;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
}

.paragraph.address {
  padding-top: 10px;
  font-size: 13px;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 10px;
}

.button {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.nav-link {
  text-transform: uppercase;
  padding-left: 40px;
}

.nav-link:hover {
  color: var(--siver);
}

.nav-link.w--current {
  color: var(--black);
  font-weight: 600;
}

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

.section-2 {
  background-color: var(--black);
  margin-right: 0;
  padding: 20px 40px;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: var(--white);
}

.image-5 {
  width: auto;
  max-width: 30%;
}

.image-6 {
  max-width: none;
  height: 120px;
  max-height: 30%;
}

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

.icon, .icon-2 {
  opacity: .6;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--siver);
}

.footer-link.dropdown {
  padding-top: 2px;
  padding-bottom: 2px;
}

.icon-3 {
  margin-right: 0;
  padding-left: 0;
}

.dropdown-list-2 {
  background-color: var(--black);
}

.section-3 {
  margin: 40px 20px;
}

.paragraph-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
  line-height: 1.25;
}

.paragraph-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-3.white {
  color: var(--white);
  padding-top: 20px;
}

.link {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

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

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-4.white {
  color: var(--white);
}

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

.heading {
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.25;
}

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

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 10px;
}

.grid-2.trays {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 25px;
  display: grid;
}

.grid-2.trays.bread {
  grid-template-rows: auto;
}

.grid-2.trays.deli-meat-cheese {
  margin-top: 60px;
}

.grid-2.soups {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 50px;
  display: grid;
}

.grid-2.bread {
  grid-template-rows: auto;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.heading-2.holiday-theme-boxes {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.menu-heading {
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.menu-heading.white {
  color: #0000;
}

.div-block-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 125px;
  display: flex;
}

.menu-heading-name {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.menu-heading-name.trays {
  flex-direction: column;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.menu-heading-name.trays.bread {
  justify-content: center;
  align-items: center;
}

.menu-heading-name.holiday-boxes {
  font-weight: 400;
}

.price-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 120px;
  display: flex;
}

.price-div.soups {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.menu-price {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.menu-price.clear {
  color: #0000;
}

.menu-price.trays-price {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-5 {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
}

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

.text-block-2 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  font-size: 11px;
  text-decoration: none;
}

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

.section-6 {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
}

.section-7 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_3787_tray_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 20px;
  display: flex;
}

.container-3 {
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8, .section-9 {
  height: auto;
}

.section-10 {
  background-image: url('../images/About-Photo_crop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.section-11 {
  height: auto;
  margin-top: 100px;
}

.dropdown-link, .dropdown-link.w--current {
  color: var(--black);
}

.dropdown-toggle:hover {
  color: var(--siver);
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 30px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-link-2, .dropdown-link-2.w--current {
  color: var(--black);
}

.section-12 {
  background-image: url('../images/grazing-box.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.section-13, .section-14 {
  padding: 40px 20px;
}

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

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  background-color: #fff;
}

.div-block-8 {
  background-color: var(--yellow);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.div-block-9 {
  display: block;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
}

.container-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.columns {
  flex-direction: row;
  flex: none;
  align-self: auto;
  display: flex;
}

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

.div-block-12 {
  text-align: center;
}

.div-block-13 {
  flex: 1;
}

.div-block-14 {
  align-self: stretch;
  display: block;
}

.div-block-15, .div-block-16, .div-block-17 {
  align-self: stretch;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  padding-left: 250px;
  padding-right: 250px;
}

.cell-2 {
  display: flex;
}

.div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28 {
  width: 100vw;
}

.div-block-29 {
  background-image: url('../images/border-black.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  width: 100vw;
  height: 30px;
}

.section-15 {
  width: 100vw;
  margin-top: 140px;
}

.div-block-30 {
  width: 100vw;
}

.image-8 {
  max-width: 443%;
}

.section-16 {
  line-height: 1px;
}

.section-17 {
  background-color: var(--siver);
  height: 40px;
  margin-top: 140px;
}

.section-18 {
  background-color: var(--siver);
  height: 10px;
}

.container-5 {
  margin-top: 40px;
}

.italic-text {
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.subscript {
  margin-top: 5px;
}

.italic-text-2 {
  display: flex;
}

.subscript-2 {
  margin-top: 5px;
}

.italic-text-3, .div-block-31 {
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  display: flex;
}

.subscript-3, .subscript-4, .subscript-5 {
  margin-top: 5px;
}

.image-11, .image-12, .image-13 {
  width: 100%;
  max-width: none;
}

.image-14 {
  width: 100%;
  min-width: auto;
  max-width: none;
}

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

.heading-5 {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.container-7 {
  min-height: 3vh;
}

.cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.container-8 {
  flex-flow: column;
  display: flex;
}

.about-header-section {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-34 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.25;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.25;
}

.section-19 {
  padding-bottom: 40px;
}

.link-3 {
  color: var(--black);
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-35 {
  text-align: center;
}

.div-block-36 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .image {
    width: 95px;
    max-height: 90%;
    padding-left: 18px;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: flex-start;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider {
    margin-top: 0;
  }

  .slide {
    max-width: none;
  }

  .image-2, .image-3, .image-4 {
    width: 160px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 14px;
  }

  .nav-link {
    display: block;
  }

  .footer-link, .footer-link.w--current {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .grid-2.bread {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .menu-heading {
    font-size: 18px;
  }

  .div-block-5 {
    flex-direction: column;
    padding-left: 60px;
  }

  .menu-heading-name {
    font-size: 16px;
    line-height: 30px;
  }

  .menu-heading-name.trays.bread {
    align-self: stretch;
    margin-top: 20px;
    line-height: 26px;
  }

  .menu-price {
    font-size: 14px;
  }

  .menu-price.trays-price.bread {
    margin-top: 10px;
  }

  .section-11 {
    margin-top: 80px;
  }

  .menu-button {
    background-color: var(--white);
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .dropdown-toggle {
    padding-left: 0;
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-8 {
    display: flex;
  }

  .div-block-29 {
    line-height: 15px;
  }

  .section-15 {
    background-color: var(--color);
    width: 100vw;
    height: 25px;
  }

  .div-block-30 {
    width: 100vw;
  }

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

  .image-9 {
    width: 100vw;
    max-width: none;
  }

  .section-16 {
    background-color: var(--color);
    width: auto;
    height: auto;
    line-height: 10px;
  }

  .section-17 {
    background-color: var(--siver);
    height: 20px;
    margin-top: 120px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-2, .image-3 {
    width: 150px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-4 {
    width: 150px;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1.5fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .div-block-5 {
    flex-direction: column;
    padding-left: 0;
  }

  .menu-heading-name {
    align-self: stretch;
  }

  .menu-heading-name.trays {
    font-size: 16px;
  }

  .menu-heading-name.trays.bread {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .price-div {
    padding-left: 40px;
  }

  .price-div.soups {
    text-align: center;
  }

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

  .menu-price.trays-price {
    padding-top: 0;
  }

  .menu-price.trays-price.bread {
    align-items: center;
    padding-top: 0;
  }

  .section-10 {
    height: 75vh;
  }

  .section-11 {
    height: auto;
  }

  .heading-4 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-25 {
    margin-top: 100px;
  }

  .section-15 {
    margin-top: 120px;
  }

  .div-block-33 {
    flex-direction: column;
    display: flex;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: auto;
    margin-top: 0;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-3, .div-block-4 {
    flex-direction: column;
  }

  .heading {
    font-size: 20px;
  }

  .grid-2 {
    flex: none;
    grid-auto-flow: row;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
  }

  .grid-2.bread {
    text-align: center;
    grid-auto-flow: column;
    align-content: center;
    align-items: center;
    padding-right: 0;
  }

  .menu-heading {
    font-size: 16px;
    line-height: 25px;
  }

  .menu-heading-name {
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .menu-heading-name.trays {
    line-height: 25px;
  }

  .menu-heading-name.trays.bread {
    font-size: 12px;
    line-height: 20px;
  }

  .price-div {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-price {
    flex-flow: column;
    align-self: stretch;
    font-size: 11px;
    line-height: 18px;
  }

  .menu-price.trays-price.bread {
    margin-top: auto;
    padding-top: 0;
    font-size: 12px;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 0;
  }

  .section-11 {
    background-image: none;
    height: auto;
    margin-top: 100px;
  }

  .div-block-25 {
    margin-top: 80px;
  }

  .section-15 {
    margin-top: 115px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    padding-right: 10px;
    display: block;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }
}

#w-node-_9e832758-05f3-78cd-0d90-b916c6c2d0fb-6206ae59 {
  align-self: start;
}

#w-node-ffa26382-ac88-f249-feb2-ca39818d4f20-6206ae5c {
  place-self: auto stretch;
}

#w-node-_2a095f26-1676-73a7-c56d-5ae0b05e0186-6206ae5c, #w-node-_5bb9a757-f9c5-16d2-d03c-e2d5af90f23f-6206ae5d {
  place-self: center;
}

#w-node-_33ce03b3-4e63-7b87-032a-07946745e0ee-6206ae5d, #w-node-d6751d7c-7605-4c44-4fa9-bf5a482a5875-6206ae5d {
  place-self: auto;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae68d-6206ae5e {
  justify-self: start;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae696-6206ae5e {
  align-self: start;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae699-6206ae5e {
  place-self: center;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae69f-6206ae5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae6a2-6206ae5e {
  align-self: center;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae6a8-6206ae5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51f15dd0-5c2b-c93b-1191-9551b5cae6b1-6206ae5e {
  align-self: start;
}

#w-node-_61d3b29b-d1ee-0876-69bf-fb41082994cd-6206ae5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1bf2456d-7e42-7daf-330a-d9b49de0c37c-6206ae5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ffa26382-ac88-f249-feb2-ca39818d4f25-6206ae5c {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b11fc998-7cb6-3e83-121d-bd3f680ef601-6206ae5d {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ffa26382-ac88-f249-feb2-ca39818d4f20-6206ae5c, #w-node-ffa26382-ac88-f249-feb2-ca39818d4f25-6206ae5c {
    align-self: start;
  }
}


