.rockit {
	font-family: 'rock_itregular', Arial, sans-serif;
}

.shadow-small-light {
	text-shadow: 2px 2px 5px rgba(203,202,210,1);
}

.shadow-small-dark {
	text-shadow: 2px 2px 5px rgba(10,10,10,1);
}

.shadow-small-red {
	text-shadow: 2px 2px 5px #EC1B1B;
}

.shadow-big-light {
	text-shadow: 5px 5px 10px rgba(203,202,210,1);
}

.shadow-big-dark {
	text-shadow: 5px 5px 10px rgba(10,10,10,1);
}