﻿:root {
    --color-theme: #535932;
    --bg-site: #d49f49;
    --bg-box: #feecb3;
}

.btn-theme:hover {
    background: var(--bg-box);
    border-color: var(--bg-box);
}

.menu-desktop .list-inline > li:hover, .menu-desktop .list-inline > li.active {
    background: var(--color-theme);
    line-height: 30px;
    border-radius: 5px;
}

.menu-desktop .list-inline > li:hover a, .menu-desktop .list-inline > li > a:hover, .menu-desktop .list-inline > li > a.active {
    color: var(--color-button-text);
}

footer a, footer p {
    font-weight: 500;
}