body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #776753;
    --main-light: #e8ddbb;
    --main-dark: #161616;
    --accent: #988b76;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.footer-bottom p {
    color: #e5e5e5!important;
}
.header-logo a img, .footer-logo a img {
    max-width: 230px!important;
}
.footer-area {
    background: #e9e3da none repeat scroll 0 0!important;
}