body, html, h1, h2, h3, h4, a, p, ul, li {
  font-family: "Open Sans", sans-serif !important;
}

p a {
  color: #2D4060;
  text-decoration: none;
}

header.masthead {
  background-size: cover !important;
  background-position: 15% 15% !important;
  padding-top: 12rem;
  padding-bottom: 10rem;

  @media (max-width: 992px) {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}

header.masthead .masthead-content .masthead-heading, header.masthead .masthead-content p {
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif
}

header.masthead .masthead-content .masthead-heading {
  @media (max-width: 992px) {
    font-size: 2.5rem;
  }
}

header.masthead .masthead-content p {
  @media (max-width: 992px) {
    font-size: 1.2rem;
  }
}

.navbar-custom .navbar-brand {
  text-transform: none;
}