@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

#heading {
        background-color: #ffffff;
        background-image: none;
}

#heading .logo img {
        height: 120px;
        width: auto;
        padding-top: 20px;
}

#heading  #heading-wrapper {
        background: none;
}

#sub-menu ul li a {
        color: #000 !important;
}

#sub-menu ul li a:hover {
        color: #fff !important;
}

#sub-menu ul li a.active {
        color: #fff !important;
}

:root {
        --headings-font-family: 'Quicksand', sans-serif;
        --base-font-family: 'Quicksand', sans-serif;
        --primary-color-rgb: 177,96,41;
        --primary-color: #B16029;
        --primary-color-hover: rgb(229, 186, 115);
        --primary-color-disabled: #bdac9e;
        --secondary-color-rgb: rgb(229, 186, 115);
        --secondary-hover-color: #B16029;
        --secondary-disabled-color: #bdac9e;
        --button-help-color: #4c90d6;
        --button-help-color-hover: #7AADE3;
        --button-help-color-disabled: #8ab7e4;
        --nav-menu-background-color: rgb(229, 186, 115);
        --nav-menu-background-color-highlight: #B16029;
        --nav-menu-background-color-border: rgb(229, 186, 115);
        --footer-background-color: #fcf8f6;
        --footer-text-color: #000;
        --footer-link-color: #B16029;

        --header-button-background-color: #B16029;
        --header-button-text-color: #fff;
        --header-text-color: #B16029;
}