è  
        :root {
            --gbl-primary-color: #007bff ;
            --gbl-secondary-color: #32B9A5 ;
            --gbl-primary-font: PT Serif, Serif ;
            --gbl-secondary-font: Nunito Sans, Sans Serif ;
            --logo-width: 1 ;
            --header-text-color: #blank ;            
            --footer-color: #004895 ;
            --footer-text-color: #eee ;
            --content-width: 1280px ;
            --woo-bar-color: #fff ;  
            --woo-bar-bg-color: #007bff ;
            --menu-text-color: #fff ;  
            --menu-bg-color: #e52525 ;  
            --text-color: #0c0c0c ;
            --topbar-bg-color: #000 ;
            --topbar-text-color: #fff ;
            --e-global-color-primary: #007bff ;
            
        }
        .site-branding img.custom-logo {
            max-width:1px ;    
        }
        @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:#004895;
        }