 /* Navbar container */
.navbar {
  overflow: hidden;
  /*background-color: #333;*/
  background-color: #ffffff;
  background-color:#000000;
  font-family: Calibri;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 17px;
  color: white;
  /*color: #333;*/

  text-align: center;
  padding: 24px 36px;
  text-decoration: none;
}

#navbarselected {   float: left; font-size: 17px; color:#070707; font-weight:500;  text-align: center; padding: 0 16px 20px 0; text-decoration: none;   }

#navbarselected_all{ color:darkolivegreen; color:#87A215; font-weight:500;  }

#navbarselected_fordroplistPortfolio { float: left; font-size: 17px; font-weight:500;  text-align: center; padding: 0 16px 20px 0; text-decoration: none; color:#87A215; font-weight:500;  }



#navbarselected_fordroplist { float: left; font-size: 17px; font-weight:500;  text-align: center; padding: 0 16px 20px 0; text-decoration: none;   }


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  /*color: white;
  color: #333;
  color:#87A215;*/
  color:#ffffff;
  padding: 24px 36px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}



/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: lightgray;
  background-color:#000000;
  
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  background-color:#000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 210;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  color:#ffffff;
  padding: 12px 36px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color:#000000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 