#hero {
  height: 100vh;
  width: 100%;
  background-blend-mode: darken;
  background: url("../../assets/img/2011300_17080313430054866833.jpg") center / cover no-repeat, rgba(0,0,0,0.45);
}

@media (min-width: 992px) {
  .LandingTitle {
    font-size: 42pt;
  }
}

.LandingTitle {
  margin-top: 25vh;
  border-bottom-style: none;
}

@media (min-width: 992px) {
  .LandingSubtitle {
    font-size: 22pt;
  }
}

