.mainNav {
  font-family: 'PP Neue Montreal Mono', monospace;
  font-weight: 400;
  font-size: 17px;
  font-style: normal; }
  @media (min-width: 800px) {
    .mainNav {
      padding-left: 103px;
      padding-right: 103px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 800px) {
    .mainNav {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 800px) {
    .mainNav {
      font-size: 16px; } }
  .mainNav strong {
    font-family: 'PP Neue Montreal', sans-serif;
    font-weight: 400;
    font-size: 18.5px; }
  .mainNav button .icon {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 11px;
    width: 14px;
    height: 12px;
    background-size: contain; }
    .mainNav button .icon.hamburger {
      background-image: url(/img/icon-hamburger.svg); }
      @media (min-width: 800px) {
        .mainNav button .icon.hamburger {
          display: none; } }
    .mainNav button .icon.arrow {
      background-image: url(/img/icon-arrow.svg); }
      @media (min-width: 800px) {
        .mainNav button .icon.arrow {
          background-image: url(/img/icon-arrow-light.svg); } }
  @media (min-width: 800px) {
    .mainNav {
      z-index: 10;
      padding-top: 25px;
      margin-top: 20px;
      float: left;
      left: 0;
      width: 100%;
      display: grid;
      grid-template-columns: max-content max-content;
      justify-content: space-between;
      color: #f4f2f2;
      mix-blend-mode: difference;
      transform: translate3d(0, 0, 0); }
      .mainNav.sticky {
        position: sticky;
        top: 0px; }
      .mainNav .projects .projectsLabel * {
        display: inline; }
      .mainNav .projects .projectsLabel::after {
        content: ':'; }
      .mainNav .projects,
      .mainNav .projects ul {
        display: flex;
        flex-direction: row;
        gap: 28px; }
      .mainNav .projects ul {
        font-family: 'PP Neue Montreal', sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style: normal; } }
  @media (max-width: 800px) {
    .mainNav {
      height: 52px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .mainNav,
    .mainNav .projects ul {
      z-index: 10;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      padding: 0 20px;
      background-color: #ededed;
      border-bottom: 0.5px solid #070505; }
    .mainNav .projects ul {
      position: fixed;
      top: 52px;
      transform: translateY(-100vh);
      font-family: 'PP Neue Montreal', sans-serif;
      font-weight: 400;
      font-size: 41px;
      font-style: normal;
      padding-bottom: 14px; }
      .mainNav .projects ul li {
        padding: 5px 0; }
    .mainNav[open] .projects ul {
      transform: translateY(0); }
    .mainNav[open] button .icon.hamburger {
      background-image: url(/img/icon-x.svg); } }
  @media (min-width: 800px) {
    .mainNav.single {
      position: fixed; }
      .mainNav.single.sticky {
        position: sticky; }
      .mainNav.single .other {
        display: none; }
      .mainNav.single button {
        margin-left: -25px; } }
.navLink:-moz-any-link {
  text-decoration: none; }
.navLink:any-link {
  text-decoration: none; }

.navLink.here::before {
  content: '('; }

.navLink.here::after {
  content: ')'; }

@media (min-width: 800px) {
  .navLink.info::after {
    content: '+Contact'; }
  .navLink.info.here::after {
    content: '+Contact)'; } }
