header.prod {

  background-color: #212529;
  background-image: url("../gfx/joel-filipe-354139-unsplash-dark.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

header.prod .top-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.prod .top-text .top-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.prod .top-text .top-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
  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';
}

header.prod h1 {
  font-size: 55px;
}


@media (min-width: 768px) {
  header.prod .intro-text {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  header.prod .intro-text .intro-lead-in {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    font-family: 'Droid', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.prod .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 75px;
    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';
  }

}


.prod-left {
    margin-bottom: 50px;
    text-align: right;
    padding-right: 40px;
    color: #007ac0;
    /*background-color: pink;*/
}

@media (max-width: 992px) {
.prod-left {
    margin-bottom: 50px;
    text-align: center;
    padding-right: 0;
  }
}


@media (max-width: 992px) {
  .prod-right {
    margin: 0 10px 0 30px;
  }
}
