/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 50 version
*/

.navigator {
  position: fixed;
  top: 100vh;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #cddeb2;
  z-index: 3;
  text-align: center;
  /* padding-top: 56px; */
  -webkit-transition: top 0.6s cubic-bezier(0.25, 0.9, 0.25, 1);
  -o-transition: top 0.6s cubic-bezier(0.25, 0.9, 0.25, 1);
  transition: top 0.6s cubic-bezier(0.25, 0.9, 0.25, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
}

.navigator.open {
  top: 0vh;
}

.top-right-black-oval {
  position: absolute;
  right: 17px;
  top: 16px;
  cursor: pointer;
}

/* Big Links */
.navigator-links-container p a {
  text-decoration: none;
  font-family: SuperGroteskA-MedLF;
  letter-spacing: -2px;
  text-align: center;
  color: #000000;
  font-size: 15vmin;
  line-height: 12.5vmin;
  /* transition: color 0.5s; */
}

.navigator p a:hover {
  /* color: #54614d; */
  opacity: 0.5;
}

.navigator p a.hovered {
  /* transition: color 2.5s; */
  -webkit-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
  transition: opacity 2.5s;
}

.navigator-links-container {
  /* position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.navigator-bottom-links-mobile {
  display: none;
  text-decoration: none;
  color: #000000;
  margin-right: 3vmin;
  font-size: 3vmin;
}

.navigator-bottom-links-mobile:last-of-type {
  margin-right: 0px;
}

.bottom-link-container {
  position: absolute;
  bottom: 3vmin;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  /* flex-wrap: wrap;
  max-width: 600px; */

  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  /* gap: 4vmin; */
}

.bottom-link-container a {
  text-decoration: none;
  font-family: jaf-lapture-display;
  font-size: 3.7vmin;
  font-size: 36px;
  line-height: 41.1px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #000000;
  margin-right: 2vmin;
  margin-left: 2vmin;
}

.bottom-link-container a:last-of-type {
  margin-right: 0px;
}

@media only screen and (max-height: 750px) {
  .navigator-links-container p a {
    font-size: 14vmin;
    line-height: 11.5vmin;
  }

  /* .bottom-link-container {
    bottom: 7vmin;
  } */

  .bottom-link-container a {
    font-size: 3.7vmin;
  }

  .navigator {
    padding-top: 20px;
  }
}

@media only screen and (max-height: 360px) {
  .bottom-link-container {
    bottom: 0.1vmin;
  }
}

@media only screen and (max-width: 1070px) {
  .navigator-links-container p a {
    /* font-size: 14vmin;
        line-height: 12vmin; */
  }
}

/* @media only screen and (max-width: 1450px) and (orientation: portrait) {
  .navigator-links-container p a {
    font-size: 13.5vmin;
    line-height: 11.7vmin;
  }
} */

@media only screen and (max-width: 1440px) /* and (min-height: 1066px) */ {
  .navigator-links-container p a {
    font-size: 13.5vmin;
    line-height: 11.7vmin;
  }
}

@media only screen and (max-width: 1100px) and (min-height: 930px) {
  .navigator-links-container p a {
    font-size: 13.5vmin;
    line-height: 11.7vmin;
  }
}

@media only screen and (max-width: 995px) {
  .navigator-links-container p a {
    font-size: 13.5vmin;
    line-height: 11.7vmin;
  }

  .bottom-link-container a {
    font-size: 3.7vmin;
  }
}

@media only screen and (max-width: 768px) and (min-height: 1015px) {
  .bottom-link-container {
    /* bottom: 17vmin; */
    /* display: none; */
  }
}

@media only screen and (max-width: 768px) and (min-height: 900px) and (max-height: 1014px) {
  .bottom-link-container {
    bottom: 12vmin;
    /* display: none; */
  }
}

@media only screen and (max-width: 867px) {
  .navigator-links-container {
    /* Padding bottom since this is centered accross the screen, but should be a bit closer to the top so that the following (small) links are not too far down or too close to these links */
    padding-bottom: 50px;
  }

  .navigator-bottom-links-mobile {
    display: initial;
  }

  .bottom-link-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16vh;
  }

  .bottom-link-container a {
    /* line-height: 20.7px;
    letter-spacing: -0.33px; */
    font-size: 5vmin;
  }
}

/* This MQ is for the last line above, if you change that change this */
@media only screen and (max-width: 627px) {
  .navigator-links-container {
    /* position: relative; */
    /* top: -50px; */
  }

  .bottom-link-container {
    max-width: 80vw;
  }

  .bottom-link-container a {
    line-height: 7vw;
  }
}
