@font-face {
  font-family: 'ab_fuburegular';
  src: url('ab_fubu_by_redfonts-webfont.woff2') format('woff2'),
       url('ab_fubu_by_redfonts-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.nav ul {
  list-style: none;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
  padding-inline-start: 1px;
}
.nav li {
  width: 120px;
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  font-size: 1.7em;
  display: inline-block;
  margin-right: -4px;
}
 
.nav a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: .3s background-color;
  font-family: 'ab_fuburegular';
}
 
.nav a:hover {
  background-color: #ebdbfc;
}
 
.nav a.active {
  background-color: #fff;
  color: #000;
  cursor: default;
}

@media only screen and (max-width: 800px) {
.nav ul {opacity: 1.0;}
}
