/**
 * Site specific settings and color codes
 *
 * @author     Jeremy Conley
 */

:root {
	--body_font_family: 'Lato', sans-serif;
	
	--link_color_static: #ba482c;
	--link_color_hover: #292929;
	
	--header_background_color: #293241;
	--header_link_color_static: #fff;
	--header_link_color_hover: #fff;
	
	--footer_background_color: #e0fbfc;
	--footer_link_color_static: #000;
	
	--primary_button_background_color_static: #ee6c4d;
	--primary_button_text_color_static: #fff;
	
	--primary_button_background_color_hover: #d66044;
	--primary_button_text_color_hover: #fff;
	
	--secondary_button_background_color_static: #000;
	--secondary_button_text_color_static: #fff;
	
	--secondary_button_background_color_hover: #000;
	--secondary_button_text_color_hover: #fff;
	
	--fullwidth_callout_background_color: #BA482C;
	--fullwidth_callout_text_color: #fff;
	
	--black_extra_light: #F4F4F4;
}