::selection {
  user-select: none;
  }

  :root{
    --overlay-color: rgba(0, 0, 0, 0.25);
    --menu-speed: .5s;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
    /* height: 100vh; */
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    background-color: whitesmoke;
  }  
  
#portfolio-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all .25s ease-in-out;
  }
          
#portfolio-link:hover {
  color: gray;
  }
        
.square {
  width: 48vw;
  height: 48vw;
  min-width: 300px;
  min-height: 300px;
  max-width: 1000px;
  max-height: 1000px;
  border-radius: 2px;
  position: absolute;
  /* animation: change-square 10800s linear infinite; */
  animation: change-square 180s linear infinite;
  /* filter: blur(1px); */
  z-index: 999;
          }
  
  
.section-noise {
  width: 48vw;
  height: 48vw;
  min-width: 300px;
  min-height: 300px;
  max-width: 1000px;
  max-height: 1000px;
  border-radius: 2px;
  /* animation: change-white-noise 10800s linear infinite; */
  animation: change-white-noise 180s linear infinite;
  /* background: 
  url(https://media.tenor.com/cqm2X5OvcYIAAAAC/white-noise.gif);
  filter: contrast(170%) brightness(1000%); */
  /* z-index: 99; */
  } 
/*   
.noise {
  width: 48vw;
  height: 48vw;
  min-width: 300px;
  min-height: 300px;
  max-width: 1000px;
  max-height: 1000px;
  position: absolute;
  opacity: 0;
  } */
  
/* @keyframes change-white-noise {
  0% {
    opacity: 0;
    }
  65% {
    opacity: 0;
    }
  70% {
    opacity: .025;
    }
  75% {
    opacity: .025;
    }
  80% {
    opacity: .025;
    }
  85% {
    opacity: .025;
    filter: blur(1px);
    }
  90% {
    opacity: .025;
    filter: blur(2px);
    }
  95% {
    opacity: .25;
    filter: blur(3px);
    }
  100% {
    opacity: .025;
    filter: blur(4px);
    }
  } */
  
@keyframes change-square {
  0% {
    background: #4cbb17;
    opacity: 0%;
    filter: blur(4px);
    }
  1% {
    background: #4cbb17;
    opacity: 100%;
    filter: blur(0);
    }
  4.44% {
    background: #9dc209;
    opacity: 100%;
    }
  6.11% {
    background: #2a8000;
    opacity: 100%;
    }
  8.89% {
    background: #00a877;
    opacity: 100%;
    }
  12.78% {
    background: #568265;
    opacity: 100%;
    }
  16.11% {
    background: #67ea46;
    opacity: 100%;
    }
  18.33% {
    background: #4aff00;
    opacity: 100%;
    }
  22.77% {
    background: #00ab66;
    opacity: 100%;
    }
  23.88% {
    background: #9dc209;
    opacity: 100%;
    }
  27.77% {
    background: #00a693;
    opacity: 100%;
    }
  29.99% {
    background: #00a877;
    opacity: 100%;
    }
  32.77% {
    background: #00f0a8;
    opacity: 100%;
    }
  33.88% {
    background: #4cbb17;
    opacity: 100%;
    }
  37.21% {
    background: #98fb98;
    opacity: 100%;
    }
  38.88% {
    background: #2a8000;
    opacity: 95%;
    }
  43.32% {
    background: #c7ea46;
    opacity: 100%;
    }
  45.54% {
    background: #85bb65;
    opacity: 100%;
    }
  46.65% {
    background: #4d8c57;
    opacity: 100%;
    }
  49.98% {
    background: #9dc209;
    opacity: 100%;
    }
  52.76% {
    background: #00a693;
    opacity: 100%;
    }
  56.65% {
    background: #a4ff00;
    opacity: 100%;
    }
  58.32% {
      background: #4cbb17;
      opacity: 0%;
      }
  59.43% {
      background: #00a877;
      opacity: 100%;
      }
  63.87% {
      background: #00b140;
      opacity: 100%;
      }
  66.09% {
      background: #00755e;
      opacity: 100%;
      }
  69.42% {
      background: #8a9a5b;
      opacity: 100%;
      }
  73.31% {
      background: #00a877;
      opacity: 100%;
      }
  76.09% {
      background: #00f0a8;
      opacity: 100%;
      }
  77.2% {
      background: #00a817;
      opacity: 100%;
      }
  81.64% {
      background: #006b3c;
      opacity: 100%;
      }
  83.31% {
      background: #85bb65;
      opacity: 100%;
      }
  86.64% {
      background: #4d8c57;
      opacity: 100%;
      }
  88.86% {
      background: #c4bb17;
      opacity: 100%;
      }
  89.97% {
      background: #00a86b;
      opacity: 100%;
      }
  92.75% {
      background: #007848;
      opacity: 100%;
      }
  96.64% {
      background: #00a693;
      opacity: 100%;
      }
  98% {
    background: #00f0a8;
    opacity: 100%;
  }
  99% {
    background: whitesmoke;
    opacity: 100%;
  }
  100% {
      background-color: whitesmoke;
      opacity: 0;
      }
  }

  .btn-3 {
    width: auto;
    min-width: 3rem;
    border-radius: 25rem;
    font-size: .75rem;
    font-weight: 200;
    border: none;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    top: 0;
    margin: 2vw;
    padding: .5rem;
    transition: all .25s ease-in-out;
  }

  .btn-3:hover {
    background-color: #000;
    color: whitesmoke;
    cursor: pointer;
  }

  .btn-3:active {
    background-color: gray;
  }

  #audio {
    position: block;
  }

  .container {
    max-width: fit-content;
    margin: auto;
    padding: 0 3rem;
  }

  .showcase .showcase-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .showcase :before {
    content: " ";
  }



  /* Burger & Nav Styles */

  .menu-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .toggler {
    cursor: pointer;
  }

  .menu-wrap .toggler {
    position: absolute;
    top: 0;
    left: 0;
    margin: 2vw;
    z-index: 2;
    width: 4vw;
    height: 4vw;
    opacity: 0;
  }

  .menu-wrap .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 4vw;
    height: 4vw;
    min-width: 2.5rem;
    min-height: 2rem;
    margin: 2vw;
    padding: .5rem;
  }

  .menu-wrap .hamburger > div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
  }

  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1vw;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all .25s ease-in-out;
  }

  .menu-wrap .hamburger > div:after {
    top: 1vw;
    cursor: pointer !important;
  }

  .menu-wrap .toggler:hover + .hamburger > div:before,
  .menu-wrap .toggler:hover + .hamburger > div:after {
    top: 0;
  }

.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.25 ease-in-out;
}

.menu-wrap .menu {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  width: 200vw;
  height: 200vw;
  display: flex;
  /* flex: none; */
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
}

.menu-wrap .menu > div > div {
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.menu-wrap .menu > div > div> ul > li {
  list-style: none;
  color: #000;
  font-size: .75rem;
  padding: .5rem;
}

.menu-wrap .menu > div > div> ul {
  padding: 0;
  margin: 0;
}

#green-header {
  font-size: 4vw;
  letter-spacing: -.12em;
  padding: 0;
  margin: 0;
}

.green-p {
  margin: 0;
  padding: 0;
}

.menu-wrap .menu > div > div> ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .menu-wrap .hamburger {
    margin: 1.25rem;
  }
  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div:after {
    top: -10px;
  }
  .menu-wrap .hamburger > div:after {
    top: 10px;
  }
  #green-header {
    font-size: 2rem;
  }
}