.masthead {
  background-image: url("../images/navigation/masthead.png");
  background-repeat: no-repeat;
  width: 100vw;
  max-width: 100%;
  background-size: cover;
  padding-bottom: 15px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .masthead {
      background-position-y: -56px; } }
  .masthead h1 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px; }
