header.masthead-nobg {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead-nobg .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead-nobg .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead-nobg {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead-nobg .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead-nobg .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

.about-bg{
  background: url("../assets/img/header/header-3.jpg");
}
.marketing-bg{
  background: url("../assets/img/header/header-1.jpg");
}
.advertising-bg{
  background: url("../assets/img/header/header-7.jpg");
}
.consulting-bg{
  background: url("../assets/img/header/header-5.jpg");
}
.contact-bg{
  background: url("../assets/img/header-bg.jpg");
}
.form-bg{
  background: url("../assets/img/bg/bg-2.jpg");
}
