/***********************************************************
################## greenwoodpromise.com ####################
************************************************************/

/***********************************************************
################### Bootstrap Functions ####################
************************************************************/

@import '../node_modules/bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/mixins';


/***********************************************************
####################### Custom  ############################
************************************************************/

$custom-colors: (
  'gwp-blue-dark': #33545C,
  'gwp-blue':#8FEAFF,
  'gwp-blue-blue-green':#8FFFF6,
  'gwp-blue-green':#9CFFDB,
  'gwp-green-green-blue':#8FFFB6,
  'gwp-green':#8fff96,
  'gwp-green-dark':#213B23,
  'gwp-orig-yellow': #afcd39,
  'gwp-orig-light-green': #70b05c,
  'gwp-orig-green': #70b05c,
  'gwp-orig-dark-green': #2a542c,
  'gwp-orig-blue-green': #75bfa4,
  'gwp-orig-blue': #4c9d96,
  'gwp-orig-dark-blue': #3d9891,
  'gwp-grey': #595959,
);

$theme-colors: map-merge($theme-colors, $custom-colors);
$theme-colors: map-remove($theme-colors, 'primary', 'secondary', 'success','warning', 'danger', 'info');
$colors: map-remove($colors, 'blue', 'indigo', 'purple', 'pink', 'red', 'orange', 'yellow', 'green', 'teal', 'cyan');
$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
$utilities-colors: map-merge($utilities-colors, $theme-colors-rgb);
$utilities-text-colors: map-loop($utilities-colors, rgba-css-var, "$key", "text");
$utilities-bg-colors: map-loop($utilities-colors, rgba-css-var, "$key", "bg");


/***********************************************************
################## Bootstrap Complete ######################
************************************************************/
@import '../node_modules/bootstrap/scss/bootstrap';


/***********************************************************
################## Bootstrap Packages ######################
************************************************************/
//@import '../node_modules/bootstrap/scss/root';
//@import '../node_modules/bootstrap/scss/reboot';
//@import '../node_modules/bootstrap/scss/type';
//@import '../node_modules/bootstrap/scss/images';
//@import '../node_modules/bootstrap/scss/code';
//@import '../node_modules/bootstrap/scss/grid';
//@import '../node_modules/bootstrap/scss/tables';
//@import '../node_modules/bootstrap/scss/forms';
//@import '../node_modules/bootstrap/scss/buttons';
//@import '../node_modules/bootstrap/scss/transitions';
//@import '../node_modules/bootstrap/scss/dropdown';
//@import '../node_modules/bootstrap/scss/button-group';
//@import '../node_modules/bootstrap/scss/input-group'; // Requires forms
//@import '../node_modules/bootstrap/scss/custom-forms';
//@import '../node_modules/bootstrap/scss/nav';
//@import '../node_modules/bootstrap/scss/navbar';
//@import '../node_modules/bootstrap/scss/card';
//@import '../node_modules/bootstrap/scss/breadcrumb';
//@import '../node_modules/bootstrap/scss/pagination';
//@import '../node_modules/bootstrap/scss/badge';
//@import '../node_modules/bootstrap/scss/jumbotron';
//@import '../node_modules/bootstrap/scss/alert';
//@import '../node_modules/bootstrap/scss/progress';
//@import '../node_modules/bootstrap/scss/media';
//@import '../node_modules/bootstrap/scss/list-group';
//@import '../node_modules/bootstrap/scss/close';
//@import '../node_modules/bootstrap/scss/toasts';
//@import '../node_modules/bootstrap/scss/modal'; // Requires transitions
//@import '../node_modules/bootstrap/scss/tooltip';
//@import '../node_modules/bootstrap/scss/popover';
//@import '../node_modules/bootstrap/scss/carousel';
//@import '../node_modules/bootstrap/scss/spinners';
//@import '../node_modules/bootstrap/scss/utilities';
//@import '../node_modules/bootstrap/scss/print';

/***********************************************************
################### Bootstrap Icons ########################
************************************************************/

@import '../node_modules/bootstrap-icons/font/bootstrap-icons';