:root {
    /** focus elements */
    --_selection: rgba(#3297FD, .7);
    --_placeholder: #3297FD;
    --_focus: #3297FD;


    /** General **/
    --_body-bg: #40ACA1;
    --_body-main-bg: #fff;
    --_body-text: #1E2624;
    --_body-copy-font: soleil;
    --_body-text-small: #1E2624;
    --_content-bg: #fff;
    --_link-color: #40ACA1;
    --_blockquote-border: #D1C7C5;
    --_blockquote-color: #787281;
    --_h2-color: #1E2624;
    --_h3-color: #1E2624;
    --_h4-color: #1E2624;
    --_h5-color: #1E2624;
    --_h6-color: #1E2624;

    --_link: #40ACA1;
    --_body-link: #40aca1;
    --_body-bg: #40ACA1;
    --_content-bg: #fff;
    --_h2: #1e2624;
    --_h3: #1e2624;
    --_h4: #1e2624;
    --_h5: #1e2624;
    --_h6: #1e2624;

    /** Banner text/buttons **/
    --_hp-banner-text: #fff;
    --_header-button-border: #479699;
    --_header-button-text: #fff;
    --_header-button-text-hover: #fff;

    /** Navigation **/
    --_header-links: #fff;
    --_header-links-hover-color: #fff;
    --_menu-bg: #E4D0A1;
    --_menu-drawer-top: #D9C187;
    --_mobile-nav-color: #fff;
    --_nav-hover-bg: #40ACA1;
    --_nav-hover-color: #1E2624;
    --_subnav: #fff;
    --_subnav-hover: #1e2624;
    --_search-border: #fff;
    --_series-banner-bg: #F2EEE3;

    /** Welcome **/
    --_section-one-bg: #fff;
    --_section-one-text: #1E2624;
    --_section-one-button: #40ACA1;
    --_section-one-links: #479699;

    /** Events/Variable section **/
    --_section-three-bg: #F2EEE3;
    --_section-three-heading: #1E2624;
    --_featured-before: #ECDAAF;
    --_featured-color: #1E2624;
    --_featured-event-overlay: #4F4D48;
    --_featured-event-text: #fff;
    --_featured-event-title-text: #fff;
    --_featured-arrow-button: #40ACA1;
    --_featured-arrow: #fff;
    --_hp-event-blurb: #1E2624;
    --_hp-event-date: #1E2624;
    --_hp-event-title: #40ACA1;

    /** Sermons **/
    --_section-four-button-bg: #40ACA1;
    --_section-four-bg-hover: #fff;
    --_section-four-button-text: #fff;
    --_section-four-button-text-hover: #1E2624;
    --_section-four-overlay: #000000;
    --_section-four-title: #fff;
    --_section-four-text: #fff;
    --_sermon-button-border: #40ACA1;
    --_sermon-button-hover-bg: #40ACA1;
    --_sermon-button-hover-color: #fff;
    --_hp-sermon-title: #1E2624;

    /** Footer */
    --_footer-bg: #40ACA1;
    --_footer-link-border: #1E2624;
    --_footer-text: #1E2624;
    --_footer-text-hover: #fff;
    --_social-icon: #1E2624;
    --_social-hover: #fff;

    /** Subpage */
    --_sp-header-bg: rgba(35, 35, 35, .45);
    --_sp-header-color: #fff;
    --_subpage-nav-bg: #1E2624;
    --_subpage-nav-color: #fff;

    /**
    $cal-icon: "../img/cal-icon.png";
    $clock-icon: "../img/clock-icon.png";
    $location-icon: "../img/location-icon.png";
    $cal-arrow-left: "../img/cal-arrow-left.svg";
    $cal-arrow-right: "../img/cal-arrow-right.svg";
    */

    /** media palette */
    --_media-bg: #fff;
    --_media-box-shadow: #DCDBDA;
    --_media-link: #40ACA1;
    --_media-title-border: #DCDBDA;
    --_card-bg: #fff;
    --_card-title: #1E2624;
    --_card-button: #1E2624;
    --_card-bubble-border: #DCDBDA;
    --_comment-input-bg: #1E2624;
    --_comment-count: #1E2624;
    --_comment-error: red;

    --_author-bg: rgba(0,0,0,0.04);
    --_contentBg: #fff;
    --_blog-post-border: rgba(0,0,0,.13);
    --_blog-tab-border: rgba(0,0,0,0.16);
    --_blog-tab-shadow: rgba(0,0,0,0.16);
    --_blog-post-top-border: rgba(37,46,50,0.2);
    --_cal-border: #D8D8D8;
    --_calmonth: #fff;
    --_cat-border: rgba(0,0,0,0.08);
    --_cat-shadow: rgba(0,0,0,0.24);
    --_card-feat-link: #9C9B5C;
    --_card-bubble-active: #1E2624;
    --_card-bubble-bg: #1E2624;
    --_card-shadow: rgba(0,0,0,0.08);
    --_comment-error: blue;
    --_comment-status: #1E2624;
    --_event-border: #1E2624;
    --_event-btn-hover: rgba(255,255,255,.1);
    --_event-category-border: rgba(255,255,255,.2);
    --_event-hover-color: #fff;
    --_event-shadow: rgba(0,0,0,0.14);
    --_series-color: #40ACA1;
    --_sermon-filter-li: rgba(0,0,0,.3);
    --_series-shadow: rgba(0,0,0,0.39);
    --_sermon-border-hover: rgba(0,0,0,.13);
    --_sermon-button-hover: #40ACA1;
    --_sermon-listing-bb: rgba(0,0,0,.1);
    --_sermon-listing-bg: #F8F7F5;
    --_sermon-listing-hover: rgba(0,0,0,.025);
    --_sermon-media-top-color: #fff;
    --_sermon-media-top-hover: rgba(0,0,0,.8);
    --_sermon-tab-shadow: rgba(0,0,0,0.20);
    --_sermon-tab-shadow-hover: rgba(0,0,0,0.25);
    --_sermon-borders: #1E2624;
    --_tabset-shadow: rgba(0,0,0, 0.1);
    --_xborder: rgba(0,0,0,.15);


}
