/* --- Colors --- */
:root {
    --main: #85084f;
    --main-hover: #303031;
    --main-dark: #6f0441;

    --main-light: #F6EAF6;
    --main-lighter: #F6EAF6;
    --main-lighter-2: #D5C6D9;

    --body-color: #000;
    --body-light: #999;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f2f2f2;
}
.navbar-brand img {
    max-height: 90px!important;
}
footer a img {
    width: 100px!important;
}