@charset "utf-8";
/* CSS Document */
.dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  background: #212529;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}
.nav-item
{
	padding: 10px 15px !important;
}
.nav-item a
{
	color:#000 !important;
	font-size:16px !important;
}
.nav-item a:hover
{
	color:#28A745 !important;
}
#white-col
{
	color:#fff !important;
}
#black-col
{
	color:#000 !important;
}
.menu-icon img {
  border: 1px solid #28A745 !important;
  padding: 7px 10px !important;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
  
}
