/* Landing Page Style Variables*/

$black				: #000000;
$blue				: #3173E3;
$yellow 			: #FBD303;
$hiremee-light 		: #8FC740;
$hiremee-dark 		: #0B6624;
$white 				: #ffffff;
$footer-bg-light 	: #333333;
$footer-bg-dark 	: $black;
$section-content-gray : #333333;
$section-content-white : #ffffff;
$semi-light-gray : #D6D6D6;

$break-small : 320px;
$break-medium: 767px;
$break-tab: 1024px;
$break-x-large: 1920px;
