
body{
    background-color:  white !Important;
}

body > .footer {
    height: 10px !important;
    background-color:  white !Important;
}

#site-menu {
    border-radius: 0px !important;
    border: 0px solid var(--site-menu-border-color, #ffffff) !important;
    font-size: 0.9em;
    background-color: white !important;
}

@media (min-width: 768px) {
    #site-menu {
        border-radius: 0px !important;
        border: 0px solid var(--site-menu-border-color, #ffffff) !important;
        font-size: 0.9em;
        background-color: white !important;
    }
}

#site-menu a {
    color: black !important;
    font-size: 1em;
    line-height: 24px;
    padding-top: 3px !important;
}

@media (min-width: 768px) {
    #site-menu a {
        color: black !important;
        font-size: 1em;
        line-height: 24px;
        padding-top: 3px !important;
    }
}

#site-logo {
    height: 50px;
}

@media (min-width: 768px) {
    #site-logo {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1480px;
    }
}

#main-container {
    padding-top: 10px !important;
}