@media screen and (max-width: 1025px) {
	nav.primary-nav {
		display: none !important;
	}
}

@media screen and (max-width: 1025px) {
	header > div.relative {
		height: 80px;
	}
	/* Since everything is floating in the header, we shouldn't have padding. This should instead be on the inner wrapper. Above.*/
	header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
