#navbar{
	background-color: rgb(51, 0, 129);
}

#dropdown{
	color: white;
}

#resourses{
	color: white;
	background-color: rgb(51, 0, 129);
}


.navbar .navbar-nav > li.open > a:focus{
	background-color: transparent;
}

.navbar-nav>li>a {
	color: white !important;
}

.dropdown a{
	background-color: transparent !important;
}

#resourses a{
	display: flex;
    align-items: center;
  	justify-content: center;
	color: white;
}

#resourses a:hover{
	color: black !important;
	background-color: white !important;
}



#right-nav{
	display: flex;
	align-items: center;
}

#notifications{
	color: white;
}


#profile-options a{
	display: flex;
    align-items: center;
  	justify-content: center;
}

.nav-logo{	
	width: 40px;
	height: auto;
}

.picture{
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

div.modal div.modal-backdrop {
    z-index: 0;
}
