/* --- Colors --- */
:root {
    --main: #75b7b6;
    --main-hover: #e09600;
    --main-dark: #4f7979;

    --main-light: #cbf0ef;
    --main-lighter: #f1fbfb;

    --main-lighter-2: #FFC107;

    --body-color: #000;
    --body-light: #999;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f2f2f2;
}
.navbar-brand img {
    max-height: 90px!important;
}
.carousel-item .rounded-full {
    border-radius: 0!important;
}
.hero_overlay.hero-light {
    background-color: transparent!important;
}