#about-page {
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: fit-content;
}
#about-page #header {
  width: 100%;
  padding: 50px 80px;
  padding-top: 10px;

  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: black;
}
#about-page .row {
  width: 100%;
  padding: 20px 80px;
  position: sticky;
  height: 100px;
  top: 0px;
  z-index: 1;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
#about-page .scroll1 {
  position: sticky;
  padding-top: 10px;
  padding-bottom: 15px;
  top: 0px;
  height: 50px;
}
#about-page .row * {
  transition: all 0.3s ease-in-out;
}
#about-page .scroll1 h1 {
  font-size: 15px;
}
#about-page .scroll1 h4 {
  font-size: 0px;
}
#about-page .scroll1 h3 {
  font-size: 9px;
  top: 4px;
}

#about-page .writeup h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  background-color: white;
  top: 0px;
  transition: font-size 0.3s ease-in-out;
}

#about-page .writeup h2.is-active {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 17px;
  padding-top: 15px;
  position: sticky;
  background-color: white;
  top: 100px;
}
#about-page .writeup h2.is-active.a2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 15px;
  position: sticky;
  background-color: white;
  top: 50px;
}

#about-page h3 {
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
  /* text-transform: uppercase; */
}
#about-page h4 {
  letter-spacing: 0.5px;
  font-size: 9px;
  font-weight: 300;
  font-family: "Futura";
}

#about-page h5 {
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  color: rgb(145, 145, 145);
  font-weight: 100;
  font-style: italic;
}

#about-page p {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  max-width: 400px;
  line-height: 1.5;
}
#about-page .writeup {
  max-width: 800px;
  padding: 100px;
  padding-top: 50px;
  height: fit-content;
  position: relative;
  background: white;
}
#about-page .writeup * {
  max-width: none;
  color: black;
}

#about-page .column {
  display: flex;
  flex-direction: column;
}

#about-page .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.right * {
  align-items: flex-end;
  text-align: right;
}
#about-page hr {
  width: 100%;
  border: 0.5px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-page img:not(.inline) {
  margin: 20px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 30vh;
}

.caption * {
  margin: 0px;
  color: black;
}
.caption {
  z-index: 4;
  position: relative;
  top: 120px;
  left: 50%;
  text-align: center;
  text-overflow: wrap;
  width: 200px;
  transform: translateX(-150%);
  font-family: "Futura";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  color: black;
  transition: none;
  z-index: 100;
  pointer-events: none;
  height: 80px;
  /* background-color: pink; */
}
.caption h2 {
  font-size: 20px !important;
  letter-spacing: 3px !important;
}
.caption h3 {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 70vh;
  min-height: 500px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.scroll-container {
  display: block;
  height: fit-content;
}
#letter-lottie {
  position: relative;
  /* left: 50%; */
  left: 50%;
  top: 100px;
  transform: translate(-50%, 0%);
  width: 30vw;
  height: 30vw;
}
.scrolly {
  width: 100%;
}
.stepl {
  min-height: 100vh;
  width: 20px;
  position: relative;
  right: 0px;
  /* border-bottom: 1px solid #ccc; */
}

#about-page video::-webkit-media-controls-enclosure,
#about-page video::-webkit-media-controls-panel,
#about-page video::-webkit-media-controls-background {
  background-color: transparent !important;
  /* height: 100px; */
  box-shadow: none !important;
}

#about-page video {
  box-shadow: none !important;
}
#about-page video::-webkit-media-controls-button,
#about-page video::-webkit-media-controls-play-button,
#about-page video::-webkit-media-controls-current-time-display,
#about-page video::-webkit-media-controls-time-remaining-display {
  color: white !important;
  fill: white !important; /* for SVG icons */
}

#sketch-section {
  overflow: hidden;
}

#howcontainer {
  position: relative;
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pause-play-container {
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 10;
}
