@media screen and (min-width: 1026px) {
	.primary-navigation li a {
		color: var(--base) !important;
	}

	body.scrolled .primary-navigation li a {
		color: var(--white) !important;
	}
}

@media screen and (max-width: 1025px) {
	body .menu-bar {
		background: var(--base);
	}

	body.scrolled .menu-bar {
		background: var(--white);
	}
	body.show-menu .menu-bar {
		background: var(--white) !important;
	}
}
