/* --- Colors --- */
:root {
    --body-color: #222;
    --body-color-light: #777;
    --main: #67bfac;
    --main-dark: #e59e6d;
    --main-light: #a2d7cd;
    --main-2: #fd7227;
    --main-2-dark: #ffc235;
    --main-2-light: var(--main-2);

    --bs-light: #fff;
    --bs-primary: #113053;
    --grey: #ddd;
    --grey-dark: #333333;
    --grey-light: #f1f1f1;

    --accent: #fcf1ef;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
}

.logo-header {
    max-width: 90px!important;
}
.logo-footer {
    max-width: 185px!important;
    filter: invert(0)!important;
}
.carousel-caption {
    background-color: #ffffffba;
}
.logo-footer {
    filter: invert(1);
}