/* Hide page header and navigation */
@media only screen and (min-width: 40.063em) {
.site-nav {
	display: none;
}
}
