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

:root {
  --red: #e42c1f;
  --cream: #f6ede7;
  --light-pink: #f8dbde;
  --pink: #f3b9be;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Edwardianscriptitc, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.bassic-section {
  background-color: #f8dbde00;
}

.bassic-section.hero {
  background-color: #f8dbde00;
  min-height: 100vh;
  max-height: 100vh;
}

.bassic-section.secondary-hero {
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.bassic-container {
  max-width: 1600px;
}

.bassic-container.hero {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.content-container {
  background-color: var(--cream);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.content-container.hero {
  background-color: #f6ede700;
  background-image: url('../images/Hero-BKG.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  min-width: 620px;
  min-height: 476px;
  max-height: 476px;
  margin-top: auto;
  display: flex;
}

.content-container.bottom {
  padding-bottom: 60px;
}

.content-div {
  border-right: 1px none var(--red);
  border-left: 1px none var(--red);
  min-width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-div.hero {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.content-div.side-lines {
  border-left-style: solid;
  border-right-style: solid;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content-div.no-padding {
  margin-top: -20px;
  padding-top: 0;
  display: block;
}

.content-div.no-padding.actual {
  margin-top: 0;
}

.content-div.negative {
  margin-top: -274px;
}

.hero-title-container {
  flex-flow: column;
  display: flex;
}

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

.heading-2 {
  color: #c24b4b;
}

.heading-3 {
  color: var(--red);
  font-size: 95px;
}

.date {
  color: var(--red);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 27px;
}

.date.about {
  letter-spacing: 5px;
  margin-top: auto;
  font-family: futura-pt, sans-serif;
  font-size: 215%;
}

.h3 {
  color: var(--red);
  text-align: center;
  letter-spacing: 9px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 240%;
  font-weight: 700;
  line-height: 48px;
}

.heading-4 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150%;
}

.sub-head-container {
  display: flex;
}

.vertical-line {
  min-width: 0;
  max-width: 1px;
  min-height: 50px;
}

.vertical-line.right {
  margin-left: auto;
}

.vertical-line.left {
  margin-right: auto;
}

.verticle-line {
  background-color: var(--red);
  width: 1.2px;
  margin-top: 20px;
}

.verticle-line.left {
  width: 1px;
  margin-right: auto;
}

.verticle-line.right {
  width: 1px;
  margin-left: auto;
}

.bottom-detailed-decoration {
  border-right: 1px #000;
  border-left: 1px none var(--red);
  background-image: url('../images/full-upper-decoration-bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 80px;
}

.red-box-container {
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px 60px;
  display: flex;
}

.red-box-container.less-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph {
  text-transform: none;
  font-size: 150%;
  line-height: 125%;
}

.paragraph._80 {
  color: #e42c1f;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._80.padding {
  margin-bottom: 60px;
}

.top-detailed-decoration {
  background-image: url('../images/full-upper-decoration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 80px;
}

.top-detailed-decoration.simplified {
  background-image: url('../images/Upper-simplified-decoration.svg');
  height: 40px;
}

.bottom-simplified-decoration {
  background-image: url('../images/Lower-simplified-decoration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 40px;
}

.heading-5 {
  color: var(--red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 170%;
  font-weight: 400;
}

.heading-5.location {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 60px;
  display: flex;
}

.bold {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 125%;
}

.bold.no-padding {
  color: #e42c1f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 140%;
}

.button {
  border: 1px solid var(--red);
  background-color: var(--light-pink);
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  width: 40%;
  margin: 0 auto 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 110%;
  box-shadow: 0 2px 5px #0003;
}

.button._80 {
  background-color: var(--light-pink);
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button._80.left {
  border: 1px solid var(--red);
}

.h3-decorative {
  color: var(--red);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxurious Script, sans-serif;
  font-size: 700%;
  line-height: 90%;
}

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

.wave-container.bottom {
  margin-bottom: 10px;
}

.image {
  max-width: 30%;
}

.image.right {
  max-width: 25%;
  margin-left: auto;
}

.image-2 {
  max-width: 30%;
}

.image-2.left {
  max-width: 25%;
  margin-right: auto;
}

.image-3 {
  max-width: 90%;
  margin-bottom: 40px;
}

.image-3.no-padding {
  margin-bottom: 0;
}

.h2-decorative {
  color: var(--red);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: sloop-script-one, sans-serif;
  font-size: 400%;
  line-height: 90%;
}

.h2-decorative._2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 250%;
}

.bottom.round {
  border-radius: 100em 100em 0 0;
}

.arch.hide {
  display: none;
}

.container {
  width: 1152px;
}

.bkg-image {
  z-index: -2;
  background-image: url('../images/Hero-section-min.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.pink-container {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.top-circle {
  background-color: var(--light-pink);
  background-image: url('../images/simple-curved-decoration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 100em;
  border-top-right-radius: 100em;
  justify-content: center;
  align-items: flex-end;
  height: 275px;
  display: flex;
}

.div-block {
  background-color: var(--light-pink);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-circle {
  background-color: var(--light-pink);
  border-radius: 0 0 100em 100em;
  justify-content: center;
  align-items: flex-end;
  height: 275px;
  display: flex;
}

.image-4 {
  border-radius: 20px;
}

.light-pink {
  background-color: var(--pink);
}

.secondary-container {
  width: 80%;
  max-width: 700px;
  margin-top: 10vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-5 {
  width: 100%;
}

.upper-decoration {
  background-image: url('../images/the-day-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 30px;
  display: flex;
}

.header-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.location {
  color: var(--red);
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
  font-size: 400%;
}

.district {
  width: 200%;
}

.footer-decoration {
  background-image: url('../images/the-day-bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 86px;
}

.top-line {
  background-image: url('../images/Full-wave-decoration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 22px;
  margin-top: 40px;
}

.top-line.bottom {
  margin-bottom: 20vh;
}

.list-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--red);
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
}

.list-title {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 31px;
}

.list-sub-heading {
  color: var(--red);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.list-sub-heading.loercse {
  text-transform: lowercase;
}

.slider-container {
  width: 80vw;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.slider-master {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  text-align: left;
  text-transform: none;
  background-color: #f3b9be00;
  margin-bottom: 60px;
  font-size: 21px;
  line-height: 135%;
}

.slide-nav {
  color: #3330;
  font-family: futura-pt, sans-serif;
  display: none;
}

.left-arrow {
  background-image: url('../images/LEFT-ARROW.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10vw;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  background-image: url('../images/RIGHT-ARROW.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10vw;
  position: fixed;
}

.image-6 {
  border-top-left-radius: 100em;
  border-top-right-radius: 100em;
  height: auto;
}

.mask {
  height: 2000px;
}

.slide-content {
  border-right: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  border-left: 1px solid var(--red);
}

.location-title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.location-heading {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
  font-size: 70px;
  line-height: 60px;
}

.slide-parragraph-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.slider-line {
  background-image: url('../images/Full-wave-decoration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 8px;
  margin-top: 0;
}

.slider-line.bottom {
  margin-bottom: 50vh;
}

.slider-sugestion, .slider-sugestion-copy {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sugestions-heading {
  color: var(--red);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.sugestions-heading.location {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 60px;
  display: flex;
}

.sugestions-copy {
  text-align: center;
  text-transform: none;
  background-color: #f3b9be00;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 21px;
  line-height: 110%;
}

.accordion-item {
  border: 1px solid var(--red);
  background-color: var(--light-pink);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.bottom {
  margin-bottom: 25vh;
}

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

.accordion-heading {
  pointer-events: auto;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: var(--red);
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

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

.bold-text {
  pointer-events: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
  font-size: 22px;
}

.accordian-copy {
  text-transform: none;
  font-size: 18px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: sloop-script-one, sans-serif;
}

.nav-holder {
  z-index: 1000;
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 620px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button {
  border: 1px solid var(--red);
  background-color: var(--light-pink);
  color: var(--red);
  text-transform: uppercase;
  border-radius: 100em;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: futura-pt-bold, sans-serif;
}

.nav-button.w--current {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.footer {
  background-color: var(--light-pink);
  background-image: url('../images/Full-wave-decoration.svg');
  background-position: 0 0;
  background-size: contain;
  width: 620px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.footer._100w {
  background-color: var(--pink);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  width: 100vw;
}

.footer._100w.about {
  margin-top: 1900px;
}

@media screen and (max-width: 991px) {
  .bkg-image {
    background-position: 50% 0;
  }

  .list-title {
    font-size: 28px;
  }

  .list-sub-heading {
    font-size: 21px;
  }

  .slider {
    margin-bottom: 60px;
  }

  .left-arrow {
    width: 60px;
    margin-left: 10px;
  }

  .right-arrow {
    width: 60px;
    margin-right: 10px;
  }

  .mask {
    height: 2100px;
  }

  .location-title {
    padding-bottom: 60px;
  }

  .sugestions-copy {
    margin-bottom: 100px;
  }

  .faq {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .bassic-section {
    width: 100vw;
  }

  .content-container {
    width: 100vw;
    max-width: 100vw;
  }

  .content-container.hero {
    background-color: var(--cream);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100vw;
    min-width: 100vw;
    max-width: 620vw;
    height: auto;
    min-height: 82vw;
    max-height: 56%;
  }

  .content-div {
    min-width: 80%;
    max-width: 80%;
  }

  .content-div.image, .content-div._100w {
    min-width: 100%;
  }

  .date {
    font-size: 3vw;
  }

  .date.about {
    font-size: 3vw;
    line-height: 2vw;
  }

  .sub-head-container, .bottom-detailed-decoration {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .red-box-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .top-detailed-decoration {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bottom-simplified-decoration {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    width: 60%;
  }

  .button._80.left {
    width: 55%;
  }

  .image-4 {
    border-radius: 30px;
  }

  .secondary-container {
    width: 90%;
  }

  .location {
    font-size: 7vw;
  }

  .list-title {
    font-size: 24px;
  }

  .list-sub-heading {
    font-size: 18px;
  }

  .slider-master {
    width: 95%;
  }

  .location-heading {
    margin-bottom: 0;
    font-size: 50px;
  }

  .accordion-item {
    border-radius: 15px;
    padding: 15px;
  }

  .icon.accordion-icon {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
    line-height: 20px;
  }

  .accordion-item-content {
    margin-top: 0;
    margin-right: 0;
  }

  .accordian-copy {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-7 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 20px;
  }

  .faq {
    color: var(--red);
  }

  .nav-holder {
    width: 100vw;
  }

  .footer {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .bassic-section {
    display: flex;
  }

  .bassic-section.hero {
    min-height: 80vh;
    max-height: 80vh;
  }

  .bassic-section.secondary-hero {
    height: 25vh;
  }

  .bassic-section.secondary-hero.details {
    height: 350px;
  }

  .bassic-container.hero {
    height: 80vh;
  }

  .content-container {
    display: flex;
  }

  .content-container.hero {
    background-position: 50% 100%;
    background-size: contain;
    width: 100vw;
    min-width: auto;
    max-width: none;
    height: 80vw;
    min-height: auto;
    max-height: none;
    margin-bottom: -1px;
  }

  .content-div {
    min-width: 90%;
    max-width: 90%;
  }

  .content-div.side-lines {
    min-width: 100%;
    padding: 20px 6vw 20px 8vw;
  }

  .content-div.no-padding {
    margin-top: 0;
    padding-bottom: 0;
  }

  .content-div.no-padding._20 {
    min-width: 100%;
    max-width: 100%;
    margin-top: -5vw;
    padding-bottom: 0;
  }

  .content-div.negative {
    margin-top: -55vw;
  }

  .content-div.image {
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .date {
    letter-spacing: 2px;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 4.55vw;
    line-height: 90%;
  }

  .date.about {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 3vw;
  }

  .h3 {
    letter-spacing: 3px;
    margin-top: 0;
    font-size: 5.2vw;
    font-style: normal;
    line-height: 90%;
  }

  .heading-4 {
    letter-spacing: 3px;
    font-size: 3vw;
    font-style: normal;
    line-height: 100%;
  }

  .sub-head-container {
    width: 90%;
  }

  .bottom-detailed-decoration {
    width: 90%;
    height: 60px;
  }

  .red-box-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .red-box-container.less-padding {
    padding: 0 5vw;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 0;
    font-style: normal;
  }

  .paragraph._80 {
    width: 90%;
  }

  .paragraph._80.padding {
    width: 100%;
    margin-bottom: 40px;
    font-style: normal;
  }

  .paragraph._80.extra-padding {
    margin-bottom: 20px;
    font-style: normal;
  }

  .top-detailed-decoration.simplified.full, .top-detailed-decoration.full {
    width: 100%;
  }

  .bottom-simplified-decoration.full {
    width: 100%;
    height: 44px;
  }

  .heading-5 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: 4.5vw;
    font-style: normal;
  }

  .heading-5.location {
    margin-bottom: 10vw;
    font-size: 4.5vw;
  }

  .bold {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: normal;
  }

  .bold.no-padding {
    text-align: left;
    font-style: normal;
  }

  .bold.no-padding._40 {
    margin-bottom: 20px;
  }

  .button {
    width: 100%;
    font-style: normal;
  }

  .button._80 {
    width: 80%;
  }

  .button._80.left {
    width: 80%;
    margin-left: 0;
    font-style: normal;
  }

  .h3-decorative {
    width: 100%;
    font-size: 20vw;
    font-style: normal;
  }

  .wave-container {
    width: 100%;
  }

  .h2-decorative {
    text-align: left;
    text-transform: uppercase;
    font-family: futura-pt-bold, sans-serif;
    font-size: 6vw;
  }

  .h2-decorative._2 {
    margin-bottom: 20px;
    font-style: normal;
  }

  .arch.hide {
    display: block;
  }

  .bkg-image {
    background-position: 50% 0;
    height: 50vh;
  }

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

  .pink-container.bottom {
    margin-top: 0;
  }

  .top-circle, .bottom-circle {
    width: 100vw;
    height: 50vw;
  }

  .body {
    color: var(--cream);
    font-style: italic;
  }

  .secondary-container {
    margin-top: 10vw;
  }

  .upper-decoration {
    min-height: 4vw;
  }

  .header-text-box {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .location {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .footer-decoration {
    height: 14vw;
    line-height: 4vw;
  }

  .top-line {
    height: 2vw;
    margin-top: 4vw;
  }

  .list-title {
    letter-spacing: 1px;
    margin-top: 4vw;
    font-size: 20px;
    line-height: 23px;
  }

  .list-sub-heading {
    font-size: 16px;
    line-height: 2vw;
  }

  .slider-container {
    margin-top: 13vh;
  }

  .slider {
    margin-top: 4vw;
    margin-bottom: 12vw;
    font-size: 16px;
  }

  .left-arrow {
    width: 10vw;
    margin-left: 1vw;
  }

  .right-arrow {
    width: 10vw;
    margin-right: 1vw;
  }

  .mask {
    height: auto;
  }

  .location-title {
    padding-top: 6vw;
    padding-bottom: 4vw;
  }

  .location-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11vw;
    line-height: 100%;
  }

  .slider-line {
    height: 2vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .slider-sugestion-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sugestions-heading {
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 6vw;
    font-style: normal;
  }

  .sugestions-heading.location {
    margin-bottom: 10vw;
    font-size: 4.5vw;
  }

  .sugestions-copy {
    margin-top: 8vw;
    margin-bottom: 16vw;
    font-size: 18px;
    line-height: 90%;
  }

  .accordion-item {
    background-color: var(--light-pink);
    margin-bottom: 10px;
  }

  .accordion-item-content {
    margin-top: 0;
  }

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

  .heading-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .faq {
    color: var(--red);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: futura-pt-bold, sans-serif;
    font-size: 18px;
    font-style: normal;
  }

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

  .nav-button:hover {
    background-color: var(--pink);
  }

  .footer {
    background-color: var(--light-pink);
    color: var(--light-pink);
    width: 100%;
    height: 400px;
  }

  .footer._100w.about {
    margin-top: 1250px;
  }
}


@font-face {
  font-family: 'Edwardianscriptitc';
  src: url('../fonts/edwardianscriptitc.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}