.nav-justified li a {
	display: block;
}

.nav-justified li:hover,
.nav-justified li a:hover,
.nav-justified > .active {
	cursor: pointer;
	background-color: green !important;
	color: white !important;
}

.nav-justified li a:focus {
	color: black;
	background: none;
}

.text-justify {
	text-align: center;
}