@charset "UTF-8";
/* CSS Document */

@media (max-width: 991px) {
	.nav-link {
	font-size: large;
	margin-left: 5px;
	margin-right: 5px;
	}
}

@media (max-width: 767px) {
	nav {
		max-height: none;
	}
	
	.selected {
	color: #57843A;
	font-weight: 700;
	background: #fff;
	border: solid 1.5px #002776;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 5px;
	padding-bottom: 12px;
	text-align: center;
	}
	
}