/************************************************************************************/
/*
/* define colours
/* 
/* https://chir.ag/projects/name-that-color/#444455
/*
/************************************************************************************/

:root {

  /* max content width */

  --max-content-width:			895px;

  /* colours */

  --header-background:			rgba(0, 53, 94, .99);
  --header-text:			White;
  --header-link:			LightSkyBlue;
  --header-link-hover:			PowderBlue;
  --text-shadow:			Black;

  --background:				rgba(255, 255, 255, 1);
  --background-opaque:			rgba(255, 255, 255, .90);
  --wave-background:			#d8ebf4; 

  --heading-text:			rgba(0, 53, 94, .99);//#383838;
  --text:				#444;
  --sub-text:				#888;
  --sub-text-dark:			#666;

  --link:				SteelBlue;
  --link-hover:				CornflowerBlue;	

  --breadcrumbs:			Ivory;
  --cta-text:				DarkGreen;

  --icon-background:			#a8a8a8;
  --icon-background-green:		MediumSeaGreen;
  --icon-background-dark-green:		#339961;
  --icon-background-red:		#b22222;
  --icon-background-blue:		SteelBlue;
  --icon-background-dark-blue:		#396a93;
  --icon-text:				White;

  --button-background:			MediumSeaGreen;//#5cb85c;
  --button-hover:			#4c984c;
  --button-text:			White;

  --menu-link-hover:			PowderBlue;
  --sub-menu-background:		rgba(255, 255, 255, .95);
  --sub-menu-link:			#777;
  --sub-menu-link-hover:		#111;
  --menu-separator:			rgba(255, 255, 255, .30);

  --review-star-rating:			#bbb;
  --review-star-rating-checked:		Orange;
  
  --course-schedule-day:		SteelBlue;//#5cb85c;
  --course-schedule-period:		#dae7f1;//#d9eee1;

  --pricing-text: 			#fff;
  --pricing-text-shadow:		#131735;
//  --pricing-background-normal:		#4848ab;//#7f7fd5;
//  --pricing-background-online:		#00b09b;

//  --pricing-background-normal-gradient-1:		#4848ab;
//  --pricing-background-normal-gradient-2:		#4848ab;
//  --pricing-background-normal-gradient-2:		#4848ab;

//  --pricing-background-online-gradient-1:		#4848ab;
//  --pricing-background-online-gradient-2:		#4848ab;

  --scroll-up-background:		rgba(30, 42, 84, .99);
  --scroll-up-background-hover:		rgba(30, 42, 84, .98);

  --overlay-background:			rgba(0, 0, 0, .6);
  --overlay-form-background:		White;

  --success:				#5cb85c; //#28a745;
  --error:				#b22222;

//  --table-header-background:		papayawhip;

  --footer-background:			#010f21;

}

