:root {
    --gbl-primary-color: #2c63fd ;
    --gbl-secondary-color: #32B9A5 ;
    --gbl-primary-font: PT Serif, Serif ;
    --gbl-secondary-font: Nunito Sans, Sans Serif ;
    --logo-width: 300 ;
    --header-text-color: #blank ;
    --footer-color: #000 ;
    --footer-text-color: #eee ;
    --content-width: 1280px ;
    --woo-bar-color: #fff ;
    --woo-bar-bg-color: #2c63fd ;
    --menu-text-color: #fff ;
    --menu-bg-color: #0065d8 ;
    --text-color: #0c0c0c ;
    --topbar-bg-color: #2c63fd ;
    --topbar-text-color: #fff ;
    --e-global-color-primary: #2c63fd ;
}

.site-branding img.custom-logo {
    max-width: 300px ;
}

@media (min-width: 1024px) {
    #masthead {
        background-image:url('');
        background-size: cover;
        background-position: center center;
    }
}

body.custom-background-image .site, body.custom-background-color .site, .mobile-navigation {
    background-color: #ffffff;
}

.site-footer {
    background: url("") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.site-footer .footer-overlay {
    background-color: #000;
}