.h1, h1 {
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 0.96px;
  color: #46340c;
  padding-bottom: 40px;
  align-items: start;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 96px;
    letter-spacing: 1.92px;
    padding-bottom: 64px;
    align-items: center;
  }
}

.h2, h2 {
  font-family: Tinos;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #46340c;
  padding-top: 16px;
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}

.h3, h3 {
  font-size: 18px;
  font-family: 'Manrope';
  color: #46340c;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: 18px;
    font-family: 'Manrope';
    color: #46340c;
    font-weight: 700;
    line-height: normal;
  }
}

.rooms_h2 {
  font-family: 'Manrope';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #46340c;
  /*padding-top: 0px;*/
}

@media (min-width: 992px) {
  .rooms_h2 {
    font-size: 24px;
  }
}

.contact-h2 {
  font-family: 'Manrope' !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #46340c !important;
  text-decoration: none !important;
}

p {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #46340C;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

#footer a {
  font-size: 18px;
  font-family: 'Manrope';
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #f0ede6;
  letter-spacing: 0.36px;
}

@media (min-width: 992px) {
  #footer a {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: var(--Background-Color, #F0EDE6);
    letter-spacing: 0.36px;
    padding-bottom: 12px;
  }
}

.links-style {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 250;
  line-height: 25px;
  letter-spacing: 0em;
  color: #0a0a0a;
}

@media (min-width: 992px) {
  .links-style {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 250;
    line-height: 25px;
    letter-spacing: 0em;
    color: #0a0a0a;
  }
}

.page_title {
  color: var(--Stroke-Color, #32302F);
  text-align: center;
  font-family: Tinos;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .page_title {
    font-size: 96px;
  }
}

.footer-h1 {
  color: var(--Background-Color, #F0EDE6);
  text-align: center;
  font-family: Tinos;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .footer-h1 {
    font-size: 64px;
  }
}

.page_subtitle {
  color: #32302F;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 992px) {
  .page_subtitle {
    color: #32302F;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .mobile-font-size-amenities-sights {
    font-size: 42px;
  }
}

