:root {
  --steel-blue: #0084cf;
  --dodger-blue: #00a2ff;
  --white: white;
  --midnight-blue: #012a42;
  --black: black;
  --dark-slate-grey: #014b4a;
  --teal: #007f7e;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Onstageserial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.text-block {
  color: #f8f8f8;
  text-align: right;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-36 {
  margin-left: 10px;
}

.dropdown-list {
  background-color: #89c13e;
}

.nav__brand {
  color: var(--dodger-blue);
  text-decoration: none;
  position: relative;
}

.nav__brand.w--current {
  flex: 0 auto;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav__menu {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  font-size: 15px;
  display: flex;
}

.dropdown-link {
  background-color: #89c13e;
  border-bottom: 1px solid #78a838;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #000;
}

.dropdown-link:focus {
  color: #fff;
  border-bottom-style: solid;
}

.div-block-38 {
  display: none;
}

.contain {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav__link {
  color: var(--white);
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav__link:hover {
  color: #fff;
  background-color: #023f63;
  font-weight: 400;
}

.nav__link:focus {
  background-color: var(--dodger-blue);
  color: #fff;
}

.nav__link.w--current {
  color: #fff;
}

.nav__link.top {
  letter-spacing: .05em;
  font-size: 16px;
}

.nav__link.top:hover {
  background-color: var(--steel-blue);
}

.nav__link.top.w--current {
  background-color: var(--midnight-blue);
  color: var(--dodger-blue);
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav__header {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
}

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

.navbar {
  background-color: var(--midnight-blue);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-35 {
  text-align: center;
  display: block;
}

.mobile-menu-container {
  text-align: left;
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.header__video {
  opacity: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav__heading {
  background-image: linear-gradient(180deg, var(--dodger-blue) 50%, var(--white));
  color: var(--dodger-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Onstageserial, sans-serif;
  font-size: 150px;
  line-height: 150px;
  text-decoration: none;
}

.nav__heading:hover {
  color: var(--dodger-blue);
}

.guesthouse {
  color: var(--white);
  font-size: 80px;
  line-height: 85px;
}

.nav__subheading {
  color: var(--white);
  letter-spacing: .02em;
  text-shadow: 4px 3px 6px rgba(0, 0, 0, .93);
  font-family: Onstageserial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.nav__wrapper {
  background-color: var(--midnight-blue);
  flex: 1;
}

.nav__logo-text {
  color: var(--white);
  letter-spacing: .05em;
  font-family: Onstageserial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.nav__logo-text.bottom {
  color: var(--white);
  font-size: 60px;
  line-height: 80px;
}

.nav__logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section {
  background-color: var(--midnight-blue);
}

.introduction {
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.intro__text {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.body {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.introduction__image_slider {
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 5px solid #fff;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
}

.introduction__text {
  align-self: center;
  width: 60%;
  padding: 0 0 0 50px;
}

.image-2 {
  object-fit: cover;
  width: 800px;
}

.bold-text {
  color: var(--white);
  font-weight: 600;
}

.text-block-3 {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  line-height: 140%;
}

.div-block-40 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-41 {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.footer-section {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-block {
  width: 120px;
  height: 120px;
  margin-right: 0;
}

.link-block.email {
  margin-right: 0;
}

._1440-container-no-pad {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-4 {
  text-align: right;
  text-transform: none;
}

.footer {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(rgba(10, 101, 153, .88), rgba(10, 101, 153, .88)), url('../images/fixedw_large_4x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.white-to-green {
  color: var(--white);
}

.footerlink {
  color: #f8f8f8;
  text-decoration: none;
}

.footerlink:hover {
  color: var(--black);
}

.div-block-43 {
  align-items: center;
  display: flex;
}

.bold-text-2 {
  font-style: normal;
  font-weight: 600;
}

.link-block-2 {
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 20px;
}

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

.div-block-44 {
  display: none;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-link._2 {
  margin-bottom: 0;
  display: inline-block;
}

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

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

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

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

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

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

.div-block-45 {
  background-color: var(--white);
}

.cta__block {
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.cta {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 5px;
  display: flex;
  position: relative;
}

.cta.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.cta__image {
  background-image: url('../images/IMG_20200226_154626.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.cta__image.dining {
  background-image: url('../images/IMG_20200226_153016.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta__image.hernebay {
  background-image: url('../images/gardens-front.jpg');
}

.cta-button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: left;
  margin: 25px;
  padding: 15px 25px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cta-button:hover {
  background-color: var(--dodger-blue);
}

.slide {
  background-image: url('../images/aquaisolated.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_20200226_154705.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-3 {
  background-image: url('../images/IMG_20200226_152933.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_20200226_153139.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_20200226_154140.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_20200226_155317.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_20200226_154449.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/IMG_20200226_155243.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_20200226_153930.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/IMG_20200226_155520.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
}

.contain__video {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contain__intro {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-46 {
  margin-right: 10px;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rooms {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  display: flex;
}

.rooms__text {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.room__slider {
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 5px solid #fff;
  justify-content: center;
  align-items: stretch;
  width: 33%;
  height: 300px;
}

.room__slider.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.room__detail {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.slider, .div-block-48 {
  width: 100%;
  height: 500px;
}

.div-block-49 {
  flex: 1;
  padding: 15px;
}

.slide-nav {
  display: none;
}

.slide-10 {
  background-image: url('../images/IMG_20200226_154140.jpg');
  background-position: 50%;
  background-size: cover;
}

.room__text {
  color: var(--teal);
  font-weight: 400;
}

.room__cta {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32.5%;
  padding-bottom: 10px;
  display: flex;
}

.room__cta.middle {
  width: 33.3%;
}

.room__cta.big {
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.room__cta.full {
  width: 100%;
}

.room__cta-description {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px 40px;
  display: flex;
}

.heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Onstageserial, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.room__cta-book {
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

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

.button-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.slide-11 {
  background-image: url('../images/IMG_20200226_154140.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/IMG_20200226_153958.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/IMG_20200226_153856.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/IMG_20200226_154100.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/IMG_20200226_153806.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2, .slide-nav-3, .slide-nav-4 {
  display: none;
}

.slide-16 {
  background-image: url('../images/IMG_20200226_153324.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/IMG_20200226_153345.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/IMG_20200226_153558.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/IMG_20200226_153640.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/IMG_20200226_153956.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/IMG_20200226_154315.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/IMG_20200226_153802.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/MVIMG_20200226_153633.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/IMG_20200226_155112.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/IMG_20200226_154347.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/IMG_20200226_154458.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/IMG_20200226_153709.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text__room {
  white-space: break-spaces;
  padding-right: 0;
  font-size: 15px;
  display: inline-block;
}

.slide-27 {
  background-image: url('../images/IMG_20200226_153139.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/IMG_20200226_152941.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/IMG_20200226_153118.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/IMG_20200226_155421.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/IMG_20200226_155343.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-50 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-51 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-52 {
  background-color: var(--white);
  align-items: flex-start;
  width: 33.3%;
  display: flex;
}

.div-block-53 {
  background-color: var(--white);
  flex: 1;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.button-3 {
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 25px;
}

.button-3.call, .button-3.email {
  margin-top: 0;
  margin-right: 20px;
}

.div-block-54 {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-2, .slider-3, .slider-4 {
  object-fit: scale-down;
}

.rtf__room {
  font-size: 15px;
  text-decoration: none;
}

.rtf__room p {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.rtf__room strong {
  text-decoration: none;
}

.slide-32 {
  background-image: url('../images/IMG_20200226_153859.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/IMG_20200226_153905.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rtf__review {
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}

.rtf__review p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.rtf__review strong {
  color: var(--steel-blue);
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.rtf__review h4 {
  color: var(--steel-blue);
  margin-bottom: 10px;
}

.rtf__review a {
  color: var(--midnight-blue);
  line-height: 38px;
  text-decoration: none;
}

.image-6 {
  width: 100%;
  margin-top: 20px;
}

.section-7 {
  background-color: #f0f0f0;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-7._5 {
  background-color: #f0f0f0;
  height: auto;
}

._1400div-copfy {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.rich-text-block-2 {
  color: #192024;
  text-align: left;
  font-weight: 400;
}

.div-block-55 {
  align-self: stretch;
  display: flex;
}

.room-booking {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.covid-temp {
  margin-top: 40px;
}

.covid-heading {
  color: var(--white);
  letter-spacing: .02em;
  font-family: Onstageserial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.covid-tet {
  color: var(--white);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.heading-2 {
  color: var(--midnight-blue);
}

@media screen and (max-width: 991px) {
  .nav__menu {
    background-color: var(--dodger-blue);
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    top: 86px;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav__mobile {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__mobile.w--open {
    background-color: var(--dodger-blue);
  }

  .contain.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link {
    border-top: 2px solid var(--steel-blue);
    border-bottom: 2px solid var(--steel-blue);
    text-align: center;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav__link.end {
    border-bottom: 4px solid var(--steel-blue);
    border-top-color: var(--steel-blue);
  }

  .nav__link.top {
    border-top-width: 4px;
    border-top-color: var(--steel-blue);
    border-bottom-color: var(--steel-blue);
    justify-content: flex-start;
  }

  .mobile__icon {
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 50px;
  }

  .nav__header {
    background-image: linear-gradient(to bottom, null, null), url('../images/shutterstock_757633156.jpg');
    background-position: 0 0, 50% 100%;
  }

  .image {
    margin-left: 10px;
  }

  .div-block {
    flex: 1;
    margin-right: 10px;
    display: none;
  }

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

  .mobile-menu-container {
    flex-direction: row-reverse;
    flex: 1;
    justify-content: space-between;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav__subheading {
    font-size: 60px;
    line-height: 70px;
  }

  .nav__wrapper {
    z-index: 99;
    position: relative;
  }

  .nav__logo-text.bottom {
    font-size: 40px;
    line-height: 50px;
  }

  .nav__logo {
    flex: 1;
  }

  .introduction {
    flex-direction: column-reverse;
  }

  .intro__text {
    line-height: 24px;
  }

  .introduction__image_slider {
    width: auto;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .introduction__text {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-41 {
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .footer-section {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .white-to-green {
    font-size: 15px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contain__video.nav, .contain__intro.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .rooms {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rooms__text {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .room__slider {
    width: auto;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .room__text {
    line-height: 24px;
  }

  .room__cta {
    width: auto;
    margin-bottom: 20px;
  }

  .room__cta.big {
    width: 100%;
  }

  .room__cta-slider {
    height: 400px;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .div-block-51 {
    flex-direction: column;
    margin-top: 0;
  }

  .button-3 {
    width: 300px;
  }

  .slider-2, .slider-3, .slider-4 {
    height: 400px;
  }

  .rtf__room p, .rtf__review p {
    font-size: 16px;
    line-height: 26px;
  }

  ._1400div-copfy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-55 {
    flex-direction: column-reverse;
  }

  .covid-heading {
    line-height: 70px;
  }

  .covid-tet {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nav__brand {
    text-align: left;
    flex: 1;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav__mobile.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain {
    align-items: flex-end;
  }

  .contain.nav {
    flex-direction: row;
  }

  .contain.footer {
    align-items: stretch;
  }

  .mobile__icon {
    font-size: 50px;
    line-height: 50px;
  }

  .nav__header {
    height: auto;
  }

  .image {
    margin-left: 0;
  }

  .div-block-35 {
    padding-left: 0;
  }

  .mobile-menu-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header__video {
    height: auto;
  }

  .nav__heading {
    margin-bottom: 0;
    line-height: 100%;
  }

  .nav__subheading {
    font-size: 40px;
    line-height: 50px;
  }

  .nav__wrapper {
    justify-content: space-between;
  }

  .oneline {
    display: block;
  }

  .nav__logo-text.bottom {
    text-align: right;
    font-size: 60px;
    line-height: 70px;
  }

  .introduction {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
  }

  .intro__text {
    white-space: normal;
  }

  .introduction__image_slider {
    align-self: center;
    width: 100%;
    height: 350px;
  }

  .introduction__text {
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-40 {
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-section {
    flex-direction: column;
  }

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

  .div-block-42 {
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .white-to-green {
    font-size: 16px;
  }

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

  .subscribe-form, .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .sticky-nav {
    position: relative;
  }

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

  .cta__block {
    flex-direction: column;
    align-self: stretch;
    padding-bottom: 40px;
  }

  .cta {
    flex: 0 auto;
    height: 300px;
    margin-bottom: 20px;
  }

  .cta.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .contain__video {
    align-items: flex-start;
  }

  .contain__video.nav {
    flex-direction: row;
  }

  .contain__video.footer {
    align-items: stretch;
  }

  .contain__intro {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contain__intro.nav {
    flex-direction: row;
  }

  .contain__intro.footer {
    align-items: stretch;
  }

  .image-5 {
    object-fit: scale-down;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rooms {
    align-self: center;
    padding-top: 20px;
  }

  .rooms__text {
    padding-top: 20px;
    padding-left: 0;
  }

  .room__slider {
    align-self: center;
    width: 100%;
    height: 350px;
  }

  .room__text {
    white-space: normal;
  }

  .button-3 {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-3.call {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rtf__room p, .rtf__review p {
    font-size: 17px;
  }

  ._1400div-copfy {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    display: block;
  }

  .room-booking {
    flex-direction: column;
  }

  .covid-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .covid-tet {
    white-space: normal;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  strong {
    font-size: 18px;
    font-weight: 600;
  }

  .nav__brand {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 31px;
    display: flex;
  }

  .nav__brand.w--current {
    flex: none;
    padding-top: 0;
  }

  .nav__menu {
    padding-top: 15px;
    padding-bottom: 14px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav__mobile {
    clear: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .contain.nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav__link {
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 22px;
  }

  .nav__link.end {
    font-size: 20px;
    line-height: 22px;
  }

  .nav__link.top {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .mobile__icon {
    font-size: 50px;
    line-height: 50px;
  }

  .image {
    margin-left: 2px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .navbar {
    padding-right: 5px;
  }

  .nav__heading {
    font-size: 100px;
    line-height: 100px;
  }

  .nav__logo-text.bottom {
    text-align: right;
    font-size: 50px;
    line-height: 50px;
  }

  .introduction {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .intro__text {
    margin-bottom: 60px;
  }

  .introduction__image_slider {
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .introduction__text {
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-40 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .div-block-41 {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-section {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .link-block {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

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

  ._1440-container-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    text-transform: none;
  }

  .white-to-green {
    font-size: 15px;
  }

  .link-block-2 {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .image-3 {
    width: 100%;
    display: none;
  }

  .div-block-44 {
    align-self: center;
    width: 100%;
    display: flex;
  }

  .image-4 {
    width: 100%;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contain__video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .contain__video.nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contain__intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .contain__intro.nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-46 {
    flex-direction: row;
  }

  .rooms {
    padding: 15px 15px 0;
  }

  .rooms__text {
    padding-top: 0;
  }

  .room__slider {
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    margin-bottom: 40px;
  }

  .room__cta-description {
    align-items: stretch;
  }

  .room__cta-slider {
    height: auto;
  }

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

  .button-3 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .button-3.call {
    font-size: 18px;
  }

  .slider-2, .slider-3, .slider-4 {
    height: 300px;
  }

  .rtf__room strong {
    font-weight: 700;
  }

  .right-arrow-2, .left-arrow-2, .right-arrow-3, .left-arrow-3, .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .rtf__review strong {
    font-weight: 700;
  }

  ._1400div-copfy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-55 {
    flex-direction: column;
  }

  .room-booking {
    flex-direction: column;
    align-items: stretch;
  }

  .covid-tet {
    margin-bottom: 60px;
  }
}


@font-face {
  font-family: 'Onstageserial';
  src: url('../fonts/OnStageSerial-XboldItalic.woff2') format('woff2'), url('../fonts/OnStageSerial-XboldItalic.eot') format('embedded-opentype'), url('../fonts/OnStageSerial-XboldItalic.woff') format('woff'), url('../fonts/OnStageSerial-XboldItalic.ttf') format('truetype'), url('../fonts/OnStageSerial-XboldItalic.otf') format('opentype'), url('../fonts/OnStageSerial-XboldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}