.nav-tabs .nav-link {
	font-family: "Ubuntu Condensed", serif;
	text-decoration: none;
    color: #67b0d1;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	font-family: "Ubuntu Condensed", serif;
	text-decoration: none;
    color: #67b0d1;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	font-family: "Ubuntu Condensed", serif;
	text-decoration: none;
    color: #135471;
}
