header.masthead .masthead-heading{
	font-size: 10vw;
	line-height: 10vw;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
	font-size: 8vw;
	line-height: 8vw;
}

@media screen and (min-width: 600px) {
	  header.masthead .masthead-heading{
	    font-size: 3.25rem;
	    line-height: 3.25rem;
	}

	.page-section h2.section-heading, .page-section .section-heading.h2 {
	    font-size: 2.5rem;
	}
}