body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #9cd3e8;
    --main-light: #f39abd;
    --main-dark: #e975b0;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.banner-2 {
    background-image: url(/storage/36378262-ef92-4171-97ec-6d1692260d67/bg-hero.jpg);
    background-color:none!important;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-section {
   background-repeat:no-repeat!important;
   background-position: center!important;
}
.footer-1 {
    background-color: var(--main)!important;
}
.footer-feature1 image, .icon g, .icon image {
    filter: brightness(0.1)!important;
}
.logo img, .footer-widget .footer-logo {
    width: 150px!important;
}
.logo:before {
    top: 30px!important;
}