.header-main.gv-sticky-menu {
    background: rgba(0, 0, 0, 0.39);
}

.site-branding-logo img {
  max-height: 60px !important;
}

.sticky-wrapper {
    margin-top: -1px;
}

/* push the about page content down a simidge */
#about-section-one {
    padding-top: 6rem !important;
}

/* put a backdrop on the about page upper content */
#about-section-one .bb-container.container .row {
    background: rgba(0, 0, 0, 0.06);
    padding-top: 1em;
}

/* put a backgrop on the testimonial slides */
.owl-stage-outer .testimonial-content {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 1em;
}

/* put a text backdrop on the homepage main text */
.homepage-banner-text .title-desc {
    background-color: rgba(255, 255, 255, 0.24);
    padding: 1em;

}

#section-contact-page {
    padding-top: 12rem !important;
}

/* don't let the hours area get tooo wide because it will wrap up the right hand side of the contact form */
.column-content.front-page-hours.text-size-medium {
    max-width: 60em;
}