/* 
	Site Colors

 */
// Social Media Colors
$youtube_red: #c4302b;
$twitter_blue: #0084b4;
$facebook_blue: #3b5998;
$instagram_black: #0E0E0E;

// SUREFIRE Colors
$dark-gray: #282529;
$flat-yellow: #f1c40f;
$flat-red: #e74c3c;

// Site Variables
$hm-clay: #A95617;
$hm-green: #102520;

// Site Variables
// $cmo-blue-dark: #203b72;
// $cmo-blue-light: #18abe3;
// $cmo-green-dark: #1A481D;
// $cmo-green-light: #6ED848;
$cmo-green-dark: #227731;
$cmo-green-light: #33b249;
$cmo-purple-dark: #333366;
$cmo-purple-light: #a31d4a;

$link-color: $cmo-purple-dark;
$base-accent-color: $cmo-purple-dark;

/* 
	Typography

 */
$base-font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
$header-font-family: 'Roboto', $base-font-family;

/* 
	Containers

 */
$wide-container: 1200px;
$container: $wide-container;

/* 
	Media Query Breakpoints

 */
$medium-screen: 768px;
$large-screen: 1200px;
