html { font-size: 16px;}
@media (min-width: 240px) {
   html {font-size: calc(10.78px + 5.22 * ((100vw - 240px) / 239));}
}
@media (min-width: 768px) {
   html {font-size: calc(12.53px + 3.47 * ((100vw - 768px) / 223));}
}
@media (min-width: 992px) {
   html {font-size: calc(13.83px + 2.17 * ((100vw - 992px) / 448));}
}
@media (min-width: 1440px) {
   html {font-size: calc(16px + 5.33 * ((100vw - 1440px) / 480));}
}
@media (min-width: 1920px) {
   html {font-size: 21.33px;}
}
.container {
   max-width: 90rem;
}
.gallery {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.item {
    position: absolute;
    width: 14.0625rem;
    height: 19.375rem;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
  height: 100vh;
  color: #e8e6e3;
  background-color: #1d1d1d;
  padding: 1rem 1.25rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  overflow: hidden;
}

h2 {
  letter-spacing: -.06rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roslindale Condensed, Times New Roman, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 90%;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  color: #e8e6e3;
  text-decoration: underline;
}

.header {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.header_mail {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .0625rem;
}

.header_info {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-top: .21875rem;
  display: flex;
}

.text-block {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-block.color-grey.heading-2 {
  width: 15rem;
  line-height: 100%;
}

.text-block.color-grey.heading-3 {
  width: 18.25rem;
  margin-bottom: .5625rem;
  line-height: 100%;
}

.text-block.heading-2 {
  width: 15rem;
  line-height: 100%;
}

.text-block.heading-3 {
  width: 18.25rem;
  margin-bottom: .5625rem;
  line-height: 100%;
}

.body {
  overflow: hidden;
}

.image {
  width: 8.375rem;
}

.image.d-md-none {
  display: none;
}

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

.heading-desktop {
  width: 100%;
  max-width: 56.75rem;
}

.col-3 {
  width: 33%;
}

.link {
  color: #e8e6e3;
}

.link:hover {
  text-decoration: none;
}

.row {
  justify-content: space-between;
  display: flex;
}

.col-10 {
  width: 100%;
}

.col-3-8 {
  width: 37.5%;
}

.col-5-8 {
  width: 62.5%;
}

.col {
  width: 100%;
}

.col.heading-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.col.heading-3 {
  align-items: flex-end;
  padding-bottom: .0625rem;
  display: flex;
}

.col.heading-1 {
  width: 100%;
  padding-left: 8.8rem;
}

.heading-2 {
  width: 35.75rem;
}

.color-grey {
  color: #939290;
}

.heading-3 {
  width: 32.3125rem;
}

.heading-1 {
  width: 33.5rem;
}

.availability-circle {
  width: .7rem;
  height: .7rem;
  background-color: #e8e6e3;
  border-radius: 100%;
  margin-right: .4rem;
}

.availability-circle.green {
  background-color: #009a0f;
}

.small-caps {
  letter-spacing: .01625rem;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 100%;
}

.footer {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.p-social {
  text-decoration: none;
}

.p-social:hover {
  text-decoration: underline;
}

.gallery {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .image.d-md-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image.d-md-none {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header_logo {
    width: 100%;
    height: 100%;
    align-items: stretch;
    display: flex;
  }

  .header_mail {
    text-align: right;
    margin-right: 0;
    padding-top: 0;
  }

  .text-block {
    font-size: .75rem;
  }

  .body {
    padding: .8rem 1rem 1rem;
    font-size: .75rem;
  }

  .image.d-sm-none {
    display: none;
  }

  .image.d-md-none {
    width: 3.875rem;
    display: block;
  }

  .main {
    height: 90%;
  }

  .heading-desktop {
    display: none;
  }

  .col-3.col-sm-5 {
    width: 50%;
  }

  .link {
    text-align: right;
    font-size: .9375rem;
  }

  .small-caps {
    font-size: .798125rem;
  }

  .wrapper {
    height: 95%;
    justify-content: flex-start;
    overflow: hidden;
  }

  .gallery {
    overflow: hidden;
  }

  .d-sm-none {
    display: none;
  }

  .heading-mobile {
    display: block;
  }

  .heading-4 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2.7rem;
  }

  .paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: .9375rem;
    line-height: 125%;
  }

  .paragraph-2 {
    font-size: .9375rem;
  }
}


@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedLight-Testing.woff2') format('woff2'), url('../fonts/Roslindale-DisplayCondensedLight-Testing.woff') format('woff'), url('../fonts/Roslindale-DisplayCondensedLight-Testing.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}