body {
	/*font-family: 'Open Sans', sans-serif !important;*/
}


.textFontTitle {
	font-family: 'Oswald', sans-serif !important;
}


.gradBackGround {
	background: rgb(63,35,89);
	background: -moz-linear-gradient(90deg, rgba(63,35,89,1) 0%, rgba(197,114,46,1) 61%, rgba(255,205,36,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(63,35,89,1) 0%, rgba(197,114,46,1) 61%, rgba(255,205,36,1) 100%);
	background: linear-gradient(90deg, rgba(63,35,89,1) 0%, rgba(197,114,46,1) 61%, rgba(255,205,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f2359",endColorstr="#ffcd24",GradientType=1);
}

.colorHeaderText {
	color : #DA5D28;
}