/**             
* @package ./css/colors-bootstrap.css
* @author Frank Cherry
* @copyright (c) 2019 Frank Cherry
* @creationDate 2020.01.01
* @developers 
* @lastRevision 2021.12.30
* @version BBootstrap v.0.0.3
* @license MIT License
**/
:root {
	--dark:  #000033;
	--fire:  #000069; 
	--air:   #0033cc; 
	--water: #3366ff;
	--earth: #6699ff;
	--light: #ccccff;
	
	--youtube: #ff0000;
}