ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 25px 12px 25px;
  text-decoration: none;
}

li a:hover,
.activeLink {
  background-color: #111;
  text-decoration: none;
  color: white;
}

.navbarLink {
  font-size: 1.3rem;
}
