﻿
h1.pageTitle {
	font-size: 5em;
	display: inline-block;
}

@media(max-width: 400px) {
	h1.pageTitle {
		font-size: 3em;
	}
}