#hero {
  height: 100vh;
  width: 100%;
  background-image: url("../../assets/img/Tecra_A_family.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.45);
  background-blend-mode: darken;
  opacity: 60%;
}

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

.LandingTitle {
  margin-top: 25vh;
}

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

