* {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

.b {
  font-weight: 700 !important;
}
.n {
  font-weight: 500 !important;
}
.l {
  font-weight: 300 !important;
}

ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  cursor: pointer;
}
.gallery {
  position: absolute !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}
.gallery.active {
  z-index: 2 !important;
}
