@media screen and (max-width: 1024px) {
	nav a {
		display: none;
	}
}