:root {
    --color-link: #D0D947;
    --color-btn: #D0D947;
    --color-btn-txt: #fff;
    --color-text: #38393b;
    --color-text-white: #FFFFFF;
    --color-title: #1b1d1f;
    --color-bg-1: #fff;
    --color-bg-2: #2274A5;
    --color-bg-3: #041B15;
    --color-red: #ea1f55;
    --font-title: Permanent Marker;
    --font-text: Raleway;
}

.home-be-w-overlay {
    background: rgba(208,217,71,.6);
}