.center {
	text-align: center;
}

.title-img {
	width: 100vmin;
	height: auto;
}

.small {
	/*font-size: 100%;*/
	font-size: 2vmin;
	line-height: 1;
}
.medium {
	/*font-size: 150%;*/
	font-size: 3vmin;
	line-height: 1;
}
.large {
	/*font-size: 500%;*/
	font-size: 10vmin;
	line-height: 1;
	margin: 0px;
}
.blue {
	color: #225686;
}
.red {
	color: #ff0000;
}
.italic {
	font-style: italic;
}
p {
	font-family: Century Gothic;
	text-align: center;
}