/* 
	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
$link-color: #3e81f9;
$base-accent-color: #F14644;
$base-accent-color: #d51b1b;

// Site Colors
$site-yellow: #FEC938;
$site-salmon: #ffc6b2;

//$base-accent-color: #00bfff;
$tws: #327B3F;
$tws-light: #659C6F;
$tws-lime: #C3D92C;

$sfm-pink: #9a1a49;
$sfm-pink: #a41847;
$sfm-purple: #2e1c5c;

/* 
	Typography

 */
//$base-font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
$base-font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
$header-font-family: $base-font-family;

/* 
	Containers

 */
$wide-container: 900px;
$container: $wide-container;

/* 
	Media Query Breakpoints

 */
$medium-screen: 768px;
$large-screen: 1200px;
