.red {
	color: #ec3642;
}
.grey {
	color: #939393
}
.white {
	color: #fff;
}
.big {
	font-size: 42px;
	letter-spacing: 12px;
	line-height: 150%;
	font-family: 'GothamBlack';
	text-transform: uppercase;
}
.medium {
	font-size: 15px;
	letter-spacing: 5px;
	line-height: 150%;
	font-family: 'GothamBlack';
	text-transform: uppercase;
}