@font-face {
  font-family: 'Beausite Classic';
  src: url('assets/fonts/BeausiteClassicWeb-Light.woff2') format('woff2'),
      url('assets/fonts/BeausiteClassicWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ayer Poster Web Regular';
  src: url('assets/fonts/AyerPoster-Regular-Web.woff2') format('woff2'),
       url('assets/fonts/AyerPoster-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Ayer Poster Cursive Web Regular';
  src: url('assets/fonts/AyerPosterCursive-RegularItalic-Web.woff2') format('woff2'),
       url('assets/fonts/AyerPosterCursive-RegularItalic-Web.woff') format('woff');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}

body, html {
  height: 100%;
  margin:0;
  padding: 0;
  position: relative;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.fullscreen-bg {
  background: url('assets/images/CaboWaveHotel-Splashpage-Background.jpg') center center / cover no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg__video {
    /*display: none;*/
    width: auto;
    left: -100%;
    height: 100%;
  }
}

.content {
  position: fixed;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content .wraper {
  margin-top: 46%;
  margin-bottom: 33%;
}

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

.content .logo svg {
  width: 250px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
}

.content .teaser {
  width: 100%;
  text-align: center;
  position: fixed;
  top:50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: tranlslateY(-50%);
  transform: translateY(-50%);
}

.content .teaser svg {
  max-height: 100vh;
  max-width: 90%;
}

.content .text {
  text-align: center;
  display: grid;
  place-content: center;
  height: 100%;
  color: #F7F6F0;
  text-shadow: 0 0 18px #161a1d59;;

}

.content .text .headline {
  text-align: left;
  line-height: 0.95;
}

.content .text .headline span.ayer{
  padding-left: 1.1vw;
}

.content .text .claim {
  text-align: center;
  margin-top: 2vh;
  /* padding-left: 29%; */
}

.content .text .claim .last-line {
  padding-left: 9%;
}

.content .text .claim .soon {
  font-size: 11.11vh;
}

.content .text .beausite {
  font-family: 'Beausite Classic', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.content .text .ayer {
  font-family: 'Ayer Poster Web Regular', serif;
  font-weight: 400;
  font-style: normal;
}

.content .text .ayer.italic {
  font-family: 'Ayer Poster Cursive Web Regular', serif;
  font-weight: 400;
  font-style: italic;
}

.content .text .headline .beausite {
  /* font-size: 15rem; */
  font-size: 22vh;
}

.content .text .headline .ayer {
  /* font-size: 15rem; */
  font-size: 22vh;
}

.content .text .claim .beausite {
  /* font-size: 2.5rem; */
  font-size: 3.55vh;
}

.content .text .claim .ayer {
  /* font-size: 4rem;
  line-height: 4.7rem; */
  /* font-size: 5.7vh;
  line-height: 7vh; */
}

@media screen and (max-width: 1024px), (orientation: portrait) {
  .fullscreen-bg {
    background: url('assets/images/CaboWaveHotel-Splashpage-Background.jpg') center center / cover no-repeat;
    left: -12%;
  }

  .content .wraper {
    margin-top: 77%;
    margin-bottom: 39%;
  }

  .content .text .headline .beausite {
  /* font-size: 7.15rem; */
  font-size: 11.2vh;
}

  .content .text .headline .ayer {
    /* font-size: 7.15rem; */
    font-size: 11.2vh;
  }

  .content .text .claim {
    /* padding-left: 16%; */
    /* margin-top: 21px; */
    margin-top: 1.85vh;
  }

  .content .text .claim .beausite {
    /* font-size: 2.1875rem; */
    font-size: 3.42vh;
  }

  .content .text .claim .last-line {
    padding-left: 13%;
    /* font-size: 3.75rem;
    line-height: 4.7rem; */
    font-size: 5.85vh;
    line-height: 7.3vh;
  }

    .content .text .claim .soon {
    text-align: center;
    /* font-size: 3.75rem;
    line-height: 4.7rem; */
    /* font-size: 5.85vh; */
    font-size: 6.7vh;
    line-height: 7.3vh;
  }
}

@media screen and (max-width: 576px) {
  .fullscreen-bg {
    left: -25%;
  }

    .content .wraper {
    margin-top: 101%;
    margin-bottom: 52%;
  }

  .content .text .headline .beausite {
    /* font-size: 3.7rem; */
    font-size: 8.9vh;
  }

  .content .text .headline .ayer {
    /* font-size: 3.7rem; */
    font-size: 8.9vh;
  }

  .content .text .claim {
    padding-left: 9%;
    /* margin-top: 23px; */
    margin-top: 3.3vh;
  }

  .content .text .claim .beausite {
    /* font-size: 1.5625rem; */
    font-size: 3.75vh;
  }

  .content .text .claim .last-line {
    padding-left: 17%;
    /* font-size: 2.1875rem; */
    font-size: 5.25vh;
    /* line-height: 2.3125rem; */
    line-height: 6.3vh;
  }
}