/* --- Colors --- */
:root {
    --main: #222222;
    --main-hover: #FE877B;
    --main-secondary: var(--main-hover);

    --border: #d7d7d7;
    --body-color: #222222;
    --body-dark: #111;

    --bg-main: #cee0d3c2;
    --bg-main2: #fdd1c2;
    --body-light: #777;
    --cta-green: #18992c;
    --cta-green-light: #f2fff4;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f5f5f5;
}
.navbar-brand .logo {
    max-width: 123px!important;
    max-height: 91px!important;
}