@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  color: #5e8f22;
  font-family: "Archivo", Arial, sans-serif;

  overscroll-behavior-y: none;
  }

.bgg{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -2000;
  background: rgb(255, 251, 238);
  background: linear-gradient(45deg, #fffbee, #edf8e0, #fffbee, #faedf0);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

 @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }

      50% {
        background-position: 100% 50%;
      }

      100% {
        background-position: 0% 50%;
      }
    }

:root,
body,
* {
  overscroll-behavior: none;
}

*::selection {
  background-color: #5e8f22;
  color: #edf8e0;
}

h1,
h2,
h3,
h4,
p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h1 {
  font-weight: 900;
}

h2, .nav {
  font-weight: 500;
}

p {
  /*color: #ddbf98;*/
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #e79eb2;
  transition: all 1s;
}

h1 a {
  text-decoration: none;
  color: #5e8f22;
  transition: all 1s;
}

a:hover {
  text-decoration: underline;
  color: #e79eb2;
}

h1 a:hover {
  text-decoration: none;
  color: #e79eb2;
}

img {
  display: block;
}

button, .portfolioButtons span {
  font-family: "Archivo", Arial, sans-serif;
  color: #fffbee;
  background: #5e8f22;
  font-weight: 600;
  border-radius: 0%;
  border: 0px;
  padding: 5px;
display: block;
  transition: all 1s;
  cursor: pointer;
}

button:hover {
  cursor: pointer;
  color: #e79eb2;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#toggle2 {
  margin-right: 2px;
}

.home {
  overflow: hidden;
}

.lottie-icon {
  width: 100px;
  height: auto;
  padding: 0px;
  border-radius: 100%;
  background: #e79eb2;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.main-wrapper {
  display: grid;
  grid-template-columns: 27% 1fr;
  margin: 20px;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 27% 1fr;
  margin: 20px;
}

.proj-box {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.proj-both-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  overflow: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.proj-wrapper {
  /*height: 100%;*/
  max-height: 75vh;
  border-collapse: collapse;
  overflow: auto;
  border-top: 2px solid #5e8f22;
  /* Hide scrollbar for IE, Edge and Firefox 
  -ms-overflow-style: none;  /* IE and Edge *
  scrollbar-width: none;  /* Firefox *
  */
  scrollbar-color: #e79eb2 #5e8f22;
  scrollbar-width: thin;
}

.fav-box::-webkit-scrollbar, .proj-wrapper::-webkit-scrollbar, .proj-description::-webkit-scrollbar {
  /*display: none;*/
  
  scrollbar-color: #e79eb2 #5e8f22;
  scrollbar-width: thin;
}

.proj-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 20%;
  transition: all 1s;
}

.proj-one {
  border-right: 2px solid #5e8f22;
}

.title-box {
  border-collapse: collapse;
  width: 100%;
  height: 50px;
  position: relative;
  border-bottom: 2px solid #5e8f22;
  background: rgba(255, 251, 238, 0.8);
  z-index: 100;

  position: sticky;
  top: 0;
  width: 100%;
}

.title-box h2 {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 15pt;
  transition: all 0.5s;
}

.project-box {
  max-height: 85%;
  min-height: 100px;
  width: 800px;
  overflow: auto;
  border: 2px solid #5e8f22;

  position: fixed;
  bottom: 20px;
  right: 20px;

  background: #fffbee;

  /* Hide scrollbar for IE, Edge and Firefox *
  -ms-overflow-style: none;  /* IE and Edge *
  scrollbar-width: none;  /* Firefox *
  */
  scrollbar-color: #e79eb2 #5e8f22;
  scrollbar-width: thin;
}

.project-box::-webkit-scrollbar {
  /*display: none;
  */
  scrollbar-color: #e79eb2 #5e8f22;
  scrollbar-width: thin;
}

.favs-box {
  max-height: 600px;
  width: 700px;
  overflow: auto;
  border: 2px solid #5e8f22;

  position: fixed;
  bottom: 20px;
  right: 20px;

  background: #fffbee;
  
  /* Hide scrollbar for IE, Edge and Firefox *
  -ms-overflow-style: none;  /* IE and Edge *
  scrollbar-width: none;  /* Firefox *
  */
  scrollbar-color: #e79eb2 #5e8f22;
  scrollbar-width: thin;
}

.main-box, .about-box  {
  width: 100%;
}

.main-about, .about-about, .proj-about {
  display: block;
  width: 100%;
}

.main-about button {
  margin-top: 10px;
  font-size: 12pt;
}

.hello {
  color: #fffbee;
  text-decoration: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  transition: all 0.5s;
}

.hello a {
    color: #fffbee;
    background: #5e8f22;
    padding: 5px;

  }


.hello a:hover {
  cursor: pointer;
  color: #e79eb2;
}

.other-nav {
  margin-left: 3px;
}


.stuff-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  border-collapse: collapse;
}

.project-wrapper {
  width: 100%;
  height: 100%;
}

.stuff-box {
  width: 100%;
  height: 200px;
  position: relative;
  border-bottom: 2px solid #5e8f22;
}


.stuff-box h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 35pt;
  transition: all 0.5s;
}

.stuff-box a {
  color: #5e8f22;
}

.stuff-box h2:hover {
  color: #e79eb2;
  cursor: pointer;
}

.stuff-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 20%;
  transition: all 1s;
}

.stuff-box:hover img {
  opacity: 100%;
}

.stuff-box:hover {
  /*color: #e79eb2;*/
  cursor: pointer;
}

.stuff-box:hover h2 {
  opacity: 0%;
}

/*
#canvas {
  width: 100vw;
  height: 100vh;
  z-index: 300;
} */

.projectImg, .projectVid {
  display: block;
  height: auto;
  width: 100%;
  border-bottom: 2px solid #5e8f22;
}

.projectVid {
    max-height: 500px;
}

.projectImg:hover {
  cursor: pointer
}

.proj-img-fig {
  width: 70%;
  display: block;
  border: 2px solid #5e8f22;
  margin-top: 20px;
  margin-bottom: 20px;
}

.info {
  position: fixed;
  bottom: 20px;
  width: 25%;
  font-size: 12pt;
}

.last {
  border: none;
}

.stego {
  z-index: -100;
  opacity: 20%;
  width: 110vw;
  min-width: 1800px;
  height: auto;
  position: absolute;
  top: -300px;
  left: -50px;
}

.about-profile {
  width: 400px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #5e8f22;
}

#fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(94, 143, 34,0.5);
}


      .portfolio-about {
        display: block;
        position: relative;
      }
      .portfolio-about span {
        font-size: 20px;
        padding: 12px;
      }
      .work-about-wrap {
        margin: 20px;
      }
      .portfolioButtons {
        margin-top: 10px;
      }
      .workButton {
        float: left;
      }
      .funButton {
        float: left;
        margin-left: 10px;
      }

@media only screen and (max-width: 1150px) {
  .favs-box, .project-box {
    width: 550px;
  }
}

@media only screen and (min-width: 1900px) {
  .favs-box {
    width: 1200px;
    height: 850px;
  }
  .project-box {
    width: 1100px;
  }
  .projectVid {
    max-height: 800px;
  }
  p {
    font-size: 14pt;
  }
  h1 {
    font-size: 35pt;
  }
  .info {
    font-size: 14pt;
  }
  .lottie-icon {
    width: 130px;
  }
  .stego {
  width: 110vw;
  min-width: 2500;
  height: auto;
  position: absolute;
  top: -600px;
  left: -90px;
}
}

@media only screen and (max-width: 900px) {
  .about-profile {
    width: 200px;
    position: static;
    display: block;
    margin: 20px;
    float: right;
  }

  .main-wrapper, .about-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px;
  }

  .main-about {
    display: block;
    width: 90%;
    height: 40vh;
    overflow: auto;
  }
  
  .about-about {
    display: block;
    width: 90%;
  }

  .info {
    position: static;
    width: 100%;
    font-size: 10pt;
  }

  .project-box, .favs-box {
    max-height: 370px;
    width: 100%;
    overflow: auto;
    border: none;
    border-top: 2px solid #5e8f22;

    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  .proj-about {
    display: block;
    height: 100%;
    width: 100%;
  }
  
  .proj-description {
    max-height: 44vh;
    overflow: auto;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .proj-description-p {
    margin-bottom: 100px;
  }
  
  .stuff-box {
  height: 90px;
  }
  .stuff-box h2 {
  font-size: 20pt;
  }

  .home-hello {
    bottom: 20px;
    top: auto;
    right: 20px;
    z-index: 300;
    color: #fffbee;
    font-size: 15pt;
  }

  .lottie-icon {
    width: 100px;
    height: auto;
    float: right;
  }

  .stego {
    width: 140vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .proj-box, .proj-both-box {
  max-height: 45vh;
  }
  
  .pb-project {
    max-height: 45vh;
  }

}