/* Add a black background color to the top navigation */
.launchpadnav {
  background-color: #f2f2f2; /*navbar color*/
  color: #fff;
  overflow: hidden;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* Style the links inside the navigation bar */
.launchpadnav a {
  float: left;
  color: #222;
  text-align: center;
  /* padding: 14px 16px; */
  padding: 0px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.launchpadnav a:hover {
  /* background-color: #ee484a; hover effect*/
  color: #000;
}

/* Add a color to the active/current link */
.launchpadnav a.active {
  /* background-color: #d33e40;  active button*/
  color: #fff;
}