:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  font-family: Fugue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

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

a:hover {
  color: #0ff;
}

.header-text {
  z-index: 1;
  font-family: Fugue, sans-serif;
  font-size: 7.1vw;
  line-height: 7.1vw;
  position: relative;
}

.header-text.artist {
  height: 7.1vw;
}

.header-text.album {
  height: 7.1vw;
  font-style: italic;
}

.body {
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.collection-item {
  cursor: auto;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-catnumb-div {
  z-index: 1;
  width: 87vw;
  font-size: 1.6vw;
  line-height: 1.6vw;
  display: flex;
  position: relative;
}

.catnumb {
  font-family: Fugue, sans-serif;
  line-height: 1.6vw;
}

.catnumb.text {
  margin-right: .6vw;
}

.catnumb.text.menu {
  color: #fff;
  text-decoration: underline;
  display: flex;
}

.catnumb.number {
  font-family: Fugue mono, sans-serif;
}

.collection-list-wrapper {
  overflow: visible;
}

.list-panel {
  cursor: pointer;
  background-color: #80808000;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 46vw;
  padding: 5vw 5vw 2vw;
  display: flex;
  position: static;
  overflow: visible;
}

.list-panel.top {
  color: #fff;
  cursor: auto;
  background-color: gray;
}

.list-panel._003 {
  color: #ffbf00;
  background-color: #082c08;
  display: flex;
}

.list-panel._002 {
  color: #3bc8dd;
  background-color: #af1af6;
  display: flex;
}

.list-panel._001 {
  color: #2e092a;
  background-color: #a17143;
  display: flex;
}

.list-panel._004 {
  color: #2e60a5;
  background-color: #f1c7dd;
  display: flex;
}

.list-panel._005 {
  color: #cc000e;
  background-color: #73649c;
  display: flex;
}

.list-panel._006 {
  color: #07227a;
  background-color: #f1902c;
  display: flex;
}

.list-panel._007 {
  color: #092e11;
  background-color: #8ebcfc;
}

.overflower {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-bottom: 50vh;
  display: flex;
  overflow: hidden;
}

.insert {
  color: #acacac;
  background-color: #000;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 95vmin;
  height: 95vmin;
  margin-bottom: 16vmin;
  display: flex;
}

.insert.didactic {
  height: 95vmin;
  margin-bottom: 2.5vmin;
}

.insert.didactic.poem {
  height: 138vmin;
}

.insert.didactic.long {
  height: auto;
}

.insert.front-cover {
  justify-content: center;
  align-items: flex-start;
  padding-top: 2vmin;
  padding-bottom: 2vmin;
  padding-right: 2vmin;
}

.release-body {
  background-color: #1f1f1f;
  border: 1px solid #2f2f2f;
  justify-content: flex-start;
  padding-top: 2.5vmin;
  display: flex;
}

.insert-top-text {
  filter: contrast(200%);
  letter-spacing: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  margin-top: 5%;
  font-size: 7.1vmin;
  line-height: 7.3vmin;
  display: flex;
}

.album-title {
  font-style: italic;
}

.insert-bottom-text {
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  margin-bottom: 5%;
  font-size: 2vmin;
  line-height: 2.4vmin;
  display: flex;
}

.catnumb-on-insert {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.insert-text {
  letter-spacing: .01em;
  margin-bottom: 1.4vmin;
}

.catnumb-digits {
  margin-left: 1vmin;
  font-family: Fugue mono, sans-serif;
}

.didactic-text {
  letter-spacing: .01em;
  width: 90%;
  margin-bottom: 5%;
  font-size: 2.4vmin;
  line-height: 2.8vmin;
}

.didactic-text.poem {
  margin-top: 5%;
}

.didactic-text.long {
  margin-top: 2%;
}

.front-cover-image {
  object-fit: cover;
}

.front-cover-link {
  background-color: #73649c;
  width: 46vw;
  height: 46vw;
  position: absolute;
  top: 0;
  left: -46vw;
}

.front-cover-link:hover {
  filter: grayscale();
}

.front-cover-link-image {
  object-fit: cover;
  height: 100%;
}

.bc-player {
  display: flex;
}

.bc-logo {
  object-fit: fill;
  border: 1px solid #5a5a5a;
  border-radius: 0;
  width: 42px;
  height: 42px;
  margin-left: 21px;
  display: flex;
}

.bandcamp-top {
  opacity: .63;
  filter: contrast(200%);
  letter-spacing: 0;
  flex-direction: row;
  justify-content: flex-start;
  width: 90%;
  margin-top: 5%;
  font-size: 7.1vmin;
  line-height: 7.3vmin;
  display: flex;
}

.bandcamp-link {
  color: #aac0ff;
}

.bandcamp-link:hover {
  color: #aaffd3;
}

.bandcamp-link:active {
  display: inline-block;
}

.list-holder {
  width: 100vw;
  overflow: hidden;
}


@font-face {
  font-family: 'Fugue mono';
  src: url('../fonts/fugue_mono.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fugue';
  src: url('../fonts/fugue_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fugue';
  src: url('../fonts/fugue_regular_italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}