h1 {
	font-size: 16pt;
}

/* ------------------------------ */
/* ---       RESPONSIVE      ---- */
/* ------------------------------ */

@media only screen and (min-width: 300px) {
	h1 {
		font-size: 22pt;
	}
}

@media only screen and (min-width: 340px) {
	h1 {
		font-size: 26pt;
	}	
}

@media only screen and (min-width: 768px)
{
	h1 {
		font-size: 34pt;
	}
}