<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero {
  height: 100vh;
  width: 100%;
  background-image: url("../../assets/img/backgroundImageReduced.jpg?h=ef8906178c9414de46703be1d5d13632");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.45);
  background-blend-mode: darken;
}

@media (min-width: 992px) {
  .LandingTitle {
    font-size: 42pt;
  }
}

.LandingTitle {
  margin-top: 25vh;
}

@media (min-width: 992px) {
  .LandingSubtitle {
    font-size: 22pt;
  }
}

</pre></body></html>