/* CSS Document */
.nav-link{
	color: #bbc8d2 !important;
}
.nav-link:hover{
	color: #03989e !important;
}
.nav-link:active{
	color: #94cb73 !important;
}
.navbar-dark{
	color: #bbc8d2 !important;
}