@import url("https://use.typekit.net/wgp0pcn.css");
* {
  box-sizing: border-box;
}

.tooltip {
  background: #fff;
  border: 0;
  max-width: 190px;
  font-size: 0.8em;
  padding: 0.25em;
  z-index: 999;
  pointer-events: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-family: ibm-plex-mono, sans-serif;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 0.8em;
  }
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #fff;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  animation: seconds 1s forwards;
  animation-iteration-count: 1;
  animation-delay: 6s;
}
#loader ._loading {
  text-align: center;
  opacity: 0;
  animation: seconds_logo 0.5s forwards;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
}
#loader ._loading img {
  margin: 0 auto;
  max-width: 160px;
  padding: 1em;
  display: block;
}

@-webkit-keyframes seconds_logo {
  0% {
    opacity: 0;
  }
  100% {
    pointer-events: none;
    opacity: 1;
  }
}
@keyframes seconds_logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: none;
  }
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    bottom: -4009px;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    bottom: -4009px;
  }
}
#about {
  position: absolute;
  height: calc(100% - 80px);
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 2em;
  padding-top: 0;
  background: linear-gradient(180deg, white 0%, white 87%, white 100%);
  z-index: 9;
  display: none;
}
#about h1 {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
}
#about p {
  max-width: 700px;
}
#about a {
  color: #000;
  opacity: 0.5;
}
#about a:hover {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  #about {
    padding: 0 2.5vw;
    padding-top: 1em;
    padding-bottom: 5vh;
  }
}

#index-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  display: block;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#index-wrapper div {
  width: 100%;
  max-width: 100%;
}

#title-about {
  box-sizing: border-box;
  max-width: 100%;
  flex-grow: 2;
  padding: 0 2.5vw;
  margin: 0;
}
#title-about h1 {
  line-height: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  cursor: s-resize;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  #title-about h1 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 800px) {
  #title-about {
    padding: 0.5em 1em;
  }
}

#header {
  width: 100%;
  padding: 0 2.5vw;
  box-sizing: border-box;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
#header div {
  display: inline;
}
#header .header-controls {
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  width: 100%;
  padding: 1em 0;
}
#header .header-controls div {
  width: auto;
}
#header .header-controls .control-displaytype {
  margin-left: 10%;
}
#header label {
  display: inline-block;
  transform: translateY(-2px);
  padding: 0.25em;
  margin-right: 0.3em;
  font-size: 0.6rem;
}
#header label input {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: translateY(2px) translateX(-4px);
}
#header button {
  font-family: ibm-plex-mono, sans-serif;
  text-transform: uppercase;
  border: 0;
  background: 0;
  padding: 0.25em;
  font-size: 0.9em;
  color: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header button[data-control=big] {
  opacity: 0.5;
}
#header button:hover {
  cursor: pointer;
  transform: translateY(-2px);
}
#header .info {
  margin-right: 1em;
  width: auto;
  display: inline-block;
  margin-top: 1em;
}
@media only screen and (max-width: 800px) {
  #header {
    flex-wrap: nowrap;
  }
  #header .info button {
    display: block;
  }
  #header div {
    display: inline;
  }
  #header div input[id=all] {
    display: none;
  }
  #header div label[for=all] {
    padding: 0.5em 0;
    padding-right: 1em;
  }
  #header label {
    padding: 0.1em 0.25em;
  }
  #header .header-controls div {
    max-width: 100px;
  }
  #header .header-controls .control-displaytype button {
    display: block;
    padding: 0.15em 0.25em;
    font-size: 1em;
  }
}

.tape {
  margin: 0.25em;
  max-width: 250px;
  max-height: auto;
  overflow: hidden;
  text-align: center;
}

.tape-cover {
  text-align: center;
  display: block;
  width: 120px;
  height: 188px;
  margin: 0 auto;
  overflow: hidden;
}
.tape-cover img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1);
}

.top-wrapper {
  position: fixed;
  z-index: 99;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2.5vh 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #eeede9;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.4) 87%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 800px) {
  .top-wrapper {
    padding: 0;
    height: 120px;
  }
}

#index {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  overflow-y: hidden;
}
#index .tape-only {
  height: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
  padding: 3.5em 0 1em 0;
}
#index .tape-only a:hover {
  transform: translateY(-6px);
  filter: saturate(110%);
  opacity: 1;
}
#index .tape-only a {
  display: inline-block;
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#index .tape-only a img {
  object-fit: cover;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
}
#index .tape-wrapper-smol {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 2;
}
#index .tape-wrapper-smol .tape-only {
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  padding: 0 2.25vw;
  padding-top: 90px;
  padding-bottom: 20px;
  scroll-behavior: smooth;
  counter-reset: tapect;
}
@media only screen and (max-width: 800px) {
  #index .tape-wrapper-smol .tape-only {
    padding-top: 100px;
    justify-content: space-between;
  }
}
#index .tape-wrapper-smol .tape-only a {
  position: relative;
  box-sizing: border-box;
  margin: 0.5em;
  width: 128px;
  height: 248px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all ease-in 200ms, opacity ease-out 1250ms;
}
@media only screen and (max-width: 800px) {
  #index .tape-wrapper-smol .tape-only a {
    width: 108px;
    height: 220px;
  }
}
#index .tape-wrapper-smol .tape-only a .info {
  margin: 0;
  padding: 0.2em 0;
  font-size: 0.6em;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
#index .tape-wrapper-smol .tape-only img {
  background: rgba(255, 255, 255, 0.57);
  display: block;
  width: 100%;
  height: 196px;
  transition: all ease-in-out 500ms;
}
@media only screen and (max-width: 800px) {
  #index .tape-wrapper-smol .tape-only img {
    height: 170px;
  }
}
#index .tape-wrapper-smol .tape-only a::before {
  counter-increment: tapect;
  content: "0" counter(tapect);
  font-size: 0.6em;
  text-align: left;
  display: inline-block;
  width: 100%;
}
#index .tape-wrapper-smol .tape-only ._year {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin-right: -6px;
  padding: 0.75em;
  width: 100%;
  font-size: 0.6em;
}
#index .tape-wrapper-smol .tape-only:hover > a:not(:hover) {
  opacity: 0.9;
}
#index .tape-wrapper-smol .tape-only:hover > a:not(:hover) .info {
  opacity: 0.4;
}
#index .tape-wrapper {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 50px;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  display: none;
}
#index .tape-wrapper .tape-only img {
  width: auto;
  max-width: none;
  max-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#index .tape-wrapper .tape-only a {
  margin: 0 1%;
  padding: 0;
}
#index .tape-wrapper .tape-only a:first {
  margin-left: 2.5vw !important;
}
@media only screen and (max-width: 800px) {
  #index .tape-wrapper .tape-only {
    margin-top: 40px;
    max-height: 80%;
  }
  #index .tape-wrapper .tape-only a {
    width: auto;
    height: 100%;
  }
  #index .tape-wrapper .tape-only a img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #index .tape-wrapper {
    padding-top: 50px;
  }
}

input:hover,
label:hover {
  cursor: pointer;
}

.ui-tooltip {
  font-size: 0.6rem;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  white-space: pre-line;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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