.show-overlay .main-content {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 999;
  min-height: 100vh;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: initial;
  overflow: auto;
  z-index: 9;
}
.show-overlay .overlay {
  z-index: 999;
  width: 100%;
  overflow: scroll;
  display: table-cell;
}
.overlay-content {
  background-color: #111;
  min-height: 100vh;
  padding-bottom: 65px;
}
.overlay-content a {
  color: #F5F4EC;

}
.toggle {
  position: fixed;
  top: 40px;
  padding: 0;
  z-index: 999;
  font-size: 18px;
  cursor: pointer;
  text-align: right;
  right: 20px;
  mix-blend-mode: difference;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  }
.toggle p {
  font-size: 20px;
  line-height: 1;
  mix-blend-mode: difference;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
.toggle a {
  color: #fff;
  border-bottom: 0px;
}

.menu-list {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.menu-list ul {
  margin: 0px;
  padding: 0px;
}
.menu-list li {
  color: #F5F4EC;
  list-style: none;
  width: 100%;
  font-family: "helvetica-compressed";
  font-size: 400px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  line-height: 285px;
  margin-bottom: 40px;
  padding: 0px;
}
.menu-list a {
  color: #F5F4EC;

}

nav {
  color: ##F5F4EC;
}
.nav a {
  color: ##F5F4EC;
}
nav ul {

}
nav li {
  color: ##F5F4EC;
}

