nav a:hover {
  background-color: #111;
}

nav a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 32px 32px 32px 32px;
  display: inline-block;
  font-weight: 300;
}

nav {
  font-size: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #29292a;
  margin: 0;
}

.active {
  background-color: #000000;
}
