/* EXAMPLE / STARTER styles — edit or delete as needed. */

.nav-target-d-block {
	border-bottom: solid 2px #dbdde1;
}

.nav-target-d-block a {
	font-family: 'Mont', sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	margin-right: 30px;
	padding: 0 0 5px 0;
    display: inline-block;
	border-bottom: solid 6px #fff;
}

.nav-target-d-block a:hover,
.nav-target-d-block a:active,
.nav-target-d-block a:focus {
	border-color: #0057B7;
	color: #0057B7;
}