:root {
	/*CORE COLORS*/
	--brand-blue-color: #378EFF;
	--regular-selectable-color: #378EFF;
	--regular-hover-color: #378EFF;
	--regular-pressed-color: #378EFF;

	/* HEADER COLORS */
	/* The logo */
	--menu-logo-color: #FFFFFF;
	/* The circle */
	--menu-logo-bg-color: #378EFF;
	/* NADER NEJAT */
	--logo-text-selectable-color: #757575;
	--logo-text-hover-color: #378EFF;
	--logo-text-pressed-color: #378EFF;

	--tab-text-selectable-color: #378EFF;
	--tab-text-hover-color: #378EFF;
	--tab-text-pressed-color: #378EFF;

	--tab-underline-selectable-color: #378EFF;
	--tab-underline-hover-color: #378EFF;
	--tab-underline-pressed-color: #378EFF;

	/* Icon menu text: email, linkedin, resume */
	--menu-icon-text-selectable-color: #378EFF;
	--menu-icon-text-hover-color: #378EFF;
	--menu-icon-text-pressed-color: #378EFF;

	/* HOME VIDEO TEXT COLORS */
	--over-video-text-color: #2280FF;
	--over-video-secondarytext-color: #2280FF;

	/* CASE STUDY MENU COLORS */
	--case-study-menu-sub-title-color: #FFFFFF;
	--case-study-menu-title-color: #FFFFFF;
	--case-study-menu-description-color: #FFFFFF;
	--view-case-study-button-bg-color: rgba(0,0,0,0.90);
	--view-case-study-button-text-color: #FFFFFF;

	/* CALL TO ACTION COLORS */
	--call-to-action-title-color: #FFFFFF;
	--call-to-action-text-color: #FFFFFF;
	--call-to-action-menu-icon-text-selectable-color: #FFFFFF;
	--call-to-action-menu-icon-text-hover-color: #FFFFFF;
	--call-to-action-menu-icon-text-pressed-color: #FFFFFF;
	--phone-label-text-color: #FFFFFF;
	--phone-value-text-selectable-color: #FFFFFF;
	--phone-value-text-hover-color: #FFFFFF;
	--phone-value-text-pressed-color: #FFFFFF;
	--email-label-text-color: #FFFFFF;
	--email-value-text-selectable-color: #FFFFFF;
	--email-value-text-hover-color: #FFFFFF;
	--email-value-text-pressed-color: #FFFFFF;
	--calendar-label-text-color: #FFFFFF;
	--calendar-value-text-selectable-color: #FFFFFF;
	--calendar-value-text-hover-color: #FFFFFF;
	--calendar-value-text-pressed-color: #FFFFFF;

	/* CASE STUDY PAGE COLORS */
	--case-study-top-title-text-color: #FFFFFF;

	/* This is first one, against white */
	--section-intro-light-bg-title-text-color: #212529;
	--section-intro-light-bg-subtitle-text-color: #212529;
	--section-intro-light-bg-copy-text-color: #212529;

	/* This is against the solid brand color */
	--section-intro-brand-bg-title-text-color: #FFFFFF;
	--section-intro-brand-bg-subtitle-text-color: #FFFFFF;
	--section-intro-brand-bg-copy-text-color: #FFFFFF;

	/* Bulleted icon list */
	--icon-text-subtitle-text-color: #212529;
	--icon-text-body-text-color: #212529;

	/* Main text */
	--h1-tiny-color: #111111;
	--h1-color: #424242;
	--h2-color: #212529;
	--subcaption-color: #212529;
	--body-color: #212529;

	/* The image switcher */
	--documents-menu-thumbnail-stroke-selectable-color: #0070C9;
	--documents-menu-thumbnail-stroke-hover-color: #10178A;
	--documents-menu-thumbnail-stroke-pressed-color: #10178A;
	--documents-menu-thumbnail-stroke-selected-color: #10178A;
	--documents-menu-thumbnail-underbar-selectable-color: #0070C9; /* not being used at the moment */
	--documents-menu-thumbnail-underbar-hover-color: #10178A;
	--documents-menu-thumbnail-underbar-pressed-color: #10178A;
	--documents-menu-thumbnail-underbar-selected-color: #0070C9;

	/* Testimonials */
	--testimonial-photo-border: #378EFF;
	--testimonial-quote-marks: black;
	--testimonial-quote: black;
	--testimonial-persons-name: black;
	--testimonial-persons-title: black;
	--testimonial-blob-color: #378EFF;
}