@font-face {
  font-family: Calibriz;
  src: url('../fonts/calibriz.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calibrii;
  src: url('../fonts/calibrii.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calibrib;
  src: url('../fonts/calibrib.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calibrili;
  src: url('../fonts/calibrili.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calibril;
  src: url('../fonts/calibril.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Museo slab 500";
  src: url('../fonts/Museo_Slab_500.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Museo slab;
  src: url('../fonts/Museo_Slab_500italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --white-smoke: #f8f6f4;
  --darker-370-color: var(--avi_pantone_370);
  --gainsboro: #dbdbdb;
  --avi_pantone_370: #658d1b;
  --burlywood: #ebb96a;
  --black: black;
  --orange-red: #ff5f0f;
  --white: white;
  --dark-grey: #a1a1a1;
  --grey: #858585;
  --dim-grey-2: #4d4d4d;
  --avi-purple: #4c2f48;
  --avi_orange: #ff6a14;
  --light-coral: #d77474;
  --white-overlay: var(--white);
}

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

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.wrapper-pages {
  flex: none;
}

.hero_dining {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: url('../images/catering.jpg');
  background-position: 50% 30%;
  background-size: cover;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.hero_dining.about-us {
  background-image: url('../images/dining-and-meal-plans.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_dining.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_dining.about-us.connect_with_us_section {
  aspect-ratio: auto;
  background-image: linear-gradient(90deg, var(--white-smoke) 8%, transparent 73%), url('../images/AVI_HallofFame_Smaller-222.jpg'), url('../images/hero2.jpg');
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_dining.home_hero {
  background-image: linear-gradient(#0000, #0000), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  display: block;
}

.hero_dining.sweets_hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/sweets_cupcake-hero.jpg');
}

.nav-link {
  opacity: 1;
  color: var(--darker-370-color);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: var(--darker-370-color);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museo slab 500", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-image: url('../images/barista-hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 0;
  font-weight: 500;
  transition: opacity .2s;
  position: relative;
  transform: skew(0deg);
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding: 60px 20px;
  position: relative;
}

.section.footer-section {
  background-color: var(--darker-370-color);
  color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  border-top-style: solid;
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
  padding-top: 0;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, #ffffffe3 40%, #fff0 57%), url('../images/barista-hero.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sale-section {
  color: #0000;
  padding-top: 220px;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: block;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
  transition: opacity .2s;
  transform: skew(0deg);
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: "Museo slab 500", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  font-family: "Museo slab 500", sans-serif;
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--darker-370-color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--darker-370-color);
  text-transform: none;
  align-self: center;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .2s;
  transform: translate(0);
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--avi_pantone_370);
  margin-bottom: -20px;
  font-family: "Museo slab 500", sans-serif;
}

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

.container {
  z-index: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  transition: opacity .2s, opacity .2s;
  display: block;
  position: relative;
}

.container.about-section {
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-subscribe {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Calibri, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

.top-padding {
  margin-top: 40px;
}

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

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: var(--burlywood);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: #0000;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  aspect-ratio: auto;
  background-color: var(--darker-370-color);
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  border-style: none;
  border-color: #000;
  border-radius: 6px;
  width: auto;
  margin: 20px 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.button.dark._50_percent {
  width: 50%;
}

.product-page-image {
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: #0c152f99;
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: var(--black);
  text-align: center;
  flex-flow: row;
  align-self: auto;
  margin: 10px auto;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.page-title.big {
  color: #000;
  font-family: "Museo slab 500", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

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

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.section-tittle {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  transition: left .2s;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.section-tittle._50_percent {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.category-titles {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  transition: right .2s;
  transform: translate(0);
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
}

.about-column {
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: #0000;
  border: 1px #000;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: none;
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: none;
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body-10 {
  color: var(--black);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-10.footer_text {
  color: var(--white);
  font-size: 10px;
}

.body-10.category-titles {
  text-align: left;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

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

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  color: var(--avi_pantone_370);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: right;
  width: 100%;
  max-width: 350px;
  transition: opacity .2s;
  transform: translate(0)translate(0);
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.contact.section-tittle {
  font-family: "Museo slab 500", sans-serif;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

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

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

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

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 100px;
}

.minor_category_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  float: none;
  object-fit: fill;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.div-column-left {
  float: left;
  text-align: center;
  width: 90%;
}

.div-column-right {
  float: right;
  width: 90%;
  transition: opacity .2s;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2, .image-team-div._3 {
  background-image: none;
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  width: auto;
  height: 560px;
  padding: 60px;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block, .left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Calibri, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: auto;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  object-fit: fill;
  background-image: url('../images/veggies_horizontal_header.jpg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.image-div-2.second {
  background-image: none;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

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

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  display: flex;
}

.hero-image {
  object-fit: fill;
  background-image: url('../images/hero_image-vegetables.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  margin-left: 0;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  place-content: stretch center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.grid.color_back {
  background-color: #658d1b;
  border-radius: 0;
}

.image-5 {
  max-width: 100%;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area"
                       "Area-2";
}

.collection-list-wrapper {
  margin-bottom: 100px;
  transition: opacity .2s, opacity .2s;
}

.column-2 {
  padding-right: 10px;
  display: block;
}

.column-3 {
  padding-right: 60px;
}

.image-7 {
  max-width: 250px;
}

.image-8 {
  max-width: 225px;
  margin-right: 20px;
}

.empty-state {
  background-color: #0000;
}

.body-left {
  color: var(--black);
  text-align: left;
  width: 90%;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.body-left._50 {
  outline-offset: 0px;
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #fffc;
  border: 1px #000;
  border-radius: 10px;
  outline: 3px #000;
  align-self: flex-start;
  width: 70%;
  margin-bottom: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.grid-3 {
  grid-template: "Area-2 Area"
  / 1fr 1fr;
}

.collection-list {
  transition: opacity .2s;
  transform: translate(0);
}

.collection-list-wrapper-2 {
  transition: opacity .2s;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       ". ."
                       ". .";
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3, .heading-2 {
  display: flex;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: flex-start center;
  width: auto;
  transition: opacity .2s;
  display: flex;
  position: static;
  transform: translate(0);
}

.image-9 {
  max-width: none;
  transition: right .2s, opacity .2s;
  display: inline;
}

.div-block-3 {
  width: 70%;
  transition: opacity .2s;
}

.image-10 {
  max-width: none;
  transition: right .2s, opacity .2s;
  transform: translate(0);
}

.image-11 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: opacity .2s;
}

.image-12 {
  text-align: right;
  max-width: none;
  transition: left .2s;
}

.bold-text-4 {
  width: 100%;
}

.div-block-4 {
  width: 70%;
}

.div-block-4.padding.info-sale-block {
  margin-top: 10px;
  transform: translate(0)translate(0);
}

.collection-list-wrapper-3 {
  transform: translate(0);
}

.image-13 {
  transition: opacity .2s;
}

.container-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2 {
  background-color: #ebb96a21;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.section-2.collections {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section_jobs {
  background-image: url('../images/AVI_HallofFame_Smaller-341.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  margin-top: 20px;
  padding: 20px 10px;
}

.text-span-2 {
  display: inline-block;
}

.jobs-container {
  margin-top: 20px;
}

.jobs-container.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  max-width: 45%;
  padding-bottom: 20px;
}

.image-14 {
  max-width: none;
}

.columns-4 {
  position: static;
}

.columns-5 {
  clear: right;
  background-color: #0000;
  flex-wrap: wrap;
  order: 0;
  align-items: center;
  width: 100%;
  display: flex;
}

.covid-19-button {
  background-color: var(--avi-purple);
  text-align: center;
  margin-right: 20px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 13px;
}

.div-block-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.columns-6 {
  background-color: #cfc393;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  margin: 10px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #0000;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.social-button-fb {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/social_1social.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 50px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 5px;
  line-height: 50px;
}

.social-button-tw {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/social3_1social3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 50px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 5px;
  line-height: 50px;
}

.social-button-inst {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/social2_1social2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 50px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 5px;
  line-height: 50px;
}

.container-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-button-top {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/TOP_1TOP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 50px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 5px;
  line-height: 50px;
}

.image-15 {
  max-width: none;
  padding: 10px;
  position: static;
}

.image-16, .image-17, .image-18 {
  max-width: none;
}

.column-5 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.column-6 {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

.column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  max-width: none;
}

.sweets_hero {
  background-image: url('../images/sweets_cupcake-hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 0%;
}

.hero_sweets-copy {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/sweets_cupcake-hero.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  display: flex;
}

.hero_sweets-copy.about-us {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/hero_fire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_sweets-copy.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_sweets-copy.about-us.connect_with_us_section {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/OCC-campus_shot.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.hero_sweets-copy.home_hero {
  background-color: #ffffff1a;
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.hero_sweets-copy.sweets_hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/sweets_cupcake-hero.jpg');
}

.image-25, .image15 {
  max-width: none;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 70%;
  padding: 10px;
  display: block;
}

.hero_connecting {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/sweets_cupcake-hero.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: auto;
  padding-top: 5%;
  display: flex;
}

.hero_connecting.about-us {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/hero_fire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_connecting.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_connecting.about-us.connect_with_us_section {
  background-image: linear-gradient(90deg, var(--white-smoke) 13%, transparent 62%), url('../images/AVI_HallofFame_Smaller-164.jpg');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-clip: padding-box;
  padding-top: 140px;
  padding-bottom: 100px;
}

.hero_connecting.home_hero {
  background-image: linear-gradient(#0000, #0000), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  display: block;
}

.hero_connecting.sweets_hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/sweets_cupcake-hero.jpg');
}

.block-quote {
  border: 1px solid var(--avi_orange);
  color: var(--avi-purple);
  border-radius: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button-3 {
  background-color: var(--darker-370-color);
  padding: 20px 40px;
  text-decoration: underline;
}

.button-4 {
  background-color: var(--orange-red);
  margin: 10px;
}

.text-block-4 {
  margin: 20px;
}

.text-block-5 {
  margin: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-6 {
  background-color: var(--avi_pantone_370);
  color: var(--white);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.button-5 {
  background-color: var(--orange-red);
  border-radius: 6px;
  margin: 20px;
}

.image-26 {
  margin: 20px 20px 0;
}

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

.column-13 {
  align-items: center;
  display: flex;
}

.section-3 {
  background-image: url('../images/barista-hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  background-attachment: scroll;
  border-top: 1px solid #ebebeb;
  padding: 19px 40px 60px;
  font-weight: 500;
  transition: opacity .2s;
  position: relative;
  transform: skew(0deg);
}

.body {
  color: #000;
  text-align: center;
  width: auto;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  width: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.heading-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-8 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.container-6 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  background-color: #fff0;
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 20px;
  transition: opacity .2s, opacity .2s;
  display: block;
  position: relative;
}

.container-6.about-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-left: 81px;
  padding-right: 0;
  display: flex;
}

.button-6 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-6:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-6.dark {
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  background-color: #658d1b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.button-6.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.about-hero-block-3 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 50%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.body-3 {
  color: #000;
  text-align: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-3._50_percent {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  display: block;
}

.page-title-2 {
  color: #000;
  text-align: center;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, #f8f6f4 30%, #0000), url('../images/hero_fire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.connect_with_us_section {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/contact-us.jpg');
  background-position: 50% 35%;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
  inset: 0 0%;
}

.heading-6 {
  color: #000;
}

.image-27 {
  margin: 40px 10px 10px;
}

.columns-7, .columns-8, .columns-9 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.button-7 {
  background-color: var(--firebrick);
}

.image-28, .image-29 {
  margin: 10px;
}

.body-11 {
  color: #000;
  text-align: center;
  width: auto;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.button-8 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-8:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-8.dark {
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  background-color: #658d1b;
  border-style: none;
  border-color: #000;
  border-radius: 6px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.button-8.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.body-12 {
  color: #000;
  text-align: center;
  justify-content: center;
  width: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.body-13 {
  color: #000;
  text-align: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-13._50_percent {
  text-align: left;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  display: block;
}

.about-hero-block-4 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 0;
  padding-right: 0%;
  display: block;
  position: relative;
}

.page-title-3 {
  color: #000;
  text-align: left;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.body-14 {
  color: #000;
  text-align: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-14._50_percent {
  text-align: left;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.about-hero-block-5 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 0;
  padding-right: 0%;
  display: block;
  position: relative;
}

.page-title-4 {
  color: #000;
  text-align: left;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-11 {
  margin-top: 0;
}

.paragraph-2 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-block-9, .text-block-10 {
  color: #000;
}

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

.text-block-12 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.columns-10 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.hero_cateringpage {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/sweets_cupcake-hero.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: auto;
  padding-top: 5%;
  display: flex;
}

.hero_cateringpage.about-us {
  background-image: linear-gradient(276deg, transparent 56%, var(--white) 56%), url('../images/AVI_HallofFame_Smaller-222.jpg'), url('../images/AVI_HallofFame_Smaller-031.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_cateringpage.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_cateringpage.about-us.connect_with_us_section {
  aspect-ratio: auto;
  background-image: linear-gradient(90deg, var(--white-smoke) 8%, transparent 73%), url('../images/AVI_HallofFame_Smaller-222.jpg'), url('../images/hero2.jpg');
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_cateringpage.home_hero {
  background-image: linear-gradient(#0000, #0000), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  display: block;
}

.hero_cateringpage.sweets_hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/sweets_cupcake-hero.jpg');
}

.paragraph-13 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.link-4 {
  color: #000;
}

.text-block-13 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text-5 {
  font-weight: 600;
}

.columns-11, .columns-12 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-14 {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-6 {
  vertical-align: baseline;
  font-weight: 400;
}

.text-block-14 {
  color: var(--darker-370-color);
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading-7 {
  color: #000;
  text-align: center;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

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

.button-9 {
  background-color: var(--darker-370-color);
  border-radius: 6px;
  margin: 10px;
}

.section-4 {
  text-align: center;
  background-image: url('../images/barista-hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  border-top: 1px solid #ebebeb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.section-4.footer-section {
  color: #0000;
  background-color: #466f00;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.image-30 {
  max-width: 225px;
  margin-right: 20px;
}

.container-7 {
  padding-top: 10px;
}

.body-15 {
  color: #000;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-15.footer_text {
  color: #fff;
  font-size: 10px;
  display: block;
}

.container-8 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.image-31 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/YSU-Banner.jpg');
  background-position: 50%;
  background-clip: border-box;
  padding-bottom: 0;
  position: static;
}

.image-31.hero-section {
  background-image: url('../images/YSU-Banner.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.dropdown-toggle-3 {
  display: block;
}

.dropdown-toggle-3.w--open {
  flex-flow: row;
  padding-top: 20px;
  display: block;
  position: relative;
  right: auto;
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

.link.w--current {
  color: #000;
}

.link.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link.black-color:hover {
  color: #8f00ff;
}

.black-text {
  color: #000;
  font-weight: 800;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: #0000;
  height: auto;
  min-height: 30vh;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 35vh;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: -30vh 0% auto;
}

.accordion-toggle {
  z-index: 10;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.content-subnav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.accordion-item {
  border: 2px solid var(--darker-370-color);
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  color: var(--darker-370-color);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--darker-370-color);
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.text-block-15 {
  color: var(--black);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: block;
}

.quick-stack {
  clear: none;
  color: #0009;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Poppins, sans-serif;
}

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

.image-32 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  margin: 10px;
  display: block;
}

.image-33 {
  flex: 0 auto;
  align-self: auto;
  display: block;
}

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

.section-5 {
  background-image: url('../images/YSU-Banner.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.button-10 {
  background-color: var(--darker-370-color);
  border-radius: 6px;
  margin: 20px;
}

.paragraph-15 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: 40px auto;
  display: block;
}

.paragraph-16 {
  font-size: 15px;
}

.paragraph-17 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.section-6 {
  background-image: url('../images/shutterstock_753197491-2-SMALLER.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-7 {
  background-image: url('../images/exclusives.jpg');
  background-position: 50% 40%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.image-34 {
  border-radius: 6px;
}

.section-8 {
  background-image: url('../images/Recipe-Group.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.sticky-navbar-2 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-11 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-link-3 {
  opacity: 1;
  color: #658d1b;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #658d1b00;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link-3:hover {
  opacity: 1;
  color: #000;
}

.nav-link-3.w--current {
  color: #658d1b;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-16 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-4 {
  color: #000;
}

.sticky-navbar-3 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-12 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-17 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-5 {
  color: #000;
}

.sticky-navbar-4 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-13 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-18 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-6 {
  color: #000;
}

.sticky-navbar-5 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-14 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-19 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-7 {
  color: #000;
}

.sticky-navbar-6 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.dropdown-toggle-8 {
  padding: 0 20px 0 0;
}

.container-15 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-20 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-9 {
  color: #000;
}

.sticky-navbar-7 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-16 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-21 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-10 {
  color: #000;
}

.sticky-navbar-8 {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-17 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-22 {
  color: #658d1b;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-toggle-11, .dropdown-toggle-12 {
  color: #000;
}

.dropdown-toggle-13 {
  padding: 0 20px 0 0;
}

.paragraph-18 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.image-35 {
  text-align: left;
  display: inline-block;
}

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

.cell-4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  clear: right;
  position: relative;
}

.cell-5 {
  padding: 0;
  font-size: 15px;
  display: flex;
}

.cell-6 {
  padding: 0;
}

.paragraph-19 {
  color: var(--black);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-20 {
  color: var(--white);
  margin: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.paragraph-21 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-bottom: 0;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-8 {
  color: #000;
  text-align: right;
  font-weight: 200;
}

.bold-text-10 {
  font-weight: 400;
}

.heading-9 {
  color: #000;
  text-align: right;
  font-weight: 200;
}

.bold-text-11 {
  font-weight: 400;
}

.heading-10 {
  color: #000;
  text-align: right;
  font-weight: 200;
}

.bold-text-12 {
  font-weight: 400;
}

.paragraph-22 {
  background-color: var(--white);
  color: var(--white);
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.section-9 {
  -webkit-text-stroke-color: #685aaf00;
  background-color: #685aaf;
  background-image: linear-gradient(188deg, #26465f, #14758f);
}

.section-10 {
  background-color: #484e5c;
  background-image: linear-gradient(135deg, #21252e, #464a58 68%);
}

.section-11 {
  background-color: #a55f25;
  background-image: linear-gradient(135deg, #cc8443, #743212);
}

.section-12 {
  background-color: #658d1b;
  background-image: linear-gradient(260deg, var(--darker-370-color) 29%, #426600);
}

.paragraph-23 {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.section-13 {
  background-color: var(--darker-370-color);
  background-image: linear-gradient(172deg, var(--darker-370-color) 39%, #425718);
}

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

.bold-text-13 {
  color: var(--darker-370-color);
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: underline;
}

.bold-text-14 {
  color: var(--darker-370-color);
  font-size: 18px;
  text-decoration: underline;
}

.bold-text-15 {
  font-size: 18px;
}

.paragraph-24 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.section-14 {
  background-image: url('../images/AdobeStock_197386409-dirt-hands-plant-leaf.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.hero_dining-copy {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: url('../images/AdobeStock_197386409-dirt-hands-plant-leaf.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.hero_dining-copy.about-us {
  background-image: url('../images/dining-and-meal-plans.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_dining-copy.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_dining-copy.about-us.connect_with_us_section {
  aspect-ratio: auto;
  background-image: linear-gradient(90deg, var(--white-smoke) 8%, transparent 73%), url('../images/AVI_HallofFame_Smaller-222.jpg'), url('../images/hero2.jpg');
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_dining-copy.home_hero {
  background-image: linear-gradient(#0000, #0000), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  display: block;
}

.hero_dining-copy.sweets_hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/sweets_cupcake-hero.jpg');
}

.nav-link-3-copy {
  opacity: 1;
  color: #658d1b;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #658d1b00;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link-3-copy:hover {
  opacity: 1;
  color: #000;
}

.nav-link-3-copy.w--current {
  color: #658d1b;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.button-11, .button-12, .button-13 {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 6px;
  margin: 10px;
}

.column-14, .column-15, .column-16, .column-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-13 {
  margin-top: 20px;
}

.image-38, .image-39 {
  border-radius: 6px;
}

.section-15 {
  background-color: #dbd2ae;
}

.paragraph-25 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-5, .link-6 {
  color: var(--black);
}

.image-40 {
  order: 0;
  align-self: flex-start;
  margin: 40px 10px 10px;
  display: block;
}

.column-18 {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.body-16 {
  color: #000;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.image-41 {
  margin: 20px 20px 0;
}

.button-14 {
  background-color: var(--avi-purple);
  border-radius: 6px;
  margin: 20px;
}

.heading-11 {
  color: var(--firebrick);
}

.columns-14 {
  background-color: #f7f7f7;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.image-44 {
  text-align: right;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  max-width: none;
  transition: left .2s;
  overflow: auto;
}

.text-block-27 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.text-span-3 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.image-45, .image-46, .image-47, .image-48 {
  text-align: right;
  max-width: none;
  transition: left .2s;
}

@media screen and (max-width: 991px) {
  .hero_dining {
    background-image: url('../images/catering.jpg');
    background-position: 50% 35%;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_dining.about-us {
    background-color: #0c152f99;
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50%;
    background-repeat: repeat;
    height: auto;
    padding: 150px 8px;
    display: block;
  }

  .hero_dining.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .left-block.hero {
    display: block;
  }

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

  .section.collections {
    border-top-width: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
    display: flex;
  }

  .section.footer-section {
    background-image: none;
    border-top-style: none;
    box-shadow: 0 0 #000;
  }

  .section.gray {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cta {
    object-fit: fill;
    background-position: 0 0, 0%;
    background-size: auto, auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

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

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

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

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: var(--black);
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .page-title.big {
    color: #000;
    text-align: center;
    width: 70%;
  }

  .paragraph.main {
    text-align: center;
    width: 45%;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer {
    background-color: #0000;
    border: 1px #000;
    margin-top: 0;
    transition: opacity .2s;
    box-shadow: 0 0 #000;
  }

  .right-footertext {
    text-align: right;
  }

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

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-top: 20px;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-top: 20px;
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row {
    width: 100%;
  }

  .image-div {
    clear: none;
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: auto;
  }

  .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

  .about-hero-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
  }

  .hero-image {
    background-size: 700px;
    width: 100%;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .grid {
    justify-content: center;
    width: auto;
  }

  .body-left {
    width: 400px;
  }

  .body-left._50 {
    text-align: center;
    align-self: center;
    width: 80%;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-4.padding.info-sale-block {
    margin-top: 20px;
  }

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 36%, #fff 55%), url('../images/barista-hero_1.jpg');
  }

  .image-14 {
    margin-top: 20px;
  }

  .columns-5 {
    display: block;
  }

  .container-5 {
    padding-top: 10px;
  }

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

  .hero_sweets-copy {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_sweets-copy.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/hero_fire.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .hero_sweets-copy.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero_connecting {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_connecting.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/hero_fire.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .hero_connecting.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero_connecting.about-us.connect_with_us_section {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AVI_HallofFame_Smaller-164.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    text-align: left;
    align-self: flex-start;
    padding-right: 0;
    display: block;
  }

  .container-6 {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .container-6.about-section {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-hero-block-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .page-title-2 {
    color: #000;
    margin-top: 0;
  }

  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, #f8f6f4 34%, #0000), url('../images/hero_fire.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: auto;
    padding: 0 8px;
  }

  .hero-section.about-us.connect_with_us_section {
    background-image: url('../images/contact-us.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .body-11 {
    text-align: left;
    align-self: flex-start;
    padding-right: 0;
    display: block;
  }

  .about-hero-block-4 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .page-title-3 {
    color: #000;
    margin-top: 0;
  }

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

  .about-hero-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
  }

  .page-title-4 {
    color: #000;
    align-self: center;
    margin-top: 0;
  }

  .hero_cateringpage {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_cateringpage.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(#fffc, #fffc), url('../images/AVI_HallofFame_Smaller-222.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 60px 8px;
  }

  .hero_cateringpage.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .section-4.footer-section {
    border-top-style: none;
    box-shadow: 0 0 #000;
  }

  .container-7 {
    padding-top: 10px;
  }

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

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .sticky-navbar-2 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-11 {
    position: relative;
  }

  .nav-link-3 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .sticky-navbar-3 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-12 {
    position: relative;
  }

  .sticky-navbar-4 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-13 {
    position: relative;
  }

  .sticky-navbar-5 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-14 {
    position: relative;
  }

  .sticky-navbar-6 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-15 {
    position: relative;
  }

  .sticky-navbar-7 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-16 {
    position: relative;
  }

  .sticky-navbar-8 {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-17 {
    position: relative;
  }

  .hero_dining-copy {
    background-image: url('../images/catering.jpg');
    background-position: 50% 35%;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_dining-copy.about-us {
    background-color: #0c152f99;
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50%;
    background-repeat: repeat;
    height: auto;
    padding: 150px 8px;
    display: block;
  }

  .hero_dining-copy.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link-3-copy {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero_dining {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/catering.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 6%;
  }

  .hero_dining.about-us {
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero_dining.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section {
    padding-top: 0;
  }

  .section.collections {
    padding-top: 60px;
  }

  .section.cta {
    background-image: linear-gradient(#0000, #fff), url('../images/barista.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .vertical-category {
    display: none;
  }

  .top-text {
    text-align: center;
    max-width: 100%;
  }

  .top-text.hero {
    text-align: center;
  }

  .container {
    height: auto;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .button.dark {
    margin: 20px;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .section-tittle {
    max-width: 100%;
  }

  .sub-footer {
    box-shadow: none;
    background-color: #0000;
    border-top-style: none;
    margin-top: 20px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-div.small {
    display: flex;
  }

  .hero-image {
    background-size: 500px;
    flex-wrap: wrap;
    height: 400px;
    display: block;
  }

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

  .body-left {
    align-self: center;
    width: 100%;
  }

  .body-left._50 {
    width: 90%;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "." minmax(auto, 1fr)
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .image-9 {
    margin-left: 0;
  }

  .image-12 {
    clear: none;
    align-self: center;
  }

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 32%, #fff 50%), url('../images/barista-hero_1.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .div-block-5._50_percent {
    max-width: 50%;
  }

  .columns-5 {
    clear: none;
    flex-wrap: wrap;
    order: 0;
    display: flex;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .container-5 {
    padding-top: 10px;
  }

  .hero_sweets-copy {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .hero_sweets-copy.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 24%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero_sweets-copy.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero_sweets-copy.home_hero {
    padding-top: 40px;
  }

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

  .hero_connecting {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .hero_connecting.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 24%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero_connecting.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .body {
    padding-right: 0;
  }

  .container-6 {
    height: auto;
  }

  .container-6.about-section {
    flex-flow: row;
    display: flex;
  }

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

  .about-hero-block-3 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .page-title-2 {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    margin-top: 26px;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #f9f7f5fa, #ffffffbf 0% 0%, #f8f6f4 0%, #ffffffbf 0% 12%), url('../images/hero_fire.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-section.about-us.connect_with_us_section {
    padding-right: 0;
    display: block;
  }

  .body-11 {
    padding-right: 0;
  }

  .button-8 {
    text-align: center;
  }

  .about-hero-block-4 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .page-title-3 {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    margin-top: 26px;
    display: flex;
  }

  .about-hero-block-5 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .page-title-4 {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    margin-top: 26px;
    display: flex;
  }

  .hero_cateringpage {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .hero_cateringpage.about-us {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AVI_HallofFame_Smaller-222.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero_cateringpage.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .container-7 {
    padding-top: 10px;
  }

  .container-8 {
    height: auto;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .accordion-header {
    font-size: 45px;
  }

  .content-subnav {
    height: auto;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .quick-stack {
    box-sizing: border-box;
  }

  .section-7 {
    padding-bottom: 20px;
  }

  .image-34 {
    box-sizing: content-box;
    aspect-ratio: auto;
    vertical-align: baseline;
  }

  .section-8 {
    padding-bottom: 0;
  }

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

  .paragraph-20 {
    margin: 20px;
  }

  .hero_dining-copy {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/catering.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 6%;
  }

  .hero_dining-copy.about-us {
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero_dining-copy.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

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

@media screen and (max-width: 479px) {
  .hero_dining {
    background-image: url('../images/catering.jpg');
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero_dining.about-us {
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_dining.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero_dining.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, var(--white-smoke) 55%, transparent), url('../images/OCC-campus_shot.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .left-block.hero {
    display: block;
  }

  .section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.collections {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.footer-section {
    padding: 0;
  }

  .section.gray.testimonials {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.cta {
    object-fit: fill;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.sale-section.about {
    padding-top: 0%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brand.w--current {
    padding: 10px;
  }

  .nav-flex {
    height: 80px;
  }

  .section-content-tittle {
    flex-flow: column;
    display: flex;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-left: 0;
  }

  .top-text.hero {
    text-align: center;
    margin-bottom: 10px;
  }

  .container {
    background-color: #0000;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    width: 60px;
    min-width: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: "Museo slab 500", sans-serif;
  }

  .button.dark {
    margin: 0 10px;
  }

  .page-title {
    text-align: center;
    align-self: center;
    font-size: 25px;
    line-height: 28px;
  }

  .page-title.big, .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    position: static;
  }

  .category-titles {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .sub-footer {
    background-color: #0000;
    border: 1px #000;
    box-shadow: 0 0 #000;
  }

  .container-2 {
    height: auto;
  }

  .body-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-10._50_percent {
    width: 70%;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 20px;
  }

  .row-padding {
    margin-bottom: 10px;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .div-info-wrapper {
    margin-top: 10px;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .contact-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .image-div {
    height: NaN% ;
    object-fit: fill;
    width: 100%;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: #0000;
    padding: 0;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-div.small {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image {
    object-fit: fill;
    background-size: 300px;
    height: 200px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    padding: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .column-2 {
    display: flex;
  }

  .body-left {
    width: auto;
  }

  .body-left._50 {
    width: 100%;
    display: block;
  }

  .grid-3 {
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-flow: row;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-10 {
    margin-top: 20px;
  }

  .image-12 {
    z-index: 100;
    clear: none;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .div-block-4.padding.info-sale-block {
    margin-top: 20px;
  }

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

  .section-2.collections {
    background-color: var(--white);
  }

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 30%, #fff 51%), url('../images/barista-hero_1.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .jobs-container.container {
    margin-top: 0;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-5._50_percent {
    max-width: 100%;
  }

  .image-14 {
    margin-top: 60px;
  }

  .covid-19-button {
    margin-left: 20px;
    font-size: 10px;
    line-height: 13px;
  }

  .div-block-6 {
    object-fit: fill;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-button-fb {
    background-image: url('../images/social_1social.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social_button_facebook {
    background-color: #0000;
  }

  .social-button-tw {
    background-image: url('../images/social3_1social3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-button-inst {
    background-image: url('../images/social2_1social2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-button-top {
    background-image: url('../images/TOP_1TOP.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    max-width: 100%;
    display: inline-block;
  }

  .image-23 {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .hero_sweets-copy {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero_sweets-copy.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 46%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 20% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_sweets-copy.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero_sweets-copy.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, var(--white-smoke) 55%, transparent), url('../images/OCC-campus_shot.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero_sweets-copy.home_hero {
    padding-top: 30px;
  }

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

  .hero_connecting {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero_connecting.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 46%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 20% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_connecting.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero_connecting.about-us.connect_with_us_section {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AVI_HallofFame_Smaller-164.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 60px;
  }

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

  .div-block-10 {
    object-fit: fill;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    display: block;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    background-color: #0000;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
  }

  .button-6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
  }

  .button-6.dark {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-hero-block-3 {
    width: 100%;
    margin-right: 0%;
  }

  .body-3 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .body-3._50_percent {
    width: 70%;
  }

  .page-title-2 {
    padding-top: 28px;
    font-size: 25px;
    line-height: 28px;
  }

  .hero-section {
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10px;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #0000, #ffffffbf 0%), url('../images/hero_fire.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .hero-section.about-us.connect_with_us_section {
    background-image: url('../images/contact-us.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .body-11 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    display: block;
  }

  .button-8 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
  }

  .button-8.dark {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .body-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-13 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .body-13._50_percent {
    width: 70%;
  }

  .about-hero-block-4 {
    width: 100%;
    margin-right: 0%;
  }

  .page-title-3 {
    padding-top: 28px;
    font-size: 25px;
    line-height: 28px;
  }

  .body-14 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .body-14._50_percent {
    width: 70%;
  }

  .about-hero-block-5 {
    width: 100%;
    margin-right: 0%;
  }

  .page-title-4 {
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .columns-10 {
    flex-flow: column;
  }

  .hero_cateringpage {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero_cateringpage.about-us {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AVI_HallofFame_Smaller-222.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero_cateringpage.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero_cateringpage.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, var(--white-smoke) 55%, transparent), url('../images/OCC-campus_shot.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .columns-11, .columns-12 {
    flex-flow: column;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-4.footer-section {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .body-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    height: auto;
  }

  .accordion-content-grid, .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .accordion-header {
    font-size: 40px;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .section-8 {
    background-position: 50% 60%;
  }

  .nav-flex-2 {
    height: 80px;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .quick-stack-2 {
    box-sizing: border-box;
    float: none;
    clear: none;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .paragraph-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero_dining-copy {
    background-image: url('../images/catering.jpg');
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero_dining-copy.about-us {
    background-image: url('../images/dining-and-meal-plans.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero_dining-copy.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero_dining-copy.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, var(--white-smoke) 55%, transparent), url('../images/OCC-campus_shot.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-36, .image-37 {
    padding: 10px;
  }

  .body-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-44, .image-45, .image-46, .image-47, .image-48 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-ef69589b-bb75-db31-e7b2-d015c296b069-841f559f, #w-node-_21d414ed-a73f-84b9-cf79-9a7f2b9fa339-841f559f, #w-node-_8fc27203-032e-1e06-06ea-bdea7f52f158-841f559f, #w-node-d8990ac8-5417-3684-549a-eeedc64f5108-841f559f, #w-node-_5c1b8367-5830-b336-578d-c88e99d8fa03-841f55ab, #w-node-bc725670-9a18-d3d3-3b06-61b75284d2f7-841f55ab, #w-node-de6e8d7f-19b7-4335-2c1a-b7e742a12b4a-841f55ab, #w-node-ba5cda97-abbf-6d6b-c0b7-a5a78ebc33b2-841f55ac, #w-node-_263ef189-a7e7-5651-3c1b-b0d5639591a0-841f55af, #w-node-_3b33333e-2952-7a91-65b9-491a414ff2ed-841f55af, #w-node-e050e1b8-cf80-8970-fde2-0ddcb98d3ab2-841f55af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-ef69589b-bb75-db31-e7b2-d015c296b069-841f559f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef69589b-bb75-db31-e7b2-d015c296b06b-841f559f {
    order: -9999;
  }

  #w-node-_21d414ed-a73f-84b9-cf79-9a7f2b9fa339-841f559f, #w-node-_8fc27203-032e-1e06-06ea-bdea7f52f158-841f559f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8fc27203-032e-1e06-06ea-bdea7f52f15a-841f559f {
    order: -9999;
  }

  #w-node-d8990ac8-5417-3684-549a-eeedc64f5108-841f559f, #w-node-_5c1b8367-5830-b336-578d-c88e99d8fa03-841f55ab, #w-node-bc725670-9a18-d3d3-3b06-61b75284d2f7-841f55ab, #w-node-de6e8d7f-19b7-4335-2c1a-b7e742a12b4a-841f55ab, #w-node-_263ef189-a7e7-5651-3c1b-b0d5639591a0-841f55af, #w-node-_3b33333e-2952-7a91-65b9-491a414ff2ed-841f55af, #w-node-e050e1b8-cf80-8970-fde2-0ddcb98d3ab2-841f55af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef69589b-bb75-db31-e7b2-d015c296b069-841f559f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-ef69589b-bb75-db31-e7b2-d015c296b06b-841f559f {
    order: -9999;
  }

  #w-node-_21d414ed-a73f-84b9-cf79-9a7f2b9fa33a-841f559f {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21d414ed-a73f-84b9-cf79-9a7f2b9fa33b-841f559f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8fc27203-032e-1e06-06ea-bdea7f52f159-841f559f {
    grid-column: span 2 / span 2;
  }

  #w-node-_8fc27203-032e-1e06-06ea-bdea7f52f15a-841f559f, #w-node-d8990ac8-5417-3684-549a-eeedc64f5109-841f559f {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-d8990ac8-5417-3684-549a-eeedc64f510a-841f559f {
    grid-column: span 2 / span 2;
  }

  #w-node-_5c1b8367-5830-b336-578d-c88e99d8fa03-841f55ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-bc725670-9a18-d3d3-3b06-61b75284d2f7-841f55ab, #w-node-de6e8d7f-19b7-4335-2c1a-b7e742a12b4a-841f55ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_263ef189-a7e7-5651-3c1b-b0d5639591a0-841f55af, #w-node-_3b33333e-2952-7a91-65b9-491a414ff2ed-841f55af, #w-node-e050e1b8-cf80-8970-fde2-0ddcb98d3ab2-841f55af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}


@font-face {
  font-family: 'Calibriz';
  src: url('../fonts/calibriz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrii';
  src: url('../fonts/calibrii.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrib';
  src: url('../fonts/calibrib.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrili';
  src: url('../fonts/calibrili.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibril';
  src: url('../fonts/calibril.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museo slab 500';
  src: url('../fonts/Museo_Slab_500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museo slab';
  src: url('../fonts/Museo_Slab_500italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}