/* --- Colors --- */
:root {
    --main: #db1e3b;
    --main-hover: #313131;
    --main-dark: #0047B3;

    --main-light: #e1e1e1;
    --main-lighter: #e1e1e1;
    --main-lighter-2: #c7c5c7;

    --body-color: #000;
    --body-light: #999;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f2f2f2;
}
.navbar-brand img {
    max-height: 70px!important;
}