/* Mobile Links Styles */

.mobile-links {
	display: none;
	padding: .5em 0;
}

.mobile-links a {
	color: var(--white);
}

@media screen and (max-width: 1024px) {
	
	.mobile-links {
		display: block;
	}
	
}

/* End Mobile Links Styles */