:root {
    --color-link: #231f20;
    --color-btn: #231f20;
    --color-btn-txt: #fff;
    --color-text: #231f20;
    --color-text-white: #FFFFFF;
    --color-title: #231f20;
    --color-bg-1: #f9e77b;
    --color-bg-2: #cca69a;
    --color-bg-3: #231f20;
    --color-red: #f37449;
    --font-title: Hammersmith One;
    --font-text: Open Sans;
}
.main-content-wrapper .section-header {
    background-color: var(--color-bg-3) !important;
}
    .main-content-wrapper .section-header .nav li a,
    .main-content-wrapper .section-header .nav .sub-menu li a,
    .main-content-wrapper .section-header .social-info a,
    .main-content-wrapper .section-header .phone-info a,
    .main-content-wrapper .section-header .meteo,
    .main-content-wrapper .section-header .meteo .weather-item .weather-icon.white {
        color: var(--color-text-white) !important;
    }
        .main-content-wrapper .section-header .nav li a:hover,
        .main-content-wrapper .section-header .nav .sub-menu li a:hover,
        .main-content-wrapper .section-header .social-info a:hover,
        .main-content-wrapper .section-header .phone-info a:hover {
            color: var(--color-bg-1);
        }
        .main-content-wrapper .section-header .nav li a::after,
        .main-content-wrapper .section-header .btn-group .btn,
        .section-home-newsletter .container .newsletter-content form #Nl-footer-submit {
            background-color: var(--color-bg-1) !important;
        }
    .main-content-wrapper .section-header .btn-group .btn,
    .section-home-newsletter .container .newsletter-content form #Nl-footer-submit {
        color: var(--color-link) !important;
    }
        .main-content-wrapper .section-header .btn-group .btn:hover {
            background-color: var(--color-text-white) !important;
        }