﻿:root {
    --bg-site: #f5f0e1;
    --color-theme: #876428;
}
header {
    background: var(--color-black);
}
.menu-desktop .list-inline > li > a {
    color: var(--color-white);
}
.menu-desktop .list-inline > li > a.text-shadow {
    text-shadow: none !important;
}
.menu-desktop .list-inline > li > a.text-shadow:hover, .menu-desktop .list-inline > li > a.text-shadow.active {
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 0.5em;
}
footer, footer section.bg-site {
    background: var(--color-black);
}
footer p, footer a {
    color: var(--color-white);
}