html, body {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 10px;
  font-family: Arial, sans-serif;
  overflow-y: scroll;
}

#timer {
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.05rem;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: fixed;
  z-index: 999;
}

button {
  background: none;
  border: none;
  color: #1d1c1c;
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: Times, serif;
  font-style: italic;
}

#portrait {
  position: fixed;
  z-index: -1;
  width: 25vw;
  max-width: 150px;
  transform: translate(-50%, -50%);
  top: 20vh;
  right: 25vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

#switcher {
  position: abolute;
  right: 15px;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10px;
}

#cursor {
  display: block;
  font-family: serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 1;
  color: #1d1c1c;
  transform: translate(35%, -50%);
}

#cl {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}
#cl h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  transform: translateX(-15px);
}

#clutter {
  width: 100vw;
  height: 100vh;
  background-color: none;
  position: absolute;
  z-index: -1;
}

#choose {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

#home {
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#onpage {
  font-family: serif;
  font-size: 15.2px;
}

#progress-counter {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 0;
  bottom: 15px;
  left: 0;
  font-size: 14px;
  font-family: serif;
  font-style: italic;
}

p, a, h1 {
  text-align: center;
  font-size: 46px;
  margin: 0;
  line-height: 110%;
  text-decoration: none;
  color: #1d1c1c;
  letter-spacing: 0.02rem;
}

.links {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 10px;
  width: 100%;
}
.links p, .links a {
  color: #1d1c1c;
  font-size: 14px;
  font-weight: 400;
}
.links a:hover {
  cursor: pointer;
}

#toggle, #switcher {
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 99;
  bottom: 10px;
}

.prjct, .info, .scroll {
  position: relative;
  width: 100%;
  padding-top: 20rem;
  margin: 0 auto 0 auto;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.prjct h1, .info h1, .scroll h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.05rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.prjct .imgs, .info .imgs, .scroll .imgs {
  width: 100%;
  max-width: 1024px;
  margin: 1.5rem auto 0 auto;
}
.prjct .imgs .row, .info .imgs .row, .scroll .imgs .row {
  display: flex;
  gap: 0.25rem;
  padding: 0;
  font-size: 0;
}
.prjct .imgs img, .info .imgs img, .scroll .imgs img {
  width: 100%;
  border-radius: 0.75px;
  padding-top: 0.05rem;
}
.prjct .imgs video, .info .imgs video, .scroll .imgs video {
  width: 100%;
}
.prjct .imgs .half, .info .imgs .half, .scroll .imgs .half {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.25rem 0;
  box-sizing: border-box;
  vertical-align: top;
}
.prjct .des, .info .des, .scroll .des {
  font-family: Arial, sans-serif;
  line-height: 130%;
  font-size: 14px;
  letter-spacing: 0.015rem;
  text-align: center;
  margin-top: 0.5rem;
  min-width: 100%;
  max-width: 1024px;
}
.prjct .des a, .info .des a, .scroll .des a {
  font-size: 14px;
}

#mag {
  min-width: 100%;
}

.scroll {
  max-width: 730px;
  margin-bottom: 100px;
}

#message {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  margin-left: 45%;
  line-height: 130%;
  color: #272b28;
}

.msg_serif {
  font-family: "Kommuna";
  font-size: 13.5px;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.04rem;
}

.alt_text {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.info {
  position: absolute;
  padding-top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#info {
  pointer-events: none;
  z-index: 999;
}
#info h1, #info a {
  color: #1d1c1c;
}
#info a {
  pointer-events: auto;
}

#archive {
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  align-items: flex-start;
  grid-gap: 0.25rem;
  width: 100%;
  margin: 0 auto;
}
.grid img {
  width: 100%;
}

.barcode {
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  padding-top: 5px;
  left: 0;
}
.barcode a {
  font-size: 14px;
}

#imgcontainer {
  position: absolute;
  width: auto;
  height: 100vh;
  left: 50vw;
  transform: translateX(-50%);
}

#myimg {
  height: 100%;
  position: relative;
  max-height: 85%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 52vh;
}

.marquee-container {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  width: 100%;
  font-size: 14px !important;
  padding-top: 5px;
  left: 0;
  cursor: default;
}
.marquee-container a:hover {
  cursor: pointer;
}
.marquee-container span, .marquee-container a {
  color: #f0f0f0;
  font-family: serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px !important;
}
.marquee-container .marquee {
  bottom: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.marquee-container :hover {
  animation-play-state: paused;
  cursor: default;
}

.thoughts {
  overflow: hidden;
}

.th {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-top: 15rem;
  margin: 0 auto 0 auto;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.th .imgs {
  width: 100%;
  margin: 1rem auto 0 auto;
}
.th .imgs img {
  width: 100%;
  border-radius: 0.75px;
}
.th h1, .th a {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: -0.05rem;
  font-weight: 400;
  line-height: 105%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  text-align: left;
  color: #1d1c1c;
}
.th a {
  text-decoration: underline;
}
.th .center {
  text-align: center;
}
.th .right {
  text-align: right;
}
.th .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.th .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rot-l {
  transform: rotate(3deg);
}

.rot-r {
  transform: rotate(-2deg);
}

.min-l {
  padding-left: 30rem;
}

.min-r {
  padding-right: 20rem;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1250px) {
  #cursor {
    display: none;
  }
  .prjct .row {
    display: block;
  }
  .prjct .half {
    display: inline-block;
    padding: 0.25rem;
  }
  .prjct .imgs img {
    padding-top: 0.025rem;
  }
  .barcode {
    padding-top: 3rem;
    font-size: 13px;
  }
  .des {
    font-size: 13px;
  }
  .des a {
    font-size: 13px;
  }
  #imgcontainer {
    width: 100%;
    position: absolute;
    height: 100vh;
    max-width: 100vw;
    left: 50vw;
    transform: translateX(-50%);
  }
  #myimg {
    height: 100%;
    position: relative;
    max-height: 500px;
  }
  .min-l {
    padding-left: 10rem;
  }
  .min-r {
    padding-right: 5rem;
  }
  #message {
    font-size: 11px;
    margin-left: 33%;
  }
  .msg_serif {
    font-size: 12px;
    line-height: 100%;
  }
  #progress-counter {
    font-size: 13px;
  }
  #portrait {
    top: 20vh;
    right: 5vw;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 500px) {
  .scroll {
    margin-bottom: 0px;
  }
  #menu {
    margin-top: -2px;
  }
  #onpage {
    font-size: 14.2px;
  }
  #cursor {
    display: none;
  }
  p, a, h1 {
    font-size: 30px;
  }
  .des {
    font-size: 13px;
  }
  .des a {
    font-size: 13px;
  }
  #no-war {
    padding-top: 33.33%;
  }
  .links p, .links a {
    font-size: 13px;
    font-weight: 400;
  }
  .prjct p {
    max-width: 350px;
  }
  .prjct h1 {
    line-height: 115%;
    letter-spacing: -0.02rem;
  }
  .prjct .row {
    display: flex;
    padding-bottom: 0.24rem;
  }
  .prjct .des {
    font-size: 13px;
  }
  .prjct .des a {
    font-size: 13px;
  }
  .prjct .half {
    width: 100% !important;
    min-width: 100% !important;
  }
  .barcode {
    padding-top: 3rem;
    font-size: 13px;
  }
  .barcode .bar img {
    width: 170px;
    height: 44px;
  }
  .barcode p, .barcode a {
    font-size: 13px;
    padding-top: 5px;
  }
  #imgcontainer {
    width: 100%;
    position: absolute;
    height: 100vh;
    left: 50vw;
    transform: translateX(-50%);
  }
  #myimg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 47.5%;
  }
  .info {
    width: 97%;
    padding-top: 2rem;
  }
  .info h1 {
    line-height: 115%;
  }
  .th h1 {
    line-height: 115%;
    letter-spacing: -0.02rem;
  }
  .marquee-container {
    position: absolute;
    z-index: 1000;
    bottom: 10px;
    width: 500%;
    font-size: 14px !important;
    padding-top: 5px;
    left: 0;
  }
  .marquee-container span, .marquee-container a {
    text-transform: uppercase;
    font-size: 14px !important;
  }
  .marquee-container .marquee {
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
  }
  @keyframes marquee {
    0% {
      left: 100vw;
    }
    100% {
      left: -100%;
    }
  }
  .th {
    padding-top: 13rem;
  }
  .rot-l {
    transform: rotate(1.5deg);
  }
  .rot-r {
    transform: rotate(-0.5deg);
  }
  .min-l {
    padding-left: 0;
  }
  .min-r {
    padding-right: 0;
  }
  #message {
    font-size: 10px;
    margin-left: 25%;
  }
  .msg_serif {
    font-size: 11px;
    line-height: 0.2;
  }
  #progress-counter {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */