#hero {
  height: 100vh;
  width: 100%;
  background-image: url("backgroundImageReduced.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.8);
  background-blend-mode: darken;
}

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

.LandingTitle {
  margin-top: 100px;
}

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

#links {
  text-align: center;
  font-size: 30px;
  padding: 10px;
}

#nav {
  margin-top: 40px;
}

