.nav {
  text-transform: uppercase;
  padding:30px 0;
  font-weight:100;
  background-color: #000;
}
.nav a {
  margin-right:1em;
  color: #fff;
}
.active {
  font-weight: bold!important;
}

header {
  background-color: #000;
  padding:10px 0;
  margin-bottom:30px;
}
