/******************************************************************************************************************************/
/******************************************************************************************************************************/

:root {
    --lines-color: #FFFFFF;
	--3DText-color-face: #FDD835;
	--3DText-color-side-1: #00ffcc;
	--3DText-color-side-2: #cc33ff;
	--3DText-color-side-3: #FDD835;

	--3DText-dark-edge-color: rgba(black, 0.5);
	--3DText-light-edge-color: rgba(var(--lines-color), 0.9);

    /**************************************************/
	--BG-color-gradient-1: #ff66ff;
	--BG-color-gradient-2: #9966ff;
	--BG-color-gradient-3: #33ccff;
	--BG-color-gradient-4: #00ffff;

    /**************************************************/
    --my-loader-offset:187;
    --my-loader-duration:1.4s;
    
    /**************************************************/
    --callToAction-bg-1:    var(--3DText-color-face);
    --callToAction-color-1: var(--lines-color);
    
    --callToAction-bg-2:    var(--3DText-color-side-1); 
    --callToAction-color-2: var(--lines-color);
    
    --callToAction-bg-3:    var(--3DText-color-side-2); 
    --callToAction-color-3: var(--lines-color);
    
    --callToAction-bg-4:    var(--3DText-color-side-3); 
    --callToAction-color-4: var(--lines-color);
    
    /**************************************************/
    
    --body-text-color: var(--lines-color);
    /**************************************************/

}
/******************************************************************************************************************************/
/******************************************************************************************************************************/