/**** font configuration ****/
@font-face {
  font-family: 'GillSansLight';
  src: font-url('GillSansLight.ttf') format('truetype');
  font-weight: normal;
}

$font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
$header-font: "GillSansLight";

$black: #000;
$white: #FFF;
$dark-grey: #333;
$medium-grey: #827D7E;
$light-grey: #CCC;

$primary-color: #4f5253;

$highlight-color: $black;
$highlight-background-color: #F36F24;

/* MESSAGES */
$error-color: $white;
$error-background: #990000;

$notice-color: $white;
$notice-background: #196719;

$tooltip-color: $white;
$tooltip-background: #333;

/* BUTTONS */
$disabled-button-color: #808080;
$cancel-button-color: #F17D04;

/* HEADER STYLING */
$header-height: 165px;
$header-logo-width: 165px;
$header-background: $white;
$header-text-color: $black;
/* $header-background: linear-gradient(#ED6406, #F59503); */

/* HEADER LOGO POSITIONING */
$header-logo-top-margin: 20px;
$header-logo-left-margin: 10px;

$body-background: $white;



/* EVERYTHING BELOW THIS LINE IS SPECIFIC TO THE BOOSTRAP 3.x IMPLEMENTATION OF ROADMAP */
/* ------------------------------------------------------------------------------------ */
/* SASS variables */
$background-color: #FFF;

$footer-background: $background-color;
$footer-color: $medium-grey;
$footer-margin-top: 40px;


