#siteTitle {
	font-size: 10vmin;
}

@media screen and (min-width: 568px) {
	#siteTitle {
		font-size: 5vmin;
	}
}