body,
html {
  overflow-y: hidden;
  max-height: 100vh;
}
.mask-curve {
  background: rgba(0, 0, 0, 0.68);
  height: 100%;
  position: absolute;
  width: calc(45% + 97px);
  top: 0;
  left: -97px;
  transform: skewX(165deg);
}
.home #page-title h1 {
  font-size: 25px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  max-width: 40%;
  text-transform: inherit !important;
  line-height: 1.3 !important;
  position: relative;
}
.home #page-title h1:before {
  position: absolute;
  content: "";
  width: 97px;
  height: 5px;
  background: #e7c673;
  bottom: -17px;
}
@media (max-width: 578px) {
  .home #page-title h1:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 578px) {
  .home #page-title h1 {
    max-width: 100%;
    font-size: 20px !important;
  }
}
@media (max-width: 587px) {
  .page-title-parallax {
    margin-bottom: 0 !important;
  }
  .mask-fullhight {
    height: 100% !important;
  }
}
/*# sourceMappingURL=homepage.css.map */
