:root {
    /** General */
    --_selection: rgba(50, 151, 253, .7);
    --_placeholder: #3297FD;
    --_focus: #3297FD;

    /** Design pallette */
    --_banner-bg: #3d3d3d;
    --_banner-text: #fff;
    --_bar-span: #EA8E51;
    --_body-bg: #FAFAFA;
    --_home-body-bg: #fff;

    /** Events **/
    --_event-bg: #fff;
    --_event-date: #fff;
    --_event-details: #4B4F50;
    --_event-flag: #EA8E51;
    --_event-title: #EA8E51;

    /** Footer */
    --_footer-bg: #fafafa;
    --_footer-details: #2A2929;
    --_footer-links: #EA8E51;
    --_footer-nav: #2A2929;
    --_footer-nav-hover: #EA8E51;
    --_footer-social: #2a2929;
    --_footer-social-hover: #EA8E51;

    /** Mobile **/
    --_mobile-nav: #fff;
    --_mobile-nav-bg: #EA8E51;
    --_mobile-search: #fff;

    /** Navigation */
    --_nav-bg: #2a2929;
    --_nav-color: #fff;
    --_nav-hover: #EA8E51;
    --_sub-nav-hover: #ea8e51;

    /** Search **/
    --_search-bg: #fff;
    --_search-submit: #2A2929;
    --_search-text: #EA8E51;

    /** Home **/
    --_header-times: #fff;
    --_threefill: #202020;
    --_waves-bottom: #E8E8E8;
    --_waves-top: #fff;

    /** Section One */
    --_section-one-text: #2A2929;
    --_section-one-title: #2A2929;
    --_section-one-ql-title: #fff;
    --_ql-wrap: #2A2929;

    /** Sermons */
    --_sermon-button: #fff;
    --_sermon-button-text: #C86D36;
    --_sermon-fill: linear-gradient(90deg, rgba(255,109,109,0.69) 30%, rgba(255,145,71,0.69) 83%);
    --_sermon-section-color: #fff;

    /** Section Three **/
    --_section-three-bg: #000;
    --_section-three-overlay: #202020;
    --_section-three-title: #fff;
    --_section-three-text: #C0C0C0;

    /** Section Four */
    --_section-four-bg: #E8E8E8;
    --_section-four-title-color: #2A2929;

    /** Content */
    --_content-bg: #fff;
    --_body-copy: #2A2929;
    --_body-copy-small: #2a2929;
    --_body-link: #EA8E51;
    --_link: #ea8e51;
    --_h1: #fff;
    --_h2: #2A2929;
    --_h3: #2A2929;
    --_h4: #2A2929;
    --_h5: #878787;
    --_h6: #2A2929;
    --_hr: #E3E1DF;
    --_blockquote-bg: #FAFAFA;
    --_blockquote: #2A2929;
    --_blockquote-border: #EA8E51;

    /** Sidenav **/
    --_sidenav-border: #979797;
    --_sidenav-top: #878787;
    --_sidenav-two: #2A2929;
    --_sidenav-three: #2A2929;
    --_sidenav-hover: #EA8E51;
    --_primary-media-color: #2A2929;

    --_sub-overlay: #272727;

    /** Media Palette **/
    --_media-bg: #fff;
    --_media-box-shadow: black;
    --_media-title-border: rgb(3, 3, 3);
    --_card-bg: #fff;
    --_card-title: #2A2929;
    --_card-button: #EA8E51;
    --_card-bubble-bg: #fff;
    --_card-bubble-border: orange;
    --_comment-input-bg: #fff;
    --_comment-count: #EA8E51;
    --_comment-error: red;

    /** Icons */
    --search-icon: url("https://www.cpmfiles4.com/102new_cms/img/a/search.svg");
}
