.topnav {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topnav ul li {
	display: inline-block;
	line-height: 5px;
	padding-left: 25px;
	transition: all ease-in-out 0.2s;
}

.topnav ul li::before {
	content: none;
}

.topnav ul li a {
    display: block;
    padding: 18px 5px;
    text-decoration: none;
	color: #888;
	font-weight: bold;
	transition: all ease-in-out 0.2s;
}

.topnav ul li a:hover {
	color: #444;
}

.topnav ul li:hover {
	background-position: 2px center;
	background-repeat: no-repeat;
}

.nav-active {
	box-shadow: 0 8px 6px -6px #6dbf6d;
}

.nav-item {
	background-position: 5px center;
	background-repeat: no-repeat;
}
