:root {
  --default-colour: #000;
  --primary-colour: #c0b294;
  --secondary-colour: white;
}

body {
  color: var(--default-colour);
  text-transform: uppercase;
  font-family: field-gothic-compact, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.hero {
  background-color: var(--primary-colour);
  color: var(--secondary-colour);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 5vw;
  display: flex;
  position: relative;
}

.content {
  width: 100%;
}

.section {
  flex-flow: column;
  align-items: center;
  padding: 10vw 5vw 5vw;
  display: flex;
}

.footer {
  background-color: var(--primary-colour);
  color: var(--secondary-colour);
  width: 100%;
  padding: 5vw;
}

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

.body__copy {
  text-align: center;
  font-weight: 300;
}

.container__header {
  width: 100%;
}

.container__header.max {
  max-width: 550px;
}

.contact__details {
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10vw;
  display: flex;
}

.contact__line {
  background-color: currentColor;
  width: 1px;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact__line.alt {
  width: 50px;
  height: 1px;
}

.mh-1 {
  text-align: center;
  letter-spacing: .7px;
  font-family: field-gothic-condensed, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.mh-2 {
  text-align: center;
  font-family: field-gothic-condensed, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.mh-2.margin-bottom {
  margin-bottom: 10px;
}

.full__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.image__slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.wf__slider__nav {
  display: none;
}

.slider__cover {
  z-index: 1;
  background-image: linear-gradient(#00000026, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide__controls {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.slide__selector {
  cursor: pointer;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.slide__selector.active__slide {
  background-color: var(--secondary-colour);
}

.banner {
  width: 100%;
  height: 75vh;
  position: relative;
}

.banner.slider {
  height: 60vh;
  min-height: 400px;
}

.container__footer {
  width: 100%;
}

.tiles {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vw;
  display: flex;
}

.tile {
  width: 100%;
  height: 100%;
}

.tile.middle {
  margin-left: 1vw;
  margin-right: 1vw;
}

.max {
  max-width: 900px;
}

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

.footer__line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer__details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fine__print {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.native__link {
  color: #fff0;
  vertical-align: bottom;
  background-image: url('../images/Native_Logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
  font-size: 19px;
}

.scroll-text {
  letter-spacing: .7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  bottom: 5vw;
  left: 5vw;
}

.hero__logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.hero__logo.hide {
  display: none;
}

.hero__logo.absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__logo.absolute.hide {
  display: none;
}

.hero__logo.svgs {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17.5vh;
}

.hero__logo.scripts {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: none;
  position: relative;
}

.button {
  letter-spacing: .7px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.hero__logo__wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 60vh;
  display: flex;
  position: relative;
}

.svg-object {
  justify-content: center;
}

.booking__section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
}

.booking__widget {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 10vw;
  display: flex;
}

.social__icons {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.social__icon {
  width: 20px;
  height: 20px;
  margin-left: 5.5px;
  margin-right: 5.5px;
  display: block;
}

.icon__image {
  object-fit: contain;
}

.button__wrapper {
  letter-spacing: .7px;
  flex-flow: column;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: absolute;
  top: 5vw;
  right: 5vw;
}

@media screen and (max-width: 991px) {
  .body__copy {
    font-size: 30px;
    line-height: 36px;
  }

  .container__header.max {
    max-width: 500px;
  }

  .mh-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .banner {
    height: 50vh;
  }

  .banner.slider {
    height: 45vh;
  }
}

@media screen and (max-width: 767px) {
  .body__copy {
    font-size: 28px;
    line-height: 35px;
  }

  .container__header.max {
    max-width: 375px;
  }

  .mh-1 {
    font-size: 14px;
    line-height: 24px;
  }

  .mh-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .mh-2.margin-bottom {
    margin-bottom: 5px;
  }

  .slide__selector {
    width: 8px;
    height: 8px;
    margin-top: 8px;
  }

  .banner.slider {
    height: 25vh;
    min-height: auto;
  }

  .footer__line {
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }

  .fine__print {
    font-size: 12px;
    line-height: 22px;
  }

  .native__link {
    font-size: 16px;
  }

  .scroll-text {
    font-size: 14px;
    line-height: 24px;
  }

  .hero__logo.svgs {
    top: 12.5vh;
  }

  .button {
    font-size: 14px;
    line-height: 24px;
  }

  .hero__logo__wrapper {
    width: 35vh;
    height: 50vh;
  }

  .button__wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 75vh;
  }

  .section {
    padding-top: 15vw;
  }

  .body__copy {
    font-size: 23px;
    line-height: 29px;
  }

  .container__header.max {
    max-width: 300px;
  }

  .contact__details {
    margin-bottom: 15vw;
  }

  .contact__line {
    height: 40px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }

  .mh-1 {
    font-size: 13px;
    line-height: 23px;
  }

  .mh-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .slide__controls {
    bottom: 15px;
    right: 15px;
  }

  .slide__selector {
    margin-top: 5px;
  }

  .banner {
    height: 300px;
  }

  .banner.slider {
    height: 30vh;
  }

  .footer__details {
    justify-content: flex-start;
  }

  .fine__print.first {
    order: -9999;
    display: none;
  }

  .scroll-text {
    font-size: 13px;
    line-height: 23px;
  }

  .hero__logo.svgs {
    top: 11.5vh;
  }

  .button {
    font-size: 13px;
    line-height: 23px;
  }

  .hero__logo__wrapper {
    width: 28vh;
    height: 40vh;
  }

  .button__wrapper {
    font-size: 13px;
    line-height: 23px;
  }
}


