body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Founders Grotesk', sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Founders Grotesk', sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Founders Grotesk Mono', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  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;
  -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(212, 210, 189, 0.4);
  font-family: 'HK Grotesk', sans-serif;
  color: #282a25;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.book-now-wheel {
  position: static;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  display: block;
  width: 180px;
  height: 150px;
  background-image: url('../images/DES_ComingSoon_01-10.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footer {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #4d6571;
}

.section.hero {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.after-hero {
  padding-top: 200px;
}

.section.up-margin {
  padding-top: 160px;
  padding-bottom: 0px;
}

.section.styleguide-title {
  position: fixed;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: auto;
}

.section.styleguide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-wrap.centered {
  padding-top: 0px;
  padding-bottom: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.text-wrap.utility {
  width: 92%;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.hero {
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.social-cta {
  margin-top: 30px;
  margin-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 2px;
  height: 100px;
  margin-bottom: 0px;
  background-color: #475534;
}

.dot {
  width: 6px;
  height: 6px;
  margin-bottom: 70px;
  border-radius: 6px;
  background-color: #475534;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Cormorant Garamond';
  font-size: 58px;
  line-height: 1.1;
  font-weight: 300;
}

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

.gold-text {
  color: #c9a96a;
  text-decoration: none;
}

.end-text-decoration {
  width: 60px;
}

.container {
  position: relative;
  width: 92%;
  max-width: 1280px;
}

.container.scatter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 560px;
  margin-top: -15px;
  -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;
}

.container.footer {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container.contact {
  display: -ms-grid;
  display: grid;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 65vh;
  max-width: none;
  -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;
}

.image {
  width: 100%;
}

.button {
  position: relative;
  z-index: 3;
  margin-top: 15px;
  font-weight: 400;
  text-decoration: none;
}

.button-text {
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #25303f;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}

.button-line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

.button-line.over {
  width: 0%;
  background-color: #25303f;
  color: #25303f;
}

.button-line.sand {
  background-color: #e0ce94;
}

.section-bg-color-change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bg-color-changer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -999;
}

.bg-color-changer.home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: block;
  background-color: #d4d2bd;
}

.bg-color-changer.restaurant {
  position: fixed;
  display: block;
  background-color: #c2b280;
}

.split-container {
  display: -ms-grid;
  display: grid;
  width: 92%;
  max-width: 1280px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split-container.restaurant {
  margin-top: 0px;
  margin-bottom: 240px;
}

.split-container.footer {
  margin-bottom: 60px;
  grid-column-gap: 200px;
}

.split-container.up-margin {
  margin-top: 240px;
}

.image-wrap {
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.label {
  margin-bottom: 10px;
  color: #a2a2a0;
  font-size: 18px;
}

.label.sand {
  color: #665534;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.social-link {
  position: relative;
  z-index: 3;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #4d6571;
  text-decoration: none;
}

.social-link:hover {
  color: #d4d2bd;
}

.about-pic {
  position: absolute;
  width: 280px;
  margin-right: 0px;
}

.about-pic._1 {
  left: 367px;
  top: 0px;
  bottom: 174px;
  z-index: 0;
  width: 770px;
  margin-left: 40px;
}

.about-pic._4 {
  left: auto;
  right: -70px;
  width: 700px;
  margin-right: 0px;
  padding-right: 0px;
}

.about-pic._5 {
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 500px;
}

.about-pic._2 {
  left: -191px;
  top: 109px;
  right: auto;
  z-index: 0;
  width: 210px;
  margin-bottom: 0px;
  margin-left: 300px;
}

.about-pic._3 {
  left: 242px;
  top: 147px;
  right: auto;
  z-index: 0;
  width: 200px;
  margin-bottom: 0px;
  margin-left: auto;
}

.about-pic._6 {
  left: auto;
  right: 653px;
  bottom: 219px;
  width: 200px;
  margin-right: 0px;
  padding-right: 0px;
}

.form-block {
  position: relative;
  z-index: 3;
  width: 92%;
  max-width: 1280px;
  margin-bottom: 60px;
}

.from-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
}

.name-field {
  width: 580px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.name-field:focus {
  border-bottom-color: #d4d2bd;
  color: #fff;
}

.name-field::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.name-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.name-field::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.name-field::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.email-field {
  height: auto;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
}

.email-field:focus {
  border-bottom-color: #d4d2bd;
}

.email-field::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.email-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.email-field::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.email-field::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.submit-button {
  width: 200px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Founders Grotesk Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.submit-button:hover {
  color: #d4d2bd;
}

.submit-button:active {
  border-bottom-color: #c9a96a;
}

.privacy-accept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
}

.logo-link-wrap {
  position: relative;
  z-index: 3;
}

.logo {
  width: 40px;
}

.link-wrap {
  display: none;
  -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-link {
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Founders Grotesk Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

.licence {
  font-family: Muli, sans-serif;
  color: #6b7b7f;
  font-size: 14px;
}

.text {
  font-weight: 300;
}

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

.text.utility {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7c7c7c;
  text-align: center;
}

.text.footer {
  color: #afc9d0;
  line-height: 1.6;
  text-align: justify;
}

.parallax-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 4000px;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.parallax-image-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.parallax-image {
  display: inline-block;
  width: 25%;
}

.parallax-image._1 {
  margin-bottom: 2300px;
}

.parallax-image._2 {
  margin-bottom: 3200px;
}

.parallax-image._3 {
  margin-bottom: 1400px;
}

.parallax-image._4 {
  margin-bottom: 500px;
}

.video {
  width: 92%;
  max-width: 1280px;
}

.contact-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.contact-subtitle {
  margin-bottom: 40px;
  color: #b5bbbf;
  font-size: 18px;
}

.contact-form-block {
  width: 100%;
}

.contact-label {
  color: #b5bbbf;
  font-size: 14px;
  font-weight: 400;
}

.input-field {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #b5bbbf;
}

.text-field {
  min-height: 200px;
  margin-bottom: 20px;
  border: 1px solid #b5bbbf;
}

.contact-button {
  padding: 10px 50px;
  background-color: #c9a96a;
  color: #fff;
  font-size: 18px;
}

.licensing-grid {
  display: -ms-grid;
  display: grid;
  width: 92%;
  max-width: 1280px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.license-text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7c7c7c;
  font-size: 24px;
  font-weight: 400;
}

.license {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #7c7c7c;
  text-decoration: underline;
}

.license:hover {
  color: #d4d2bd;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1280px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-top: 1px none rgba(29, 29, 31, 0.2);
}

.row.up-line {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #d4d2bd;
}

.number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  min-width: 60px;
  margin-left: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #c9a96a;
  background-color: transparent;
}

.number {
  font-family: 'Cormorant Garamond';
  color: #c9a96a;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.radio-button {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Cormorant Garamond';
  font-size: 220px;
  line-height: 0.7;
  font-weight: 300;
}

.h1.white {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Cormorant Garamond';
  color: #fff;
  font-weight: 300;
}

.h1.utility {
  margin-bottom: 80px;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-image.home._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/Desolation-Hotel_Splash-Image_05.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._2 {
  z-index: -1;
  background-image: url('../images/Desolation-Hotel_Splash-Image_04.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._3 {
  z-index: -1;
  background-image: url('../images/Desolation-Hotel_Splash-Image_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.home._4 {
  z-index: -1;
  background-image: url('../images/Desolation-Hotel_Splash-Image_02.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._1 {
  z-index: -1;
  display: none;
  background-image: url('../images/UNSPLASH-trinh-minh.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._2 {
  z-index: -1;
  display: none;
  background-image: url('../images/UNSPLASH-louis-hansel.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS_chef-pic.jpg');
  background-position: 50% 40%;
}

.hero-image.restaurant._4 {
  z-index: -1;
  display: none;
  background-image: url('../images/PEXELS-yente-van-eynde.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._1 {
  z-index: -1;
  display: none;
  background-image: url('../images/PEXELS-michael-block.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._2 {
  z-index: -1;
  display: none;
  background-image: url('../images/UNSPLASH-roberto-nickson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._3 {
  z-index: -1;
  display: none;
  background-image: url('../images/PEXELS-cottonbro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.spa._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-lefteris-kallergis.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-katie-hollamby.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-visionpic.png');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-iconcom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.experiences._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-mae-mu.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-pixabay.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-pixabay-53577.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-elina-sazonova.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-image.rooms._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-taylor-simpson.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

._404-button {
  padding: 10px 20px;
  background-color: #4d6571;
}

.menu {
  position: static;
  top: 60px;
  right: 60px;
  display: none;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  text-decoration: none;
}

.nav-logo {
  width: 50px;
}

.navigation-bar {
  position: fixed;
  top: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

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

.coming-soon-wheel {
  position: fixed;
  top: auto;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: auto;
  max-width: 1280px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Cormorant Garamond';
  font-size: 38px;
  line-height: 1.1;
  font-weight: 300;
}

.h3.footer {
  font-family: 'Cormorant Garamond';
  color: #afc9d0;
}

.slide-transition-effect {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  background-color: #fff;
}

.slide-transition-effect.fade-in {
  z-index: 1;
  display: none;
  width: 70%;
  line-height: 1;
}

.slide-transition-effect.fade-out {
  left: 30%;
  right: auto;
  z-index: 1;
  display: block;
  width: 0%;
  line-height: 1;
}

.rooms-tabs {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rooms-selector-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1.5px solid #a2a2a0;
}

.room-selector {
  z-index: 3;
  margin-bottom: 30px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Cormorant Garamond';
  color: #a2a2a0;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

.room-selector.w--current {
  z-index: 3;
  background-color: transparent;
  color: #25303f;
}

.rooms-container {
  width: 70%;
}

.rooms-wrap {
  padding-bottom: 0px;
  padding-left: 100px;
}

.room-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.room-description-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

.room-feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.room-feature {
  margin-bottom: 15px;
  color: #d4d2bd;
  font-size: 14px;
  font-weight: 300;
}

.styleguide-color {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.styleguide-color.limestone {
  background-color: #d4d2bd;
  color: #d4d2bd;
}

.styleguide-color.river {
  background-color: #4d6571;
  color: #4d6571;
}

.styleguide-color.pine {
  background-color: #475534;
  color: #475534;
}

.styleguide-color.charcoal {
  background-color: #282a25;
  color: #282a25;
}

.styleguide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1280px;
  -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;
}

.styleguide-container.colors {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-container.colors.margin-bottom {
  width: 40%;
  margin-bottom: 82px;
}

.styleguide-container.type {
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-wrap {
  width: 2px;
  height: 100px;
  margin-bottom: 30px;
}

.success-message {
  height: auto;
  border-bottom: 1px solid #afc9d0;
  background-color: transparent;
  color: #afc9d0;
  font-size: 18px;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  color: #c9a96a;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button-2 {
  background-color: #d4d2bd;
}

.home-hero-image {
  width: 60vw;
  margin: 15px;
}

.home-hero-image.bottom {
  width: 45vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.home-hero-image---bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.limestone {
  color: #d4d2bd;
}

.white {
  color: #fff;
}

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

.text-center.margin-bottom {
  margin-bottom: 30px;
}

.text-center.margin-bottom.padding-sides {
  padding-right: 10px;
  padding-left: 10px;
}

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

.styleguide-type-wrapper {
  margin-bottom: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._404-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .text-wrap.social-cta {
    margin-top: 9px;
    margin-bottom: 250px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .line-wrap {
    margin-bottom: 75px;
  }

  .home-hero-image.bottom {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

@media screen and (max-width: 991px) {
  .book-now-wheel {
    width: 115px;
    height: 160px;
  }

  .section {
    padding: 0px 50px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero {
    min-height: auto;
  }

  .section.after-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.up-margin {
    padding-top: 180px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .text-wrap.utility {
    width: 100%;
    max-width: none;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 46px;
  }

  .h2.centered {
    font-size: 46px;
  }

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

  .container.scatter {
    height: 410px;
    margin-top: 0px;
  }

  .container.contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-text {
    font-size: 24px;
  }

  .button-line.sand {
    background-color: #947c4e;
  }

  .section-bg-color-change {
    margin-top: 0px;
    margin-bottom: 120px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .bg-color-changer.home {
    display: block;
  }

  .bg-color-changer.restaurant {
    display: block;
  }

  .split-container {
    width: 100%;
    max-width: none;
    grid-column-gap: 40px;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 200px;
    grid-column-gap: 50px;
  }

  .split-container.footer {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    grid-column-gap: 140px;
  }

  .split-container.up-margin {
    margin-top: 200px;
  }

  .label {
    margin-bottom: 5px;
    color: #7c7c7c;
    font-size: 18px;
  }

  .label.sand {
    color: #947c4e;
  }

  .social-link {
    font-size: 24px;
  }

  .about-pic._1 {
    left: 227px;
    width: 480px;
  }

  .about-pic._4 {
    left: 271px;
    top: 67.8438px;
    width: 580px;
  }

  .about-pic._5 {
    left: -30px;
    width: 270px;
  }

  .about-pic._2 {
    left: -255px;
    top: -4px;
    width: 150px;
  }

  .about-pic._3 {
    left: 138px;
    top: 74px;
    right: auto;
    width: 100px;
  }

  .about-pic._6 {
    left: 166px;
    bottom: 104px;
    width: 160px;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }

  .name-field {
    width: 180px;
    margin-right: 10px;
  }

  .submit-button {
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .text {
    font-size: 18px;
  }

  .text.utility {
    font-size: 18px;
    text-align: center;
  }

  .parallax-image-container {
    width: 100%;
    height: 2800px;
    max-width: none;
  }

  .parallax-image._1 {
    margin-bottom: 1600px;
  }

  .parallax-image._2 {
    margin-bottom: 2200px;
  }

  .parallax-image._3 {
    margin-bottom: 1000px;
  }

  .parallax-image._4 {
    margin-bottom: 400px;
  }

  .video {
    width: 100%;
    max-width: none;
  }

  .licensing-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .license-text {
    margin-top: 20px;
    font-size: 20px;
  }

  .row {
    width: 100%;
    max-width: none;
  }

  .number-wrap {
    width: 50px;
    height: 40px;
    min-width: 50px;
    margin-left: 100px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .number {
    font-size: 24px;
  }

  .h1 {
    font-size: 154px;
  }

  .h1.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 154px;
  }

  .h1.utility {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .navigation-bar {
    width: 100%;
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

  .nav-link {
    font-size: 18px;
  }

  .coming-soon-wheel {
    width: 100%;
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

  .h3 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .room-selector {
    font-size: 32px;
  }

  .room-selector.w--current {
    font-size: 32px;
  }

  .rooms-wrap {
    padding-left: 60px;
  }

  .styleguide-color {
    width: 150px;
    height: 150px;
  }

  .styleguide-container {
    width: 100%;
    max-width: none;
  }

  .error-message {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
  }

  .section {
    padding: 50px 25px;
  }

  .section.footer {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.hero {
    min-height: auto;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .section.after-hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .text-wrap.social-cta {
    margin-bottom: 70px;
  }

  .line {
    width: 1px;
    height: 60px;
  }

  .dot {
    width: 6px;
    height: 6px;
  }

  .h2.centered {
    font-size: 44px;
  }

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

  .container.scatter {
    height: 520px;
  }

  .container.footer {
    margin-top: 0px;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container.contact {
    padding-top: 50px;
    padding-bottom: 50px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .container.hero {
    width: 100%;
  }

  .image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .button-text {
    font-size: 24px;
  }

  .section-bg-color-change {
    margin: 0px 0px 70px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .bg-color-changer.home {
    display: block;
  }

  .split-container {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-container.footer {
    display: block;
    text-align: center;
  }

  .split-container.up-margin {
    margin-top: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .label {
    font-size: 14px;
  }

  .social-link {
    font-size: 20px;
  }

  .about-pic._1 {
    left: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .about-pic._4 {
    left: 127px;
    top: 154.8438px;
    right: auto;
    bottom: 61px;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-pic._5 {
    left: 21px;
    top: -17px;
    width: 260px;
  }

  .about-pic._2 {
    left: -298px;
    top: 97px;
  }

  .about-pic._3 {
    left: 308px;
    top: 238px;
    width: 140px;
  }

  .about-pic._6 {
    left: 33px;
    top: 283.016px;
    bottom: 134px;
    width: 120px;
  }

  .form-block {
    margin-bottom: 157px;
  }

  .from-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .name-field {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .name-field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .name-field:-ms-input-placeholder {
    font-size: 16px;
  }

  .name-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .name-field::placeholder {
    font-size: 16px;
  }

  .email-field {
    font-size: 16px;
  }

  .submit-button {
    margin: 50px 49px 49px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 12px;
  }

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

  .licence {
    font-size: 12px;
  }

  .text {
    font-size: 16px;
  }

  .text.utility {
    font-size: 16px;
  }

  .license-text {
    margin-top: 15px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .number-wrap {
    width: 50px;
    height: 45px;
    min-width: 50px;
    margin-bottom: 30px;
    margin-left: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .number {
    font-size: 24px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 120px;
  }

  .h1.white {
    margin-bottom: 10px;
    font-size: 120px;
  }

  .navigation-bar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-link {
    font-size: 16px;
  }

  .coming-soon-wheel {
    bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .rooms-selector-wrap {
    border-right-width: 1px;
  }

  .room-selector.w--current {
    font-size: 28px;
  }

  .rooms-wrap {
    padding-left: 20px;
  }

  .styleguide-color {
    width: 110px;
    height: 110px;
  }

  .line-wrap {
    width: 1px;
    height: 60px;
  }

  .success-message {
    font-size: 16px;
  }

  .error-message {
    font-size: 14px;
  }

  .home-hero-image {
    width: 80vw;
  }

  .home-hero-image.bottom {
    width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .book-now-wheel {
    right: 25px;
    bottom: 25px;
    width: 80px;
    height: 100px;
    background-image: url('../images/DES_ComingSoon_01-10.svg');
  }

  .section {
    padding: 50px 25px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero {
    min-height: auto;
  }

  .section.after-hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.above-fold {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-wrap.centered {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2 {
    font-size: 34px;
  }

  .h2.centered {
    font-size: 34px;
  }

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

  .container.scatter {
    height: 400px;
  }

  .container.footer {
    padding-bottom: 0px;
  }

  .container.hero {
    width: 100vw;
    background-color: transparent;
  }

  .image {
    width: 100%;
  }

  .button-text {
    font-size: 20px;
  }

  .section-bg-color-change {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 25px;
  }

  .bg-color-changer.home {
    display: block;
  }

  .bg-color-changer.restaurant {
    display: block;
  }

  .split-container {
    grid-row-gap: 25px;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .label {
    font-size: 14px;
  }

  .social-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 1;
  }

  .about-pic._1 {
    right: auto;
  }

  .about-pic._4 {
    left: 77px;
    top: 155.8438px;
    display: block;
    width: 500px;
  }

  .about-pic._5 {
    top: 0px;
    display: block;
    width: 220px;
  }

  .about-pic._2 {
    left: -287px;
    top: 15px;
    right: 0px;
    width: 100px;
  }

  .about-pic._3 {
    left: 150px;
    top: 122px;
    right: auto;
    width: 100px;
  }

  .about-pic._6 {
    left: 4px;
    display: block;
    width: 100px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .from-wrap {
    height: auto;
  }

  .name-field {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }

  .email-field {
    height: 50px;
    margin-bottom: 20px;
  }

  .submit-button {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 10px;
  }

  .link-wrap {
    margin-bottom: 0px;
    -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;
  }

  .footer-link {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
    line-height: 1;
  }

  .licence {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text {
    font-size: 16px;
  }

  .text.centered {
    font-size: 16px;
  }

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

  .parallax-image._1 {
    width: 120px;
    margin-right: -70px;
  }

  .parallax-image._2 {
    width: 120px;
  }

  .parallax-image._3 {
    width: 100px;
    margin-left: -80px;
  }

  .parallax-image._4 {
    width: 140px;
    margin-left: -120px;
  }

  .video {
    width: 100vw;
    margin-right: auto;
    margin-left: -25px;
  }

  .licensing-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }

  .license-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .number-wrap {
    width: 40px;
    height: 30px;
    min-width: 40px;
    margin-bottom: 25px;
    margin-left: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .number {
    font-size: 20px;
  }

  .form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    margin-top: 10px;
    font-size: 74px;
  }

  .h1.white {
    margin-bottom: 10px;
    font-size: 74px;
  }

  ._404-container {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .navigation-bar {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-link {
    font-size: 16px;
  }

  .coming-soon-wheel {
    bottom: 20px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .slide-transition-effect.fade-in {
    opacity: 0;
  }

  .slide-transition-effect.fade-out {
    opacity: 0;
  }

  .rooms-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rooms-selector-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0px none #000;
    border-bottom: 1px solid #a2a2a0;
  }

  .room-selector {
    display: block;
    padding-right: 20px;
    font-size: 24px;
  }

  .room-selector.w--current {
    display: inline-block;
    padding-right: 0px;
    font-size: 24px;
  }

  .rooms-container {
    width: 100%;
  }

  .rooms-wrap {
    padding-left: 0px;
  }

  .room-description-container {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .room-description-column {
    width: auto;
  }

  .room-feature-column {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .error-message {
    font-size: 14px;
  }

  .text-center.margin-bottom {
    margin-bottom: 20px;
  }

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

  .div-block.splash-text-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#w-node-_87e657b6-5a9d-7c29-740d-4609446a7882-3daa8750 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-f4d319f7-3900-6896-160c-52b76030297d-f0b7c2e1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d4068b4f-d743-7f00-5cd5-77548e2ab988-75b7c2e2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_04f0727d-15db-2ccc-c7ca-cd735f99220c-8db7c2e3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_42466885-37d1-9183-efd0-9f4ddfa902f9-4eb7c2e4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Muli semi';
  src: url('../fonts/Muli-Semi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk Mono';
  src: url('../fonts/FoundersGroteskMonoLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-RegularLegacy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}