.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
}

.masthead::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 120%;
  background-repeat: repeat;
  background-image: url('../images/icons/maintenance-bg.svg');
  background-position: center;
  opacity: 0.05;
}

.masthead h1, .masthead .h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
  color: black;
}
.masthead h2, .masthead .h2 {
  font-size: 30px;
  opacity: 0.7;
  padding-top: 20px;
  margin-top: 20px !important;
}

.masthead img {
  width: 500px;
  max-width: 100%;
}

.masthead p {
  opacity: 0.8;
  font-size: 20px;
}

@media (min-width: 768px) {
  .masthead h1, .masthead .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1, .masthead .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}