/* GENERIC */
header {
  background: transparent !important;
  box-shadow: none !important;
  z-index: 2;
}

.frontpage-regular-hero {
  width: 100%;
  position: relative;
  margin-top: -125px;
}
.frontpage-regular-hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/plugins/tivala/assets/images/backgrounds/temp-bg.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 800px) {
  .frontpage-regular-hero {
    height: 600px;
    max-height: initial;
  }
}

.frontpage-regular-hero-inner {
  display: flex;
  height: 100dvh;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: white;
  position: relative;
  gap: 10px;
}
.frontpage-regular-hero-inner h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: "ProximaNova-Bold";
  max-width: 700px;
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .frontpage-regular-hero-inner h1 {
    font-size: 30px;
    max-width: 100%;
  }
}
.frontpage-regular-hero-inner p {
  font-size: 18px;
}
@media all and (max-width: 800px) {
  .frontpage-regular-hero-inner {
    height: 600px;
  }
}

.frontpage-regular-hero-bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.frontpage-regular-hero-bg-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.4;
}
.frontpage-regular-hero-bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}/*# sourceMappingURL=regular-header.css.map */