.curtain {
  position: fixed;
  margin: -4% 4% 0% -4%;
  white-space: nowrap;
  text-decoration: none;
  color: rgba(203, 14, 0, 0.5);
  padding: 4%;
  width: 100%;
  height: 100%;
  border: dashed;
  display: none;
}
.navlink {
  z-index: 1;
  font-weight: 600;
  font-family: "Saira Extra Condensed", sans-serif;
  display: block;
  min-width: fit-content;
  width: 40%;
  min-height: fit-content;
  height: 30%;
  margin: 3vh auto;
  margin-bottom: 0;
  font-size: 200%;
  letter-spacing: 0.35%;
  text-align: center;
  border: solid;
  border-width: 8px;
  padding: 2%;
  color: rgba(203, 14, 0, 0.5);
  box-shadow: 8px 8px rgba(203, 143, 23, 0.5);
  transition-property: border-radius, box-shadow, font-size, letter-spacing,
    border-width, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;

  white-space: nowrap;
  text-decoration: none;
  color: rgba(203, 14, 0, 0.5);
}
nav {
  padding-top: 15vh;
}
.navlink:hover {
  cursor: pointer;
  color: rgb(203, 143, 23);
  letter-spacing: 1%;
  border-width: 4px;
  min-width: fit-content;
  box-shadow: none;
}

.navlink:last-child {
  margin-bottom: 2vh;
}
#peek{
  display: none;
}

@media only screen and (min-width: 992px) {
  #peek
  {
    width:90%;
    margin:2vw;
    height:40%;
    border:solid;
  }
  .navlink {
    display: inline-block;
    min-width: fit-content;
    width: 15%;
    min-height: fit-content;
    height: 30%;
    margin: 3vh 1.5vw;
    margin-bottom: 0;
    font-size: 100%;
    border-width: 8px;
    padding: 2%;
  }
  nav {
    padding-top: 30vh;
  }
}
