/* 
	Site Colors

 */
// Social Media Colors
$youtube_red: #c4302b;
$twitter_blue: #0084b4;
$facebook_blue: #3b5998;
$instagram_black: #0E0E0E;

// SUREFIRE Colors
$black: #000000;
$white:#ffffff;
$red: #FF3C40;
$dark-gray: #282529;
$flat-yellow: #f1c40f;
$flat-red: #e74c3c;
$flat-green: #2ecc71;

// Site Variables
$link-color: #3e81f9;
$base-accent-color: #B4000D; 

$logo-gray: #565755;

/* 
	Typography

 */
$base-font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
$header-font-family: 'Lato', $base-font-family;

/* 
	Containers

 */
$wide-container: 1100px;
$container: $wide-container;



/* 
	Media Query Breakpoints

 */
$medium-screen: 768px;
$large-screen: 1200px;
