/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2024 | 23:05:12 */
/***********************/
/*  Website Variables  */
/***********************/


:root{

/*	Website Colors*/
	--blue: #004F8C;
	--blueAlt: #1193C5;
	--purple: #863C7A;
	--teal: #3095A8;
	--black: #252F38;
	--white: #ffffff;
	--gray: #f8f8fa;

/*	Gradients*/
	--blueGradient: linear-gradient(180deg, rgba(0,79,140,1) 0%, rgba(0,40,70,1) 100%);
	--purpleGradient: linear-gradient(180deg, rgba(134,60,122,1) 0%, rgba(60,13,53,1) 100%);
	--tealGradient: linear-gradient(180deg, rgba(48,149,168,1) 0%, rgba(13,62,70,1) 100%);
	--whiteGradient: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,245,1) 100%);


/*	Fonts*/
	--mont: 'Montserrat', sans-serif;
	--dosis: "Dosis", sans-serif;

/*	Font Weights*/
	--fw_thin: 100;
	--fw_extralight: 200;
	--fw_light: 300;
	--fw_regular: 400;
	--fw_medium: 500;
	--fw_semibold: 600;
	--fw_bold: 700;
	--fw_extrabold: 800;
	--fw_black: 900;
	--italic: italic;

/*	Inizio Colors*/
	--i_darkpurple: #2A034C;
	--i_purple: #451284;
	--i_green: #00CA9F;
	--i_gray: #81819E;
	--i_black: #000000;
	--i_white: #FFFFFF;

/*	Social Colors*/
	--twitter: #00aced;
	--facebook: #3b5998;
	--googleplus: #dd4b39;
	--pinterest: #cb2027;
	--linkedin: #007bb6;
	--youtube: #bb0000;
	--vimeo: #aad450;
	--tumblr: #32506d;
	--instagram: #517fa4;
	--flickr: #ff0084;
	--dribbble: #ea4c89;
	--quora: #a82400;
	--foursquare: #0072b1;
	--forrst: #5B9A68;
	--vk: #45668e;
	--wordpress: #21759b;
	--stumbleupon: #EB4823;
	--yahoo: #7B0099;
	--blogger: #fb8f3d;
	--soundcloud: #ff3a00;
	--snapchat: #fffc00;
	
}