.navbar-nav .nav-item::before,
.navbar-nav .nav-item::after {
	content: none !important;
}

.navbar-nav .nav-link {
	position: relative;
	text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	text-decoration: underline;
	text-decoration-color: gold;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.navbar-nav .nav-link.active {
	text-decoration: underline;
	text-decoration-color: gold;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}
