:root {
    --color-link: #bf9958;
    --color-btn: #bf9958;
    --color-btn-txt: #fff;
    --color-text: #000;
    --color-text-white: #FFFFFF;
    --color-title: #000;
    --color-bg-1: #fff;
    --color-bg-2: #2c2c2c;
    --color-bg-3: #000;
    --color-red: #ff6b6b;
    --font-title: Merriweather;
    --font-text: Open Sans;
}

.header-w .mobile-menu-w,
.header-w .mobile-menu-w li ul,
.section-footer .content-footer,
.section-footer .bottom-footer,
.section-footer .footer-copyright {
    background-color: #a09d9d;
}

@media (min-width: 769px) {
    .header-w .mobile-menu-w,
    .header-w .mobile-menu-w li ul {
        background: var(--color-bg-1);
    }
}