﻿:root {
    --bg-site: #e6d2a5;
    --color-theme: #734119;
}
header {
    background: var(--bg-site);
}
header section.bg-site {
    background: var(--color-white);
    border-color: var(--color-white);
}
.menu-desktop .list-inline > li > a, .menu-desktop .list-inline > li > a:hover, .menu-desktop .list-inline > li > a.active {
    text-shadow: none !important;
}