.section.banner-nav::before {
    background-color: rgba(0,0,0,.4);
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}

.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}
.banner .banner-text__title--extraLarge {
    font-size: 3.125rem !important;
}
.banner .banner-text__subtitle--medium {
    font-size: 1.75rem !important;
}
#partial-header-1 .phone__number {
    font-size: 1.3rem !important;
}
.logo_footer__container--inner .logo-a__title {
    font-size: 25px!important;
}
.logo-banner img{
    max-width: 450px;
    width:100%;
    height:auto;
    margin-right: auto;
    /* margin-left: 220px; */
}
.hours h3, .hours  strong{
    color:green!important;
    text-shadow: 1px 1px 5px white!important;
}
.hours-a__schedule .hours-a__schedule--border p {
    color:green!important;
    font-weight: 700;
    text-shadow: 1px 1px 5px white!important;
}

/* @media(min-width:991px){
.homem .partial_header_logo__container--inner {
    display:none!important;
}
.fullwidth-layout.homem .col-sm-12.col-lg-3.d-flex.align-items-center{
    display:none!important;
}
.fullwidth-layout.homem .col-sm-12.col-md-8.col-lg-7.d-flex.align-items-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
} */

@media (min-width: 992px){
.csthead .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.csthead .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%;
}
.csthead .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}



@media(max-width:990px){
    .logo-banner{
        display:none;
    }
}


