
.topnav {
  /* background-color: #0e6109; */
  overflow: hidden;
  text-align: center;

  padding: 14px 16px;
}

/* Style the links inside the navigation bar */
.topnav a {

  /* color: #f2f2f2; */
  color: #00007a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: rgb(198, 5, 5);
}

/* Add a color to the active/current link */
.topnav a.active {
  /* background-color: #0e0e66; */
  /* color: #ece586; */
  font-weight: bold;
  color: 00007a;
}

.altNav {
  overflow: hidden;
  text-align: center;

  padding: 14px 16px;
}

/* Change the color of links on hover */
.altNav a:hover {
  background-color: #ddd;
  color: rgb(198, 5, 5);
}

/* Add a color to the active/current link */
.altNav a.active {
  font-weight: bold;
  color: 00007a;
}
