@font-face {
	font-family:gothamRoundedMedium;
	src: url("fonts/GothamRoundedMedium_21022.ttf");
}

@font-face {
	font-family:gothamRoundedLight;
	src: url("fonts/GothamRounded-Light.otf");
}

span{
	font-family:gothamRoundedMedium;
	color:white;
}

.button{
	font-family:gothamRoundedMedium;
	font-size:7vw;
	color:white;
}

.verticalCenteringDiv {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}