:root {
    --color-link: #c19b76;
    --color-btn: #c19b76;
    --color-btn-txt: #fff;
    --color-text: #0a0a0a;
    --color-text-white: #FFFFFF;
    --color-title: #0a0a0a;
    --color-bg-1: #fff;
    --color-bg-2: #c19b76;
    --color-bg-3: #0a0a0a;
    --color-red: #c2554f;
    --font-title: Roboto Condensed;
    --font-text: Raleway;
}
.section-footer .content-footer,
.section-footer .bottom-footer,
.section-footer .footer-copyright {
    background-color: #E0E0E0;
}