header.masthead {
  padding-top: 4rem;
  padding-bottom: 2em;
  background-image: url("../img/people/peopleHeaderBlur.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

header.masthead h1 {
  font-size: 2rem;
  color: #ffffff;
}

header.masthead p {
  font-weight: 400;
  color: #ddd;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.20rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}
