* {
  box-sizing: border-box;
}
body {
  font-size: 18px;
}

:root {
  --main-color: #000000;
}

.nav {
  display:flex;
  flex-direction:column;
  height: 80vh;
  position: fixed;
  top: 50%;
  left: 60%;
}

.v1_2 {
  width: 100%;
  height: 1024px;
  background: none;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.name {
  width: 366px;
  color: rgba(0,0,0,1);
  position: fixed;
  top: 20%;
  left: 60%;
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 64px;
  opacity: 1;
  text-align: left;
  z-index: 1;
}


h2 {
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 30px;
}

.music {
  width: 234px;
  color: rgba(0,0,0,1);
  display:block;

  top: 35%;
  left: 60%;
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 40px;
  opacity: 1;
  text-align: left;
}
.visuals {
  width: 400px;
  color: rgba(0,0,0,1);
  display:block;
  
  top: 60%;
  left: 60%;
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 40px;
  opacity: 1;
  text-align: left;
}
.web {
  width: 432px;
  color: rgba(0,0,0,1);
  display:block;
  
  top: 85%;
  left: 60%;
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 40px;
  opacity: 1;
  text-align: left;
}
.v1_8 {
  width: auto;
  color: rgba(0,0,0,1);
  position: sticky;
  overflow-y:auto;
  left: 206px;
  font-family: EB Garamond;
  font-weight: SemiBold;
  font-size: 18px;
  opacity: 1;
  text-align: left;
}

.textbox {
  max-width: 465px;
  width: auto;
  height: 60vh;
  overflow-y: scroll;
  overflow-x:auto;
  position: fixed;
  top: 20%;
  left: 15%;
}


.gallery-wrapper {
  top: 5%;
  display: flex;
  flex-direction: column;
  height:100%;
  position: fixed;
  row-gap:5vh;
  overflow-y:auto;
  overflow-x:auto;
  width: 100%;
}

.gallery-title{
  flex: 0 0 auto;
  width: 100%;
  color: rgba(0,0,0,1);
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 30px;
  opacity: 1;
  text-align: left;
  overflow: hidden;
  margin-left: 5%;
}

.gallery-description {
  width: auto;
  flex: 0 0 auto;
  max-width: 50vw;
  margin-left:5%;
}

.gallery {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 100%;
  width: auto;
  /* top:10vh;
  bottom:10vh; */
  height: auto;
  max-height: 50vh;
  overflow-x: auto;
  overflow-y: auto;
  align-items: stretch;
  gap: 20px;
}

.gallery-item {
  max-height: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  aspect-ratio: auto;
  overflow-x:auto;
}

.backnav {
  width: auto;
  color: rgba(0,0,0,1);
  font-family: Kode Mono;
  font-weight: SemiBold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
  flex: 0 0 auto;
  margin-left: 5%;
  min-height: 0;
  height: auto;
  margin-bottom: 10vh;
}

p {
  font-size:18px;
}

@media screen and (max-width:600px) {
  .v1_2 {
    overflow-x: scroll;
  }

  .v1_3 {
    display:hidden;
    position:absolute
  }
  .v1_4 {
    position:absolute
  }
  .v1_5 {
    position:absolute
  }
  .v1_6 {
    position:absolute
  }
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--main-color);
}

.worklink {
  text-align: right;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin:auto;
}