@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap");
@font-face {
  font-family: "Pantasia";
  src: url("Pantasia-Regular.woff2") format("woff2"), url("Pantasia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Inconsolata", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  line-height: 120%;
}

#rainbow {
  pointer-events: none;
  position: fixed;
  opacity: 0.4;
}

a {
  color: #000;
  text-decoration: none;
}

.col {
  max-width: 400px;
}
.col a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  z-index: 99999;
}
#header h1 {
  font-family: "Pantasia";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
#header span[act] {
  text-align: left;
  padding: 0.25rem;
  margin-right: 1rem;
}
#header span[act] label {
  display: block;
}
#header span[act] label, #header span[act] input {
  margin: 0;
  padding: 0;
}

#description {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#description .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}
#description a {
  text-decoration: underline;
}

#links {
  display: none;
}

#img {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  z-index: 10;
}
#img img {
  position: absolute;
  max-width: 40vw;
}

#environment {
  position: relative;
  white-space: pre;
  height: 100vh;
  width: 100%;
}
#environment #sky, #environment #clouds, #environment #field {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#img-overlay {
  position: fixed;
  pointer-events: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#img-overlay img {
  max-width: 70vw;
  object-fit: contain;
}

#info {
  position: absolute;
  padding: 1rem;
  width: 100%;
  left: 0;
  top: 450px;
  font-size: 0.7rem;
  letter-spacing: -0.25px;
  white-space: normal;
  font-family: "Pantasia";
  text-align: center;
  padding-bottom: 10vh;
}
#info p {
  max-width: 520px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

#list {
  position: fixed;
  width: calc(100% - 2rem);
  bottom: 0;
  left: 0;
  font-family: "Pantasia";
  padding: 1rem;
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  z-index: 999;
}
#list a:not(:last-of-type)::after {
  content: ",";
}

#index {
  position: relative;
  padding: 3.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: hidden;
  padding-bottom: 10vh;
  cursor: crosshair;
}
#index .filters {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  pointer-events: auto;
  z-index: 10;
  padding: 0.25rem;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#index .filters .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
}
#index .filters [filter] {
  display: inline-block;
  margin: 0.5rem;
  text-align: left;
}
#index .filters [filter] input {
  pointer-events: auto;
}
#index .filters [filter] label {
  padding-left: 0.25rem;
  line-height: 90%;
}
#index .project {
  position: relative;
  padding: 0.75rem;
  width: 320px;
  margin: 1rem;
  text-align: center;
  background: #fff;
  z-index: 2;
}
#index .project span[decor] {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
#index .project span[title] {
  margin: 0 auto;
}
#index .project .border {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 12px;
}
#index .project .border-left {
  left: 0;
}
#index .project .border-right {
  right: 0;
}
#index .project .border input {
  margin: 0.25rem;
}
#index .project span[title] {
  color: #000;
  padding: 0.25rem;
  display: block;
}
#index .project img {
  padding: 0.5rem 1rem;
  max-width: calc(100% - 2rem);
  object-fit: contain;
}
#index .background {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  height: 100%;
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
#index .background span {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0.25rem;
  pointer-events: auto;
}

/*# sourceMappingURL=s.css.map */
