#header {
    display: none;
}
.home-slider {
    display: none;
}
#mailingListAlert {
    background: var(--topbar-border-color);
}
#mailing-list-bar .alert-template .btn-template {
    background: #fff !important;
}
#mailing-list-bar .alert-template .btn-template:hover, #reviews .btn-reviews:hover {
    color: var(--color-2)!important;
}
.footer img {
    max-width: 250px !important;
    margin-bottom: 30px !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    text-transform: uppercase;
}
#testimonials {
    background: url(../images/design/review-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#testimonials .btn-reviews {
    background: #fff !important;
    color: var(--color-1)!important;
}