:root {
    --menu-button: #fff;
    --menu-button-hover: #c89545;
    --menu-bg: #202020;
    --close-button: #fff;
    --close-button-hover: rgba(255, 255, 255, 0.7);
    --mobile-nav: #c89545;
    --mobile-nav-hover: #fff;
    --mobile-search: #878787;

    /* main navigation */
    --nav-links: #fff;
    --nav-links-hover: #c89545;

    /* header titles, overlay, labels */
    --_header-overlay: rgba(0, 0, 0, 0.2);
    --_banner-h3: #bab5ab;
    --_banner-h4: #fff;
    --_slide-label: #fff;

    /* service times */;
    --_service-times: #c89545;
    --_service-times-text: #fff;
    --_service-times-button: #474747;
    --_service-times-button-hover: #DDAD61;
    --_service-times-button-text: #C89545;
    --_service-times-button-text-hover: #252e32;

    /* section one */;
    --_section-one-bg: #fff;
    --_section-one-h3: #c89545;
    --_section-one-h4: #383838;
    --_section-one-p: #383838;
    --_section-one-button: #c89545;
    --_section-one-button-hover: #fff;

    /* quicklinks/cards */
    --_section-two-background: #202020;
    --_section-two-title: #fff;
    --_section-two-text: #aeaeae;
    --_card-label-one: #fff;
    --_card-label-one-border: #ce7257;
    --_card-label-two: #fff;
    --_card-label-two-border: #588B64;
    --_card-label-three: #fff;
    --_card-label-three-border: #5F6E84;

    /** section three */
    --_section-three-bg: #fff;
    --_section-three-h3: #222;
    --_media-item-title: #222;
    --_media-item-title-hover: #c89545;
    --_section-three-date: #222;
    --_media-item-link: #c89545;
    --_media-item-link-hover: #222;
    --_media-item-button: #c89545;
    --_media-item-button-hover: #fff;

    /* Featured item section */
    --_section-four-bg: #0d0d2e;
    --_section-four-media-bg: #171851;
    --_featured-item-button-text: #fff;
    --_featured-item-button-background: #0d0d2e;
    --_section-four-p: #a4a4a4;
    --_section-four-button: #c89545;
    --_section-four-button-hover: #fff;

    /* Connection Story */
    --_section-five-bg: #000;
    --_section-five-h3: #c89545;
    --_section-five-text: #fff;
    --_section-five-link: #fff;
    --_section-five-link-hover: #fff;

    /* Quicklink blocks */
    --_section-six-bg: #fff;
    --_section-six-h3: #fff;
    --_section-six-button-bg: #c89545;
    --_section-six-button-text: #fff;


    /* Footer */
    --_footer-bg: #fff;
    --_footer-border: #ddd;
    --_footer-text: #2A2929;
    --_footer-text-link: #C89545;
    --_footer-link-list: #2A2929;
    --_footer-link-list-hover: #c89545;
    --_social-links: #c89545;
    --_social-links-hover: #2A2929;

    /* Content */
    --_content-bg: #fff;
    --_subnav-link: #828282;
    --_subnav-link-hover: #c89545;
    --_subnav-border: #ddd;
    --_page-title: #fff;
    --_page-title-no-image: #383838;
    --_page-subtitle: #bab5ab;
    --_body-copy: #383838;
    --_body-copy-font: "Metropolis";
    --_body-link: #C89545;

    --_h2: #383838;
    --_h3: #C89545;
    --_h4: #383838;
    --_h5: #383838;
    --_h6: #383838;
    --_blockquote-bg: #f5f5f5;
    --_quote-text: #383838;


    /* Media specific */
           --_media-link: #c89545;
             --_media-bg: #383838;
             /*
          --tabset-color: #c89545;
    --card-bubble-active: #383838;
        */
}
