@media (min-width: 300px) and (max-width: 600px) {
	header .nav-actions {
		display: none;
	}
}