/* iphone 6 portrait, iphone 6+ portrait, nexus 4 portrait */
	
@media screen 
and (min-width : 240px) 
and (max-width : 767px) {
#content h1 {
	margin: 2rem 0 1rem 0;
	font-size: 3rem;
	}
#content h2 {
	font-size: 1.35rem;
	}
}