.navbar-brand{
	font-weight: 400;
	color: #2a2a2a;
	font-size: 1.8em;
	letter-spacing: -.07em;
}

@media screen and (max-width: 991.98px) {
	.navbar-brand{
		font-size: 1.4em;
	}

	#navbarNav{
		font-size: .9em;
	}

}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #2a2a2a;
}

.navbar-nav li {
	margin: 0px;
	padding: 5px;
}

.nav-item{
	cursor: pointer;
}

.nav-item  a {
	/* margin: 0px; */
	color: #2a2a2a;
}

.nav-item:hover , .nav-item:hover a {
	background-color: #2a2a2a;
    color: #fdfdfd !important;
    text-decoration: none;
}

#header {
    background-color: #fdfdfd;
}

.current-selected{
	background-color: #2a2a2a;
}

.current-selected a { 
	color: #fdfdfd;
}

.navbar-toggler:focus {
    /* // border-width: 1px !important;
    // border-color: #ccc !important;  */
	box-shadow: 0 0 0 1px #777777
}