
 :root {

/* ********************************* */
/* global color */
/* ********************************* */

    /* --gs-global-link-color: rgb(24, 86, 142) !important; */
    --gs-global-link-color: #18568E !important; /* links, buttons */
    --gs-global-primary-color: rgb(24, 86, 142) !important; /* links, buttons */
    --gs-global-background-color: rgb(24, 86, 142,0.3) !important;


/*  ------------------------ 
    headings
    */
    --gs-global-h3-color: rgb(24, 86, 142) !important; /* links, buttons */
    --gs-page-section-header: rgb(24, 86, 142) !important; /* links, buttons */
    --gs-section-hero-heading: rgb(21, 72, 118) !important; 



/* --gs-brand-color: rgba(34, 74, 105, 1); */
    /* --gs-brand-color: rgba(34, 74, 105, 1); */
    --gs-brand-color-light: rgba(34, 74, 105, 0.5);
    /* --gs-brand-color: rgba(45, 99, 139, 1); */
    --gs-brand-color-white-text: rgba(255, 255, 255, 1);
    --gs-brand-color-white-icon: rgba(255, 255, 255, 1);
    --gs-link-color: #6c6c6c !important;
    --gs-link-color-01: rgba(30,115,190,1);
    /* --gs-link-color-02: #2d638b;
    --gs-link-color-03: #2B638C; */

    --gs-link-color: rgba(192,192,192,1);

    --gs-link-hover: #244f70;
    --gs-button-white-text: rgba(30, 115, 190, 0.9);
    --gs-sub-heading-01: #5E6F82;

    /* blog */

    --section-blog-row-article-intro-border: rgba(192, 192, 192, 0.6);

/* ********************************* */
/* button */
/* ********************************* */

    --gs-button-see-through-hero-back: rgba(255,255,255,1);
    --gs-button-see-through-hero-hover-back: rgba(30,115,190,1);
    --gs-button-see-through-hero-color: rgba(30,115,190,1);
    --gs-button-see-through-hero-hover-color: rgba(255,255,255,1);
    --gs-button-cta-white: rgba(255,255,255,1); 
    --gs-button-cta-darkblue: rgb(24, 86, 142); 

/* -------------------- */

    --gs-sections-features-cta-button: rgba(30,115,190,1);

/* ******************************** */
/* background */
/* ******************************** */

    --gs-hero-section: rgba(218, 232, 244,0.6);
    --gs-link-background-blog-category: rgba(34, 74, 105, 0.5);
    --gs-link-background: rgba(34, 74, 105, 0.05);
    --gs-brand-color-menu-category-back: rgba(192, 192, 192, .1);
    --gs-general-page: rgba(218, 232, 244,0.2); 
    --gs-general-page-white: rgba(255,255,255,1); 
    --gs-general-section-readyorder: rgba(30,115,190,1);
    --gs-general-page-section: rgba(218, 232, 244,0.2); 
    --gs-page-cta-section: rgba(218, 232, 244,0.4);
    --gs-howto-order-back: #1e73be;
    --gs-site-wide-01: #1e73be;
    --gs-woocommerce-products-background: rgba(30,115,190,0.3);
    --gs-woocommerce-products-related: rgba(30,115,190,0.1);
    --gs-general-page-background-categories-01: rgba(30,115,190,1);
    --gs-section-footer-middle:  rgba(30,115,190,1); 
    --gs-section-features-blue:  rgba(30,115,190,1); 
    --gs-general-section-button: rgba(30,115,190,1);

 /* ******************************** */
/* borders */
/* ******************************** */

    --gs-general-small-blocks: rgba(218, 232, 244,0.2); 
    --gs-general-page-section-border: rgba(218, 232, 244,0.4); 
    --gs-intro-with-three-main-products: rgba(192,192,192,0.6);

/* ******************************** */
/* hero sections */
/* ******************************** */

    --gs-hero-section-light-text: #FFF; 
    --gs-hero-section-dark-text: #333; 

    --gs-page-section-light-text: #FFF; 
    --gs-page-section-dark-text: #333; 


/* ******************************** */
/* 
/* ******************************** */

    --gs-section-hero-heading-h2: rgb(21, 72, 118); 
 
 }
