@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	header h1 {
		font-size: 1.8rem;
	}

	header h2, header h2 a {
		font-size: 1.3rem;
	}

	div.keuzepanel h2 {
		font-size: 1rem;
	}

	nav a {
		font-size: .7rem;
	}

 } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
