nav {
  width: 100%;
  height: 48px;
  margin: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  background-blend-mode: lighten;
  background-color: rgba(255,255,255, .45);
  font-family: 'Montserrat', serif;
}

nav a {
  padding: 8px 8px;
  height: 48px;
  float: left;
  color: black;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  font-size: 24px;
}

nav a:hover {
  color: grey;
  background-color: rgba(255,255,255, .8);
}

nav a:active {
  color: lightgrey;
}

nav .nav-right {
  float: right;
  padding-right: 20px;
}
