.top-menu {
	list-style: none;
	width: 60%;
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	line-height: 3rem;
}
.top-menu li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4375rem;
}
.top-menu li a.selected {
	color: #009839;
}

@media (min-width: 1600px) {
	
}

@media (min-width: 1200px) and (max-width: 1599px) {
	
}