/* Global Styles */

/* 	Colors -------------------------

	Primary 			     #23BDE7
	Primary Hover/Dark       #1E93AD
	Alternate                #A8D489
	Alternate Hover/Dark     #799961
	Faded Black              #333333
	Light Grey               #F3F3F3

*/

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica, sans-serif;
	transition: all ease 0.15s !important;
}

*:hover {
	transition: all ease 0.15s !important;
}
