.navbar-color {
  color: black;
  font-family: Roboto, sans-serif;
  font-weight: 200;
}

.navbar-color:hover {
  color: #ff9900;
}

