header.masthead-text {
  position: relative;
  background-color: #343a40;
  background: none;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

header.masthead-text .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead-text h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead-text {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  header.masthead-text h1 {
    font-size: 3rem;
  }
}