// 
// Colors
// 

// Override Bootstrap color system

$blue: #1D809F;
$yellow: #ecb807;

// Override Bootstrap default state colors

$primary: $blue;
$secondary: $yellow;
