h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 3.7rem;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 3.7rem;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 2.25rem;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
  font-family: Nunito, sans-serif;
  color: #373730;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 300;
}

li {
  font-family: Nunito, sans-serif;
  color: #373730;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 300;
}

.section-padding {
  padding: 5rem;
}

.section-padding.bg---light.relative {
  position: relative;
}

.section-padding.special-padding {
  padding-top: 9rem;
}

.section-padding.bg---extra-light {
  background-color: #fafafa;
}

.section-padding.bg---extra-light.relative {
  position: relative;
}

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

.body {
  color: #1b1b1b;
}

.text---dark {
  color: #373730;
}

.text---light {
  color: #e6d7bd;
}

.text---accent {
  color: #ba8e45;
}

.bg---white {
  background-color: #fff;
}

.bg---light {
  background-color: #f5f5f5;
}

.bg---dark {
  background-color: #1b1b1b;
}

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

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

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

.heading {
  font-family: Branch, sans-serif;
}

.heading-2 {
  font-family: Branch, sans-serif;
}

.home-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-intro-block-2 {
  width: 50%;
  padding: 24px 24px 24px 34px;
}

.home-intro-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.mb-48 {
  margin-bottom: 48px;
}

.team-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-image-wrapper {
  width: 32%;
}

.team-image-image {
  height: 460px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

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

.image-cover.custom-fit {
  -o-object-position: 50% 36%;
  object-position: 50% 36%;
}

.image-cover.bottom {
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.team-name {
  margin-bottom: 2px;
  font-size: 1.1rem;
  font-weight: 700;
}

.team-position {
  margin-bottom: 0rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.home-booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-booking-block-2 {
  width: 50%;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-booking-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-booking-image {
  width: 100%;
  height: 100%;
  max-width: 350px;
}

.full-spread-image {
  position: relative;
  height: 350px;
}

.full-spread-image.smaller {
  height: 260px;
}

.js-testimonial-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  padding-right: 5rem;
  padding-left: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-testimonial-container.editing {
  height: auto;
}

.js-testimonial {
  margin-right: 5rem;
  margin-left: 5rem;
}

.testimonial {
  position: relative;
  left: 0%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 86px 32px;
  background-color: #fff;
  box-shadow: 0 0 10px -1px rgba(199, 197, 197, 0.29);
}

.home-testimonials {
  padding: 5rem 0rem;
  background-color: #f5f5f5;
}

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

.text---center.mb-0 {
  margin-bottom: 0rem;
}

.text---center.mb-24 {
  margin-bottom: 24px;
}

.font---script {
  font-family: 'Savoye Let', sans-serif;
  font-size: 1.9rem;
  line-height: 1.2em;
  font-weight: 400;
}

.font---script.text---center.mb-48.testimonal-body-text {
  font-family: Stecanella, sans-serif;
}

.js-testimonial-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-testimonial-button {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 20px;
  background-color: #d8d8d8;
  cursor: pointer;
}

.js-testimonial-button.active {
  background-color: #ba8e45;
}

.home-aso {
  padding: 8rem;
  background-color: #f5f5f5;
}

.home-aso-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 10px -1px rgba(199, 197, 197, 0.29);
}

.home-aso-image {
  width: 16.5%;
  height: 80px;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.featured-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured-intro-block-1 {
  width: 60%;
}

.featured-intro-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-intro-image {
  width: 100%;
  height: 310px;
  max-width: 240px;
}

.featured-header-text {
  margin-bottom: 0rem;
  line-height: 1.5em;
}

.text---link {
  color: #373730;
}

.text---link.noul {
  text-decoration: none;
}

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

.offerings-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.offerings-intro-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offerings-intro-block-2 {
  width: 70%;
  padding-left: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.offerings-intro-image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 280px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-vertical-line {
  position: absolute;
  left: auto;
  top: -40px;
  right: 50%;
  bottom: auto;
  width: 1px;
  height: 80px;
  background-color: #c8a771;
}

.offerings-full-width-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

.offerings-full-width-image-1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.offerings-full-width-image-2 {
  width: auto;
  min-width: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offerings-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.offering-detail {
  position: relative;
  width: 32%;
  max-width: 380px;
  padding: 100px 40px 40px;
  background-color: #f5f5f5;
  text-align: center;
}

.offerings-details-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offerings-investment {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.offerings-investment-content {
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-0.js-nav-menu-button {
  font-family: 'Savoye Let', sans-serif;
  font-size: 2.2rem;
  cursor: pointer;
}

.mb-0.nav-menu-open {
  position: relative;
  top: -3px;
  margin-top: 5px;
  font-family: Stecanella, sans-serif;
  font-size: 2.1rem;
  line-height: 0.9em;
  font-weight: 400;
}

.footer {
  padding: 2.5rem 5rem 0rem;
}

.footer-text {
  margin-bottom: 0rem;
  font-family: Branch, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-text.text---center.mb-6 {
  margin-bottom: 6px;
}

.footer-top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(55, 55, 48, 0.25);
}

.footer-mid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(55, 55, 48, 0.25);
}

.footer-mid-section-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.32%;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-mid-section-segment.middle {
  border-right: 1px solid rgba(55, 55, 48, 0.25);
  border-left: 1px solid rgba(55, 55, 48, 0.25);
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5rem;
}

.social-icon {
  color: #373730;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 0rem;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

a.social-icon {
  color: #373730;
  text-decoration: none;
}

a.social-icon:hover {
  color: #AA7C35;
}

.footer-brand {
  width: 100%;
  height: 100%;
  margin-right: 32px;
  margin-left: 32px;
  cursor: pointer;
}

.footer-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(55, 55, 48, 0.25);
}

.footer-bottom-bar-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-bar-segment.middle {
  width: 25%;
  border-right: 1px solid rgba(55, 55, 48, 0.25);
  border-left: 1px solid rgba(55, 55, 48, 0.25);
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Branch, sans-serif;
  color: #373730;
  font-size: 0.95rem;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.legal {
  font-size: 0.85rem;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  text-decoration: underline;
}

.js-testimonial-wrapper {
  position: absolute;
  left: -300px;
  width: 100%;
  padding-right: 5rem;
  padding-left: 5rem;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, left 300ms ease;
  transition: opacity 300ms ease, left 300ms ease;
}

.js-testimonial-wrapper.active {
  left: 0px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.js-testimonial-wrapper.exiting {
  left: 1000px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-contact-embed.section-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-credits-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-credits-line {
  position: relative;
  top: 20px;
  width: 200px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #e6d7bd;
}

.photo-credits-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-credits-name {
  width: 30%;
  min-width: 30%;
  margin-right: 12px;
  margin-bottom: 2rem;
  margin-left: 12px;
  font-family: Branch, sans-serif;
  color: #ba8e45;
  font-size: 1.5rem;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home-intro-block-1-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-intro-block-1-column-2 {
  width: 42%;
}

.home-intro-image-2 {
  height: 350px;
}

.home-intro-image-2.mb-24 {
  margin-bottom: 24px;
}

.home-intro-image-1 {
  width: 100%;
  height: 400px;
}

.home-intro-image-1.mb-24 {
  margin-bottom: 24px;
}

.double-text-button {
  position: relative;
  display: inline-block;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.double-text-button.center {
  margin-left: auto;
}

.double-text-button.special-margins {
  margin-left: 105px;
}

.text-button-top-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
  color: #c8a771;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
}

.text-button-bottom-text {
  position: absolute;
  top: 24px;
  z-index: 1;
  width: auto;
  margin-bottom: 0rem;
  opacity: 0;
  -webkit-transition: opacity 400ms ease, top 400ms ease;
  transition: opacity 400ms ease, top 400ms ease;
  font-family: Stecanella, sans-serif;
  color: #e6d7bd;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
}

.text-button-bottom-text.custom-positioning {
  left: -21px;
}

.global-dev-stuff {
  display: none;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full-spread-button-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 27, 27, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.full-spread-button {
  position: relative;
  height: 60px;
}

.full-spread-button-top-text {
  height: 60px;
  margin-bottom: 0rem;
  color: #ba8e45;
  font-size: 2.2rem;
  line-height: 60px;
  text-align: center;
}

.full-spread-button-bottom-text {
  position: relative;
  top: -31px;
  height: 60px;
  margin-bottom: 0rem;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Stecanella, sans-serif;
  color: #e6d7bd;
  font-size: 2.8rem;
  line-height: 60px;
  text-align: center;
}

.navbar-wrapper {
  background-color: #fff;
}

.navbar-wrapper.opened {
  height: 275px;
}

.navbar-bar {
  height: 75px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  position: absolute;
  top: 75px;
  overflow: hidden;
  width: 100%;
  height: 0px;
  background-color: #fff;
  box-shadow: 0 6px 5px -4px rgba(199, 197, 197, 0.29);
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
}

.navbar {
  position: relative;
  z-index: 100;
  height: 75px;
  box-shadow: 0 0 10px -1px rgba(199, 197, 197, 0.29);
}

.navbar-scripts {
  display: none;
}

.navbar-styles {
  display: none;
}

.navbar-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Stecanella, sans-serif;
  color: #ba8e45;
  font-size: 2.5em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}

.navbar-link.w--current {
  color: #e6d7bd;
}

.navbar-link:hover {
  color: #e6d7bd;
}

.text-button-bottom-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feat-image-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feat-row-1-image-1 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
}

.feat-row-1-image-2 {
  position: relative;
  left: -44px;
  z-index: 1;
  width: 100%;
  max-width: 330px;
}

.feat-image-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feat-row-2-image-1 {
  width: 100%;
  max-width: 560px;
}

.feat-row-2-image-2 {
  position: relative;
  top: 88px;
  width: 100%;
  max-width: 630px;
}

.feat-image-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feat-row-3-image-1 {
  width: 100%;
  max-width: 390px;
}

.feat-row-3-image-2 {
  width: 100%;
  max-width: 630px;
  margin-left: 12px;
}

.feat-full-width-image-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feat-full-image-section {
  width: 100%;
}

.feat-image-row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feat-row-4-block-1 {
  width: 50%;
}

.feat-row-4-block-2 {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 330px;
}

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

.feat-row-4-block-1-text {
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 0rem;
  padding-right: 24px;
  line-height: 1.5em;
}

.feat-image-row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feat-row-5-image {
  position: relative;
  top: -67px;
  z-index: 1;
  width: 60%;
  height: 430px;
}

.feat-row-6-image {
  width: 100%;
  margin-bottom: 80px;
}

.feat-image-row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feat-row-7-image {
  width: 45%;
  height: 100%;
  min-height: 1px;
}

.feat-row-7-image._2 {
  position: relative;
  top: 50px;
}

.feat-image-row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 99px;
  padding-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feat-row-8-image {
  width: 30%;
  height: 200px;
}

.feat-row-8-image.middle {
  position: relative;
  top: -48px;
  margin-right: 32px;
  margin-left: 32px;
}

.feat-photo-credits {
  margin-bottom: 0rem;
  font-size: 1rem;
  text-align: center;
}

.navbar-logo {
  width: 110px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.js-nav-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-menu-close {
  display: block;
  width: 30px;
}

.contact-embed {
  width: 100%;
  max-width: 1000px;
  margin-left: 37px;
}

.contact-header-information-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feat-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.feat-link:hover {
  border-bottom-color: #1b1b1b;
}

.privacy-policy {
  font-size: 0.9rem;
}

.privacy-policy-wrapper {
  overflow: hidden;
  height: 500px;
}

.privacy-policy-wrapper.opened {
  height: auto;
}

.privacy-policy-wrapper.js-pp {
  height: 400px;
  margin-bottom: 24px;
}

.js-pp-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-pp-open {
  margin-bottom: 0rem;
  color: #ba8e45;
  cursor: pointer;
}

.js-pp-close {
  margin-bottom: 0rem;
  color: #ba8e45;
  cursor: pointer;
}

.privacy-policy-script {
  display: none;
}

.legal {
  margin-right: 14px;
  margin-bottom: 0rem;
  padding-right: 0px;
  font-family: Branch, sans-serif;
  font-size: 0.85rem;
  line-height: 1em;
}

.feat-row-5-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feat-row-5-text-text {
  line-height: 1.5em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-header {
  font-size: 9rem;
  line-height: 1em;
}

._404-content {
  max-width: 400px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  text-align: center;
}

.button-2 {
  padding: 15px 20px;
  background-color: #ba8e45;
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3em;
  font-weight: 300;
  cursor: pointer;
}

.bride-line {
  font-size: 1.2rem;
}

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

@media screen and (max-width: 991px) {
  .home-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .home-intro-block-2 {
    width: 100%;
  }

  .home-intro-block-1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-booking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-booking-block-2 {
    width: 100%;
    padding-left: 0px;
  }

  .home-booking-block-1 {
    width: 100%;
    margin-bottom: 24px;
  }

  .js-testimonial-container {
    height: 660px;
  }

  .home-aso {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .home-aso-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-aso-image {
    width: 33%;
    margin-bottom: 16px;
  }

  .featured-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-intro-block-1 {
    width: 100%;
  }

  .featured-intro-block-2 {
    width: 100%;
  }

  .featured-intro-image {
    max-width: 500px;
  }

  .featured-header-text {
    margin-bottom: 24px;
  }

  .offerings-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offerings-intro-block-1 {
    width: 100%;
    margin-bottom: 47px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .offerings-intro-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offerings-intro-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .offerings-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offering-detail {
    width: 100%;
    margin-bottom: 64px;
  }

  .footer {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .footer-mid-section-segment {
    width: 28%;
  }

  .footer-mid-section-segment.middle {
    width: 44%;
  }

  .contact-contact-embed.section-padding {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-credits-name {
    width: 45%;
    min-width: auto;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }

  .photo-credits-name:hover {
    color: #373730;
  }

  .double-text-button.special-margins {
    margin-left: 0px;
  }

  .navbar-menu-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .navbar-link {
    font-size: 2.3em;
  }

  .feat-image-row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feat-row-1-image-1 {
    max-width: none;
    margin-bottom: 24px;
  }

  .feat-row-1-image-2 {
    left: auto;
  }

  .feat-image-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-row-2-image-1 {
    max-width: none;
    margin-bottom: 24px;
  }

  .feat-row-2-image-2 {
    top: 0px;
    max-width: none;
  }

  .feat-image-row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-row-3-image-1 {
    margin-bottom: 24px;
  }

  .feat-row-3-image-2 {
    margin-left: 0px;
  }

  .feat-image-row-4 {
    margin-bottom: 28px;
  }

  .feat-image-row-5 {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-row-5-image {
    top: auto;
    width: 100%;
  }

  .contact-embed {
    margin-left: 0px;
  }

  .contact-header-information-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .js-pp-buttons {
    margin-top: 24px;
  }

  .feat-row-5-text {
    width: 100%;
    margin-top: 26px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }

  .section-padding {
    padding: 2.5rem;
  }

  .section-padding.extra-padding {
    padding-bottom: 5rem;
  }

  .home-intro-block-2 {
    margin-bottom: 24px;
    padding: 0px;
  }

  .home-intro-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .image-cover.custom-fit-2 {
    -o-object-position: 10% 50%;
    object-position: 10% 50%;
  }

  .js-testimonial-container {
    height: 680px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .testimonial {
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-testimonials {
    padding: 2.5rem 0rem;
  }

  .home-aso {
    padding: 2.5rem;
  }

  .home-aso-container {
    padding: 34px;
  }

  .home-aso-image {
    width: 50%;
  }

  .featured-intro-image {
    max-width: 500px;
  }

  .offerings-full-width-image-1 {
    width: 100%;
  }

  .offerings-full-width-image-2 {
    width: 50%;
    min-width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-text {
    font-size: 1rem;
  }

  .footer-bottom-bar-segment {
    width: 30%;
  }

  .footer-bottom-bar-segment.middle {
    width: 30%;
  }

  .js-testimonial-wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .photo-credits-name {
    width: 100%;
  }

  .home-intro-block-1-column-1 {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .home-intro-block-1-column-2 {
    width: 100%;
  }

  .navbar-menu-container {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-image-row-1 {
    padding-bottom: 24px;
  }

  .feat-image-row-2 {
    margin-bottom: 24px;
  }

  .feat-image-row-3 {
    margin-bottom: 0px;
  }

  .feat-full-width-image-display {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f5f5f5;
  }

  .feat-full-image-section {
    padding: 0px 2.5rem 24px;
  }

  .feat-full-image-section.no-bottom-padding {
    padding-bottom: 0rem;
  }

  .feat-image-row-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-row-4-block-1 {
    width: 100%;
    margin-bottom: 24px;
  }

  .feat-row-4-block-2 {
    width: 100%;
  }

  .feat-row-4-block-1-text {
    margin-top: 0px;
  }

  .feat-image-row-5 {
    margin-bottom: 24px;
  }

  .feat-row-6-image {
    margin-bottom: 24px;
  }

  .feat-image-row-8 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat-row-8-image {
    width: 100%;
  }

  .feat-row-8-image.middle {
    top: 0px;
    margin: 12px 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  p {
    font-size: 1.1rem;
  }

  .section-padding.special-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-cover.custom-fit-2 {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
  }

  .js-testimonial-container {
    height: 690px;
  }

  .font---script.text---center.mb-48.testimonal-body-text {
    font-size: 1.6rem;
  }

  .js-testimonial-button {
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
  }

  .home-aso-image {
    width: 100%;
    min-width: 130px;
  }

  .featured-intro-image {
    max-width: none;
  }

  .offerings-full-width-image {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offerings-full-width-image-1 {
    width: 100%;
  }

  .offerings-full-width-image-2 {
    width: 100%;
  }

  .offering-detail {
    padding: 61px 22px 21px;
  }

  .footer-mid-section {
    height: 280px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-mid-section-segment {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer-mid-section-segment.middle {
    width: 100%;
    height: 120px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: 1px solid rgba(55, 55, 48, 0.25);
    border-right-style: none;
    border-left-style: none;
  }

  .footer-mid-section-segment.right-line {
    border-right: 1px solid rgba(55, 55, 48, 0.25);
  }

  .social-icon.email {
    width: 20px;
  }

  .footer-bottom-bar {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-bar-segment {
    width: 100%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-bottom-bar-segment.middle {
    width: 100%;
    border-style: none;
    border-top-width: 1px;
    border-top-color: rgba(55, 55, 48, 0.25);
    border-bottom-width: 1px;
    border-bottom-color: rgba(55, 55, 48, 0.25);
  }

  .photo-credits-name {
    font-size: 1.3rem;
  }

  .text-button-bottom-text {
    font-size: 2.2rem;
  }

  .heading-3 {
    font-size: 2.8rem;
  }

  .text---center---mobile {
    text-align: center;
  }
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Savoye Let';
  src: url('../fonts/SavoyeLetPlain-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stecanella';
  src: url('../fonts/STECANELLA.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Branch';
  src: url('../fonts/Branch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
