/* --- Colors --- */
:root {
    --main: #087970;
    --main-secondary: #992950;

    --main-lighter: #EAF9F2;

    --body-color: #222222;
    --body-light: #666;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f2f2f2;
}
.navbar .navbar-brand img {max-height: 45px !important;}