:root {
  --pink: #c31849;
  --white: white;
  --black: black;
}

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

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

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

.navbar-logo-center {
  background-color: #000;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  margin-top: 154px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #c21749;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading {
  font-family: Droid Serif, serif;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body {
  background-image: url('../images/lemon2.svg'), url('../images/lemon1.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 50%;
  background-attachment: fixed, fixed;
}

.navbar-logo-center-2 {
  background-color: #000;
}

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

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

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

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: var(--pink);
}

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

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

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 10px;
}

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

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

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

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

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

.nav-link-accent-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: var(--pink);
}

.button-primary-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-2 {
  padding-top: 104px;
}

.text-block {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  position: fixed;
  box-shadow: 0 2px 20px 6px #00000014;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 13px;
  margin-right: 13px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

.nav-link-3:hover {
  border-bottom: 1px solid var(--pink);
  color: #1a1b1fbf;
}

.nav-link-3:focus {
  border-bottom: 1px solid #000;
}

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

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

.nav-link-3.w--current {
  margin-left: 13px;
  margin-right: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary-3 {
  background-color: var(--pink);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 11px;
  margin-left: 0;
  padding: 7px 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero {
  width: 100%;
  height: 800px;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.hero-cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 80rem;
  height: 100%;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80%;
  display: flex;
}

.hero-main-text {
  text-align: center;
  font-family: Minionpro, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-main-text.white {
  color: #fff;
}

.section2 {
  background-color: #ffffffab;
  padding-top: 42px;
  padding-bottom: 42px;
}

.pink-title {
  color: var(--pink);
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border: 0 #000;
  padding: 22px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;
  position: static;
}

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

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

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

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

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

.hero-titles {
  color: var(--pink);
  letter-spacing: 3px;
  font-family: Minionpro, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.hero-titles.centre {
  text-align: center;
}

.hero-blurbs {
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.hero-blurbs.white {
  color: #fff;
  text-align: center;
}

.hero-blurbs.centred {
  text-align: center;
  font-weight: 300;
}

.hero-circles {
  background-color: #afafaf3b;
  border: 20px #afafaf2e;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 46%;
  height: 400px;
  display: flex;
}

.hero-circles.pink {
  border-color: var(--pink);
  background-color: var(--pink);
}

.image-circles {
  background-image: url('../images/food1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 360px;
  height: 360px;
  display: flex;
}

.image-circles._2 {
  background-image: url('../images/plat5.jpg');
}

.image-circles.bday {
  background-image: url('../images/405556160_1634951846913702_8823910565954106054_n.jpg');
  background-position: 100% 0;
}

.image-circles.baby {
  background-image: url('../images/baby-r2.jpg');
  background-position: 50% 100%;
}

.image-circles.corp {
  background-image: url('../images/corp-top.jpeg');
  background-position: 50% 95%;
}

.image-circles.wedd {
  background-image: url('../images/396951129_1453004825243657_4386606434199928983_n.jpg');
  background-position: 100% 0;
}

.image-circles.kids {
  background-image: url('../images/ch7.jpg');
  background-position: 50%;
}

.image-circles.funeral {
  background-image: url('../images/fu1.jpg');
  background-position: 100% 0;
}

.image-circles.box {
  background-image: url('../images/2.jpg');
}

.image-circles.platters {
  background-image: url('../images/platters-circle1.jpg');
  background-position: 50% 100%;
}

.image-circles.tables {
  background-image: url('../images/404260035_18202451845285745_8166786381490922347_n.jpg');
}

.image-circles.graz5 {
  background-image: url('../images/graz-5.jpg');
}

.image-circles.plat8 {
  background-image: url('../images/corp-7.jpg');
  background-position: 50% 43%;
}

.image-circles.ffcircle {
  background-image: url('../images/ff13.jpg');
}

.image-circles.platters2 {
  background-image: url('../images/platter-table-circle-2.jpg');
}

.section3 {
  background-color: #fefefecc;
  padding-top: 42px;
  padding-bottom: 42px;
}

.ocasions-grid {
  width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.ocasion-box {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 26px 19px;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.ocasion-box:hover {
  background-image: none;
}

.ocasion-box._1 {
  cursor: pointer;
  transition: all .6s;
}

.ocasion-box._1:hover {
  background-image: url('../images/icon-bday-on.svg');
}

.ocasion-box._2 {
  cursor: pointer;
  background-image: url('../images/icon-baby.svg');
  transition: all .6s;
}

.ocasion-box._2:hover {
  background-image: url('../images/icon-baby-on.svg');
}

.ocasion-box._3 {
  cursor: pointer;
  background-image: url('../images/icon-corporate.svg');
  transition: all .6s;
}

.ocasion-box._3:hover {
  background-image: url('../images/icon-corporate-on.svg');
}

.ocasion-box._4 {
  cursor: pointer;
  background-image: url('../images/icon-weddings.svg');
  transition: all .6s;
}

.ocasion-box._4:hover {
  background-image: url('../images/icon-wedding-on.svg');
}

.ocasion-box._5 {
  cursor: pointer;
  background-image: none;
  justify-content: flex-end;
  height: 220px;
  transition: all .6s;
}

.ocasion-box._6 {
  background-image: url('../images/icon-life.svg');
  background-position: 50% 0;
}

.ocasion-box._6:hover {
  background-image: url('../images/icon-life-on.svg');
  background-position: 50% 0;
}

.ocasion-box.bd {
  cursor: pointer;
  background-image: none;
  justify-content: space-between;
  height: auto;
  padding: 0;
  transition: all .6s;
}

.ocasion-blurb {
  color: #000;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.testimonials {
  background-color: var(--pink);
  padding-top: 57px;
  padding-bottom: 57px;
}

.container-4 {
  display: flex;
}

.phone-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 35px;
  display: flex;
}

.image-3 {
  margin-right: 14px;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.title-small {
  color: var(--pink);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #d5d5d5bf;
}

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

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

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

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

.social-icon {
  background-color: #aaa;
  border-radius: 50px;
}

.rosemary-right {
  z-index: 1;
  width: 150px;
  display: flex;
  position: fixed;
  inset: -21% auto 0% 0%;
  transform: rotate(0);
}

.rosemary-left {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/Rosemary.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: scroll;
  width: 150px;
  display: flex;
  position: fixed;
  inset: 0% 0% -46% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.rosemary-leave-left {
  z-index: 1;
  margin-left: -72px;
  position: fixed;
  top: 115px;
}

.rosemary-leave-right {
  z-index: 100;
  transform-style: preserve-3d;
  margin-left: -72px;
  position: fixed;
  inset: 38% -3% 17% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.cta-body {
  box-sizing: border-box;
  clear: left;
  background-color: var(--pink);
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  object-fit: fill;
  background-image: url('../images/white-arrow.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 11px;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 33px 12px 16px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: static;
  left: 0;
}

.cta-body:hover {
  color: #fff;
  background-color: #32343a;
}

.cta-body:active {
  background-color: #43464d;
}

.hero-sub-page {
  width: 100%;
  height: 400px;
}

.hero-sub-page.order {
  background-image: url('../images/7.jpg');
  background-position: 0 39%;
  background-size: cover;
}

.hero-sub-page.about {
  background-image: url('../images/7.jpg');
  background-position: 0 62%;
  background-size: cover;
}

.hero-sub-page.menu {
  background-image: url('../images/391648823_18196816402285745_5530145677542083674_n.jpg');
  background-position: 0 80%;
  background-size: cover;
}

.hero-sub-page.services {
  background-image: url('../images/382314397_773637614771152_6055110577321476596_n.jpg');
  background-position: 0 40%;
  background-size: cover;
}

.hero-sub-page.gallery {
  background-image: url('../images/410187655_824271009707812_975223683707791734_n.jpg');
  background-position: 0 70%;
  background-size: cover;
}

.hero-sub-page.contact {
  background-image: url('../images/398257126_668257295100426_7872532590463179332_n.jpg');
  background-position: 0 64%;
  background-size: cover;
}

.hero-sub-page.bdays {
  background-image: url('../images/bdays-head.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-sub-page.baby {
  background-image: url('../images/baby-r2.jpg');
  background-position: 99% 60%;
  background-size: 100%;
}

.hero-sub-page.corp {
  background-image: url('../images/corp-7.jpg');
  background-position: 50% 73%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-sub-page.weddings {
  background-image: url('../images/wedd6.jpg');
  background-position: 50% 23%;
  background-size: cover;
}

.hero-sub-page.children {
  background-image: url('../images/ch1.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.hero-sub-page.funerals {
  background-image: url('../images/fu3.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.hero-sub-page.boxes {
  background-image: url('../images/2.jpg');
  background-position: 0 40%;
  background-size: cover;
}

.hero-sub-page.platters {
  background-image: url('../images/404260035_18202451845285745_8166786381490922347_n.jpg');
  background-position: 0 40%;
  background-size: cover;
}

.hero-sub-page.tables {
  background-image: url('../images/382207174_18193991461285745_2765408004415806553_n.jpg');
  background-position: 0 40%;
  background-size: cover;
}

.hero-sub-page.finger {
  background-image: url('../images/ffhead.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.order-form-wrapper {
  flex-direction: column;
  width: 80rem;
  padding: 11px 0;
  display: flex;
}

.order-form-wrapper-copy {
  width: 80rem;
  padding: 11px 0;
  display: flex;
}

.creadits-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-link-credit {
  color: #fff;
}

.hero-section-all {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.hero-split-3.aboout1 {
  max-width: 100%;
}

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

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

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

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

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

.hero-title {
  color: var(--pink);
  font-family: Minionpro, sans-serif;
}

.hero-title.centre {
  text-align: center;
}

.intro {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.gallery-grid {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  background-image: url('../images/corp-top.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.gallery-item._2 {
  background-image: url('../images/411086261_1046275700038510_1834806530382202587_n.jpg');
}

.gallery-item._3 {
  background-image: url('../images/410950526_1727425747761742_8849688385817609772_n.jpg');
  background-position: 50%;
}

.gallery-item._4 {
  background-image: url('../images/405556160_1634951846913702_8823910565954106054_n.jpg');
  background-position: 50%;
}

.gallery-item._5 {
  background-image: url('../images/404260035_18202451845285745_8166786381490922347_n.jpg');
}

.gallery-item._6 {
  background-image: url('../images/399413815_2278856038966805_972280755857465422_n.jpg');
}

.gallery-item._7 {
  background-image: url('../images/398453112_795742055894041_2070217029917618025_n.jpg');
  background-position: 50%;
}

.gallery-item._9 {
  background-image: url('../images/398257126_668257295100426_7872532590463179332_n.jpg');
  background-position: 50% 100%;
}

.gallery-item.bi1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.bi2 {
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
}

.gallery-item.bi3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
}

.gallery-item.bi4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
}

.gallery-item.bi5 {
  background-image: url('../images/5.jpg');
}

.gallery-item.bi6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
}

.gallery-item.bi7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
}

.gallery-item.bi8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
}

.gallery-item.ch1 {
  background-image: url('../images/ch1.jpg');
  background-position: 50% 0;
  justify-content: center;
  align-items: center;
}

.gallery-item.ch2 {
  background-image: url('../images/ch2.jpg');
  background-position: 50%;
}

.gallery-item.ch3 {
  background-image: url('../images/ch3.jpg');
  background-position: 50%;
}

.gallery-item.ch4 {
  background-image: url('../images/ch4.jpg');
  background-position: 50%;
}

.gallery-item.ch5 {
  background-image: url('../images/ch5.jpg');
}

.gallery-item.ch6 {
  background-image: url('../images/ch6.jpg');
  background-position: 50%;
}

.gallery-item.ch7 {
  background-image: url('../images/ch7.jpg');
  background-position: 50% 0;
}

.gallery-item.ch8 {
  background-image: url('../images/ch8.jpg');
  background-position: 50%;
}

.gallery-item.fu1 {
  background-image: url('../images/fune2.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.gallery-item.fu2 {
  background-image: url('../images/fune1.jpg');
  background-position: 50%;
}

.gallery-item.fu4 {
  background-image: url('../images/fu4.jpg');
  background-position: 50%;
}

.gallery-item.bs1 {
  background-image: url('../images/bs1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.bs2 {
  background-image: url('../images/bs2.jpg');
  background-position: 50%;
}

.gallery-item.bs3 {
  background-image: url('../images/bs3.jpg');
  background-position: 50%;
}

.gallery-item.bs4 {
  background-image: url('../images/bs4.jpg');
}

.gallery-item.bs5 {
  background-image: url('../images/baby-r3.jpg');
}

.gallery-item.bs6 {
  background-image: url('../images/bs6.jpg');
  background-position: 50% 61%;
}

.gallery-item.corp1 {
  background-image: url('../images/corp1.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.gallery-item.corp2 {
  background-image: url('../images/corp-2.jpg');
  background-position: 50%;
}

.gallery-item.corp3 {
  background-image: url('../images/corp-5.jpg');
  background-position: 50% 100%;
}

.gallery-item.corp4 {
  background-image: url('../images/corp-6.jpg');
  background-position: 50%;
}

.gallery-item.wed1 {
  background-image: url('../images/wedd1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.wed2 {
  background-image: url('../images/wedd2.jpg');
  background-position: 50%;
}

.gallery-item.wed3 {
  background-image: url('../images/wedd3.jpg');
  background-position: 50%;
}

.gallery-item.wed4 {
  background-image: url('../images/wedd4.jpg');
  background-position: 50%;
}

.gallery-item.wed5 {
  background-image: url('../images/wedd5.jpg');
}

.gallery-item.wed6 {
  background-image: url('../images/wedd6.jpg');
  background-position: 50%;
}

.gallery-item.wed7 {
  background-image: url('../images/wedd7.jpg');
  background-position: 50%;
}

.gallery-item.wed8 {
  background-image: url('../images/wedd8.jpg');
  background-position: 50%;
}

.gallery-item.wed9 {
  background-image: url('../images/wedd9.jpg');
  background-position: 50%;
}

.gallery-item.wed10 {
  background-image: url('../images/wedd10.jpg');
  background-position: 50%;
}

.gallery-item.wed11 {
  background-image: url('../images/graz8.jpg');
  background-position: 50%;
}

.gallery-item.wed12 {
  background-image: url('../images/graz7.jpg');
  background-position: 50%;
}

.gallery-item.wed13 {
  background-image: url('../images/wedd13.jpg');
  background-position: 50%;
}

.gallery-item.wed14 {
  background-image: url('../images/graz6.jpg');
  background-position: 50%;
}

.gallery-item.wed15 {
  background-image: url('../images/wedd15.jpg');
  background-position: 50%;
}

.gallery-item.wed16 {
  background-image: url('../images/graz5.jpg');
  background-position: 50% 100%;
}

.gallery-item.box1 {
  background-image: url('../images/box1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.box2 {
  background-image: url('../images/box2.jpg');
  background-position: 50%;
}

.gallery-item.box3 {
  background-image: url('../images/box3.jpg');
  background-position: 50%;
}

.gallery-item.box4 {
  background-image: url('../images/box4.jpg');
  background-position: 50%;
}

.gallery-item.box5 {
  background-image: url('../images/box5.jpg');
}

.gallery-item.box6 {
  background-image: url('../images/box6.jpg');
  background-position: 50%;
}

.gallery-item.box7 {
  background-image: url('../images/box7.jpg');
  background-position: 50%;
}

.gallery-item.box8 {
  background-image: url('../images/box-granola.jpg');
  background-position: 50%;
}

.gallery-item.box9 {
  background-image: url('../images/box-fruit.jpg');
}

.gallery-item.box10 {
  background-image: url('../images/box-meat.jpg');
  background-position: 50%;
}

.gallery-item.box11 {
  background-image: url('../images/box11.jpg');
  background-position: 50%;
}

.gallery-item.box12 {
  background-image: url('../images/box12.jpg');
  background-position: 50%;
}

.gallery-item.plat1 {
  background-image: url('../images/platter-table-photo1.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.gallery-item.plat2 {
  background-image: url('../images/plat2.jpg');
  background-position: 50%;
}

.gallery-item.plat3 {
  background-image: url('../images/plat3.jpg');
  background-position: 50%;
}

.gallery-item.plat4 {
  background-image: url('../images/plat4.jpg');
  background-position: 50%;
}

.gallery-item.plat5 {
  background-image: url('../images/plat5.jpg');
  background-position: 50%;
}

.gallery-item.plat6 {
  background-image: url('../images/plat6.jpg');
  background-position: 50%;
}

.gallery-item.plat7 {
  background-image: url('../images/plat7.jpg');
  background-position: 50%;
}

.gallery-item.plat8 {
  background-image: url('../images/plat8.jpg');
  background-position: 50%;
}

.gallery-item.graz1 {
  background-image: url('../images/graz-3.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.graz2 {
  background-image: url('../images/graz-2.jpg');
  background-position: 50%;
}

.gallery-item.graz3 {
  background-image: url('../images/graz-3.jpg');
  background-position: 50%;
}

.gallery-item.graz4 {
  background-image: url('../images/graz-4.jpg');
  background-position: 50%;
}

.gallery-item.fu5 {
  background-image: url('../images/fune5.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.gallery-item.fu6 {
  background-image: url('../images/fune7.jpg');
  background-position: 50%;
}

.gallery-item.fu7 {
  background-image: url('../images/fune8.jpg');
  background-position: 50%;
}

.gallery-item.fu8 {
  background-image: url('../images/fune4.jpg');
  background-position: 50%;
}

.gallery-item.bs7 {
  background-image: url('../images/bs7.jpg');
  background-position: 50%;
}

.gallery-item.bs8 {
  background-image: url('../images/bs8.jpg');
  background-position: 50% 90%;
}

.gallery-item.bs9 {
  background-image: url('../images/bs9.jpg');
  background-position: 50% 80%;
}

.gallery-item.graz5 {
  background-image: url('../images/graz1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.graz6 {
  background-image: url('../images/graz2.jpg');
  background-position: 50% 100%;
}

.gallery-item.graz7 {
  background-image: url('../images/graz3.jpg');
  background-position: 50%;
}

.gallery-item.graz8 {
  background-image: url('../images/graz4.jpg');
  background-position: 50%;
}

.gallery-item.graz9 {
  background-image: url('../images/graz5.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.graz10 {
  background-image: url('../images/graz6.jpg');
  background-position: 50%;
}

.gallery-item.graz11 {
  background-image: url('../images/graz7.jpg');
  background-position: 50%;
}

.gallery-item.graz12 {
  background-image: url('../images/graz8.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff1 {
  background-image: url('../images/ff1.jpg');
  background-position: 50% 100%;
  justify-content: center;
  align-items: center;
}

.gallery-item.ff2 {
  background-image: url('../images/ff2.jpg');
  background-position: 50% 70%;
}

.gallery-item.ff3 {
  background-image: url('../images/ff3.jpg');
  background-position: 50%;
}

.gallery-item.ff4 {
  background-image: url('../images/ff4.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff5 {
  background-image: url('../images/ff5.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff6 {
  background-image: url('../images/ff6.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff7 {
  background-image: url('../images/ff7.jpg');
  background-position: 50%;
}

.gallery-item.ff8 {
  background-image: url('../images/ff8.jpg');
  background-position: 50% 0;
}

.gallery-item.ff9 {
  background-image: url('../images/ff9.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff10 {
  background-image: url('../images/ff10.jpg');
  background-position: 50% 100%;
}

.gallery-item.ff11 {
  background-image: url('../images/ff11.jpg');
  background-position: 50%;
}

.gallery-item.ff12 {
  background-image: url('../images/ff12.jpg');
  background-position: 50%;
}

.gallery-item.bi9 {
  background-image: url('../images/bda1.jpg');
  background-position: 50% 0;
}

.gallery-item.bda10 {
  background-image: url('../images/bda2.jpg');
  background-position: 50%;
}

.gallery-item.bid11 {
  background-image: url('../images/bda3.jpg');
  background-position: 50% 80%;
}

.gallery-item.bi12 {
  background-image: url('../images/bda4.jpg');
  background-position: 50%;
}

.gallery-item.bi13 {
  background-image: url('../images/bday-rep.jpg');
  background-position: 50%;
}

.gallery-item.bd14 {
  background-image: url('../images/bda6.jpg');
  background-position: 50% 100%;
}

.gallery-item.bid15 {
  background-image: url('../images/bda4.jpg');
  background-position: 50%;
}

.gallery-item.bid16 {
  background-image: url('../images/bda8.jpg');
  background-position: 50% 100%;
}

.gallery-item.bid15 {
  background-image: url('../images/bda7.jpg');
  background-position: 50% 100%;
}

.gallery-item.corp5 {
  background-image: url('../images/corp-2.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.gallery-item.corp6 {
  background-image: url('../images/corp-3.jpg');
  background-position: 50%;
}

.gallery-item.corp-4 {
  background-image: url('../images/corp-4.jpg');
  background-position: 50%;
}

.gallery-item.corp8 {
  background-image: url('../images/corp-5.jpg');
  background-position: 50% 0;
}

.gallery-item.corp-6 {
  background-image: url('../images/corp-6.jpg');
  background-position: 50% 0;
  justify-content: center;
  align-items: center;
}

.gallery-item.corp7, .gallery-item.corp-7 {
  background-image: url('../images/corp-7.jpg');
  background-position: 50%;
}

.gallery-item.corp-8 {
  background-image: url('../images/corp-8.jpg');
  background-position: 50%;
}

.section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  font-family: Oswald, sans-serif;
}

.section-image {
  margin-top: 124px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.page-main-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 80%;
  height: 450px;
  margin-left: 25px;
  margin-right: auto;
  display: flex;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-input {
  color: #fff;
  text-align: center;
  flex-direction: column;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Minionpro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.testimonial-wrapper {
  max-width: 100%;
}

.testimonial-entry-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.products-cols {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  margin-top: 30px;
}

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

.ocasion-icon {
  background-image: url('../images/icon-bdays.svg');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
  transition: all .6s;
}

.ocasion-icon:hover {
  background-image: url('../images/icon-bday-on.svg');
}

.ocasion-icon._2 {
  background-image: url('../images/icon-baby.svg');
}

.ocasion-icon._2:hover {
  background-image: url('../images/icon-baby-on.svg');
}

.ocasion-icon._3 {
  background-image: url('../images/icon-corporate.svg');
}

.ocasion-icon._3:hover {
  background-image: url('../images/icon-corporate-on.svg');
}

.ocasion-icon._4 {
  background-image: url('../images/icon-weddings.svg');
}

.ocasion-icon._4:hover {
  background-image: url('../images/icon-wedding-on.svg');
}

.ocasion-icon._5 {
  background-image: url('../images/icon-children.svg');
}

.ocasion-icon._5:hover {
  background-image: url('../images/icon-children2.svg');
}

.ocasion-icon._6 {
  background-image: url('../images/icon-life.svg');
}

.ocasion-icon._6:hover {
  background-image: url('../images/icon-life-on.svg');
}

.gallery-section {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  width: 70rem;
  max-width: 70rem;
  margin: 58px auto;
}

.rich-text-block-2 {
  font-family: Oswald, sans-serif;
}

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

.grid-item-overlay {
  opacity: 1;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.custom-styles {
  display: none;
}

.cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.box-types {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.card-heading-background {
  background-color: var(--pink);
  border-radius: .125rem;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-item {
  border-radius: .25rem;
  width: 100%;
  height: 24rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph {
  color: #f5f5f7;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.card-heading {
  border-left: .375rem none var(--pink);
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Minionpro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-heading:hover {
  border-left-style: none;
  border-left-color: var(--pink);
}

.card-content {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  height: 15.625rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.cards-container {
  width: 85rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.about-stella {
  margin-top: 65px;
  margin-bottom: 62px;
}

.about-stella._2 {
  margin-top: 112px;
}

.logo-holders {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.logo-holders._1 {
  background-image: url('../images/Wedding-and-Bride.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._2 {
  background-image: url('../images/brava.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._3 {
  background-image: url('../images/bni.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._4 {
  background-image: url('../images/Pinot-and-Picasso.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._5 {
  background-image: url('../images/monash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._6 {
  background-image: url('../images/rmit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._7 {
  background-image: url('../images/virtual-staff.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._8 {
  background-image: url('../images/Base-Curve-Optical-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.logo-holders._9 {
  background-image: url('../images/The_Skin_Boutique_-_Logo_-_Black_360x.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._10 {
  background-image: url('../images/Mornington-Wedding-Expo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._11 {
  background-image: url('../images/logo-stencil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._12 {
  background-image: url('../images/Up-Vibes-Studio.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._13 {
  background-image: url('../images/SMD-FULL-LOGO-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._14 {
  background-image: url('../images/gohome.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._15 {
  background-image: url('../images/hens-love-art.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.logo-holders._16 {
  background-image: url('../images/Bayside-Hockey-Club.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.copy-links {
  color: var(--pink);
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.platters-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.platters-section {
  width: 60rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.platter-cols {
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.platter-sample {
  width: 100%;
  height: 450px;
  display: flex;
}

.platter-sample.elev, .platter-sample.table {
  background-image: url('../images/plat8.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.platter-sample.tables {
  background-image: url('../images/grazing-table-modal.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.platters-info {
  direction: ltr;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 70%;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 25px;
}

.platter-cols-below {
  width: 70rem;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
}

.building {
  margin-bottom: 37px;
}

.container-8 {
  width: 70rem;
  max-width: 70rem;
}

.cta-wrapper-box {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-info {
  z-index: 10;
  background-color: #fffffff5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.modal-content {
  width: 70rem;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-closer {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 74px;
  margin-right: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-content-text {
  z-index: 10;
  background-color: #ffffffdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: auto;
  display: flex;
  position: fixed;
}

.modal-info-table, .modal-info-graz {
  z-index: 10;
  background-color: #fffffff5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.fingerfood-menu-table {
  width: 70rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  width: 70rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.finger-menu {
  direction: ltr;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 25px;
}

@media screen and (min-width: 1440px) {
  .card-heading {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1920px) {
  .cards-container, .platters-section {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-center-container.shadow-three {
    height: 90px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    margin-top: -76px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .image {
    margin-top: -88px;
    padding-right: 104px;
  }

  .icon {
    display: none;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .navbar-no-shadow-container {
    width: 100%;
    max-width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav-menu-wrapper {
    background-color: #00000069;
    background-image: linear-gradient(#000000b0, #000000b0), url('../images/382207174_18193991461285745_2765408004415806553_n.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    color: #fff;
    text-align: center;
    justify-content: center;
    padding: 18px 5px;
    font-size: 24px;
    display: flex;
  }

  .nav-link-3:hover {
    color: #ffffffbf;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .button-primary-3 {
    transition-duration: .6s;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--pink);
    color: #fff;
  }

  .hero {
    height: 600px;
  }

  .background-video-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/graz-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 600px;
  }

  .hero-cta-wrapper {
    flex-direction: column;
  }

  .hero-split {
    height: 40%;
  }

  .hero-split.a {
    display: none;
  }

  .hero-main-text {
    margin-top: 0;
  }

  .container-3 {
    max-width: 100%;
  }

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

  .hero-wrapper._2 {
    flex-direction: column-reverse;
  }

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

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

  .section3 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .ocasions-grid {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 34px;
    display: flex;
  }

  .ocasion-box {
    width: 150px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .ocasion-box._1 {
    width: 250px;
    height: 250px;
  }

  .ocasion-box._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    display: flex;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .rosemary-leave-left {
    padding-right: 62px;
  }

  .rosemary-leave-right {
    margin-right: -83px;
    padding-left: 27px;
  }

  .hero-sub-page.order, .hero-sub-page.about, .hero-sub-page.menu, .hero-sub-page.services, .hero-sub-page.gallery, .hero-sub-page.contact, .hero-sub-page.bdays, .hero-sub-page.baby, .hero-sub-page.corp, .hero-sub-page.weddings, .hero-sub-page.children, .hero-sub-page.funerals, .hero-sub-page.boxes, .hero-sub-page.platters, .hero-sub-page.tables, .hero-sub-page.finger {
    height: 300px;
  }

  .order-form-wrapper {
    width: 90%;
    max-width: 90%;
  }

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

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

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

  .gallery-item {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .gallery-item._1 {
    background-image: url('../images/1.jpg');
    background-position: 50% 73%;
  }

  .hero-split-3-copy, .page-main-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slider {
    flex-direction: column;
  }

  .testimonial-input {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .testimonial-entry-wrapper {
    height: 100%;
  }

  .gallery-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .rich-text-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .box-contain {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .box-types {
    height: auto;
  }

  .card-item {
    height: 30rem;
  }

  .card-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cards-container {
    width: 90%;
    max-width: none;
    margin-top: 2rem;
  }

  .platters-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .platters-section {
    width: 90%;
    max-width: none;
    margin-top: 2rem;
  }

  .platter-cols {
    width: 98%;
    padding-top: 0;
  }

  .platter-sample.elev {
    height: 500px;
  }

  .platter-sample.table {
    background-position: 50%;
    background-size: cover;
    height: 350px;
  }

  .platter-sample.tables {
    height: 250px;
    margin-bottom: 25px;
  }

  .platters-info {
    width: 100%;
  }

  .platter-cols-below {
    width: 98%;
  }

  .container-8 {
    width: 95%;
    max-width: 98%;
    margin-top: 24px;
  }

  .cta-wrapper-box {
    flex-direction: column;
  }

  .modal-closer {
    z-index: 10;
    background-color: var(--white);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 13px;
    position: fixed;
  }

  .modal-info-graz {
    height: 100vh;
    padding-top: 38px;
    display: flex;
    position: fixed;
  }

  .fingerfood-menu-table {
    width: 100%;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
  }

  .section-3 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-menu-block-2 {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

  .navbar-no-shadow-container {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .navbar-wrapper {
    flex-direction: row;
  }

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

  .nav-menu-wrapper {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
  }

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

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

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

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

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

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

  .hero {
    height: 400px;
  }

  .background-video-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/graz-1.jpg');
    background-size: auto, cover;
    height: 400px;
  }

  .hero-main-text {
    font-size: 40px;
    line-height: 40px;
  }

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

  .ocasions-grid {
    width: 80%;
  }

  .ocasion-box {
    justify-content: space-between;
    width: 100px;
    height: 180px;
    padding-top: 80px;
  }

  .ocasion-box._2 {
    justify-content: space-between;
  }

  .ocasion-box.bd {
    margin-bottom: 23px;
  }

  .ocasion-blurb {
    font-size: 15px;
    line-height: 18px;
  }

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

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

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

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

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

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

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

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

  .rosemary-leave-left {
    padding-left: 58px;
  }

  .rosemary-leave-right {
    padding-left: 46px;
  }

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

  .hero-sub-page.order, .hero-sub-page.about, .hero-sub-page.menu, .hero-sub-page.services, .hero-sub-page.gallery, .hero-sub-page.contact, .hero-sub-page.bdays, .hero-sub-page.baby, .hero-sub-page.corp, .hero-sub-page.weddings, .hero-sub-page.children, .hero-sub-page.funerals, .hero-sub-page.boxes, .hero-sub-page.platters, .hero-sub-page.tables, .hero-sub-page.finger {
    height: 200px;
  }

  .order-form-wrapper {
    width: 90%;
  }

  .hero-section-all {
    padding: 24px 15px;
  }

  .shadow-two-2 {
    margin-top: 0;
  }

  .gallery-item {
    margin-bottom: 19px;
  }

  .rich-text-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-image {
    margin-top: 0;
  }

  .ocasion-icon {
    width: 80px;
    height: 80px;
  }

  .gallery-section {
    margin-top: 0;
  }

  .rich-text-block-2 {
    width: 95%;
  }

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .background-video {
    height: 50vh;
  }

  .body {
    background-color: #fff;
  }

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

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .navbar-no-shadow-container {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .background-video-2 {
    background-image: linear-gradient(#00000078, #00000078), url('../images/graz-1.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .hero-split {
    width: 90%;
  }

  .hero-main-text {
    margin-bottom: 9px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 30px;
  }

  .section2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero-heading-right {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .hero-heading-right._2 {
    flex-direction: row;
    display: flex;
  }

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

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

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

  .hero-circles {
    width: 300px;
    max-width: 300px;
    height: 300px;
  }

  .image-circles, .image-circles._2, .image-circles.bday, .image-circles.baby, .image-circles.plat8 {
    width: 280px;
    height: 280px;
  }

  .section3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ocasions-grid {
    width: 95%;
  }

  .ocasion-box._1 {
    width: 250px;
  }

  .testimonials {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .phone-wrapper {
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }

  .footer-link {
    text-align: center;
  }

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

  .footer-copyright-center {
    padding-bottom: 13px;
  }

  .rosemary-leave-left {
    padding-left: 69px;
  }

  .rosemary-leave-right {
    margin-left: 0;
    padding-right: 51px;
  }

  .hero-sub-page.about, .hero-sub-page.menu, .hero-sub-page.services, .hero-sub-page.gallery, .hero-sub-page.contact, .hero-sub-page.bdays, .hero-sub-page.baby, .hero-sub-page.corp, .hero-sub-page.weddings, .hero-sub-page.children, .hero-sub-page.funerals, .hero-sub-page.boxes, .hero-sub-page.platters, .hero-sub-page.tables, .hero-sub-page.finger {
    height: 200px;
  }

  .order-form-wrapper {
    width: 90%;
  }

  .creadits-wrapper {
    flex-direction: column;
  }

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

  .hero-wrapper-2 {
    flex-direction: column-reverse;
  }

  .shadow-two-2 {
    margin-top: 0;
  }

  .intro {
    padding-left: 9px;
    padding-right: 9px;
  }

  .rich-text-block {
    width: 95%;
  }

  .section-image {
    margin-top: 0;
  }

  .slider {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }

  .testimonial-input {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ocasion-icon {
    width: 60px;
    height: 60px;
  }

  .gallery-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .gallery-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .card-item {
    height: 18rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .paragraph {
    font-size: .875rem;
  }

  .card-heading {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .platter-cols {
    margin-top: 51px;
  }

  .platter-sample.tables {
    height: 250px;
  }

  .platters-info {
    width: 100%;
    font-size: 1rem;
  }

  .modal-content {
    position: static;
  }

  .modal-closer {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 22px;
    position: fixed;
  }

  .modal-info-graz {
    display: flex;
    position: static;
  }

  .mask {
    width: 100%;
  }

  .section-3 {
    position: static;
  }
}

#w-node-_9837ea27-da44-a6b9-5b6f-c1337837279a-78372794, #w-node-_9837ea27-da44-a6b9-5b6f-c133783727a9-78372794, #w-node-_9837ea27-da44-a6b9-5b6f-c133783727b5-78372794, #w-node-_9837ea27-da44-a6b9-5b6f-c133783727c0-78372794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}