/*Regions spacing*/
.hero-top {
  ;padding: 30px 0 25px;
  min-height: 180px;
}
@media (max-width: 575px) {
  .hero-top {
    min-height: 150px;
  }
}
.internal-banner-container {
  ;position: relative;
  min-height: 180px;
}
.internal-banner {
  ;font-size: 16px;
  min-height: 180px;
  ;width: 100%;
}
/* this does not work */
div.row.d-flex.align-items-center{
  background-image: url('/sites/default/files/header-image.png');
  background-position: right;
  background-repeat: no-repeat;
}
.footer-top{
 background-color:lightgray; 
}