/* HIDE unless they restore the home link to the nav
	@media (min-width: 64em) {
	
	.menu li:nth-of-type(1) { /* targets 2nd menu item 
		min-width: 9rem;
	}
	
	.menu li:nth-of-type(2) { /* targets 3rd menu item 
		min-width: 12rem;
	}

} END HIDE */