body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal book, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-title {
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  padding: 10px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.intro-loader {
  z-index: 9999;
  width: 100%;
  height: 100svh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.intro-logo {
  width: 15rem;
}

.section-slide {
  width: 100vw;
  height: 100dvh;
}

.section-slide.is-2 {
  height: 100dvh;
}

.gallery-horizontal {
  height: 200dvh;
  flex-direction: row;
  position: relative;
}

.sticky-wrap {
  width: 100%;
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 200vw;
  height: 100dvh;
  flex-direction: row;
  display: flex;
}

.full-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}

.contact-wrap {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 10%;
  right: 10%;
}

.contact-link {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  transform: translate(0);
}

.contact-link:hover {
  transform: translate(-10px);
}

.contact-link.is-vcard {
  background-color: rgba(0, 0, 0, .5);
  margin-top: 10px;
  padding: 5px 10px;
  text-decoration: underline;
}

.contact-link.is-vcard:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
    bottom: 7vh;
  }

  .full-pic {
    object-position: 30% 50%;
  }

  .full-pic.is-2 {
    object-position: 80% 50%;
  }
}

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

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

  .hero-title {
    font-size: 2rem;
  }

  .intro-logo {
    width: 10rem;
  }

  .full-pic {
    object-position: 20% 0%;
  }

  .contact-wrap {
    right: 5%;
  }

  .contact-link {
    font-size: 1rem;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}