:root {
    --colorPri: #ae9053;
    --colorSec: #1D1627;
    --colorTer: #ae9053;
    --colorQua: #1d1627;
    --highlightPri: #ffc772;
    --highlightSec: #30253f;
}

footer {
background-color:#ae9053;
color: #000;
}
.menu-container {
border-bottom:2px solid #2268ad;
}
.menu-container ul.site-menu li span a,
.menu-container ul.site-menu li span span {
text-shadow:none !important;
}

.bottom-container {
    background-color: #ae9053;
    color: #000;
}
.footer-container, .footer-container a, .footer-container span {
    font-size: 14px;
    line-height: 2;
color: #000;
}

.menu-container {
    border-bottom: 4px solid #ae9053;
border-top: 4px solid #ae9053;
    background-color: #1d1627;
}

a.ce-button {
    background-color: #ffc772;
}

#styles_dialog .form-row input, #styles_dialog .form-row select, #styles_dialog .form-row textarea {
    font-size: 12px;
    padding: 3px;
    background-color: white !important;
}