.main-header-row {
  background-image: url(../images/main-header-1811x1041.jpg);
  background-size: 512px;
  border-radius: 0 0 0 0;
  height: 280px;
  font-size: 0.7rem;
  margin-top: 10px;
}
.main-header-row .text-pane {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 5px 5px;
}
.main-header-row .text-pane h1 {
  font-size: 1rem;
  font-weight: bold;
}
.main-header-row .text-pane a {
  font-size: 0.7rem;
}
.light-pane {
  background-color: #CDE6F7;
  color: #343a40;
}
.light-pane h2 {
  font-size: 1.2rem;
}
.light-pane h3 {
  font-size: 1.0rem;
}
.inverted-pane {
  background-color: #343a40;
  color: #fefefe;
}
.inverted-pane h2 {
  font-size: 1.2rem;
}
.inverted-pane h3 {
  font-size: 1.0rem;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 238px) {
  .main-header-row {
    height: 180px;
    font-size: 0.8rem;
    margin-top: -25px;
  }
  .main-header-row .text-pane h1 {
    font-size: 1.1rem;
  }
  .main-header-row .text-pane a {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .main-header-row {
    height: 220px;
    border-radius: 0 0 5px 5px;
  }
  .inverted-pane,
  .light-pane {
    border-radius: 5px 5px 5px 5px;
  }
}
@media (min-width: 768px) {
  .main-header-row {
    font-size: 1rem;
    margin-top: -25px;
  }
  .main-header-row .text-pane h1 {
    font-size: 1.3rem;
  }
  .main-header-row .text-pane a {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .main-header-row {
    height: 205px;
    background-size: 750px;
  }
}
