/* set background color */
.theMenu {
  background-color: #E5E5E5;
  overflow: hidden;
}

/* for the links */
.theMenu a {
  float: left;
  color: #0A0A0A;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 800;
}

/* highlight on hover */
.theMenu a:hover {
  background-color: #8D918D;
}

/* color active/current link */
.theMenu a.active {
  background-color: #D2B48C;
  text-decoration: none;
}
