footer {
  position: relative;
  float: left;
  margin-top: 0;
}

.content {
  color: var(--text-color);
  margin: 80px 0;
  /* display: flow-root; */
}

.content_wrapper {
  margin: 0 auto;
  width: 80vw;
  max-width: 640px;
  display: block;
}

p {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}

p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2em;
  line-height: 24px;
  line-height: 1.5em;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
  text-align: left;
}

header {
  mix-blend-mode: difference;
  color: #8f8f8f;
}

h1.title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32px;
}

h2.subtitle {
  text-align: left;
  margin-left: 32px;
  margin-top: -22px;
}

h3 {
  font-weight: 700;
  margin: 0.5em 0;
  font-family: "Overpass Mono", monospace;
  font-size: 24px;
  text-transform: lowercase;
  /* text-indent: 20px; */
  text-align: left;
}

h3::before {
  content: "_";
}

h4 {
  font-weight: 900;
  margin: 0.5em 0;
  font-size: 32px;
  /* text-transform: lowercase; */
  /* text-indent: 20px; */
}

.big {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 32px;
  width: 40vw;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.quote::before {
  content: "»";
}

.quote::after {
  content: "«";
}

section#intro {
  margin-top: 180px;
}

.video {
  width: 60vw;
  /* max-width: 1120px; */
  margin: 0 auto;
  display: block;
  position: relative;
}

.content_wrapper .video {
  width: 100%;
}

/* .video::after {
  content: 'play';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  display: block;
  background: #000;
  z-index: 100;
  pointer-events: none;
} */
video {
  width: 100%;
  cursor: pointer;
}

.caption, figcaption {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Overpass mono", monospace;
  font-weight: 500;
  background: var(--secondary-color);
  /* width: auto; */
  display: inline-block;
  padding: 2px 8px;
  background-clip: padding-box;
  margin: 8px 0;
}

a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px auto;
  height: 48px;
  padding: 16px 32px;
  text-align: center;
  border: solid 2px #333333;
  transition: all 300ms ease-in-out;
  font-weight: 600;
}

a.button:hover {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
}

.image.right img {
  float: left;
  max-width: calc(100vw/3*2);
  clear: both;
  display: block;
}

.image.left img {
  float: right;
  max-width: calc(100vw/3*2);
  clear: both;
  display: block;
}

.image {
  clear: both;
  margin: 64px auto 32px;
}

.image.center {
  max-width: 60vw;
  position: relative;
  display: block;
  /* left: 0; */
  /* text-align: center; */
}

.image.center img {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.image.center.small {
  display: flex;
  justify-content: center;
}

.image.center.small img {
  width: auto;
  max-width: 100%;
  text-align: center;
}

.image.double.center.small {
  display: flex;
  justify-content: space-between;
}

.image.double.center.small img {
  max-width: 49%;
}

#facts {
  background: #f5f5f5;
  padding: 16px 0 40px;
  margin: 120px 0 0;
}

#facts span, #facts a {
  font-weight: 600;
  background: none;
  transition: all 300ms ease-in-out;
}

#facts p span:hover, #facts p a:hover {
  /* padding: 0 2px; */
  background: var(--secondary-color);
}

.footnotes {
  /* color: #717171; */
  font-family: "Overpass Mono", monospace;
  font-size: 14px;
  margin-top: 32px;
}

/* .footnotes li::before {
  content: '';
} */
.footnotes:before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background: #333333;
  margin: 32px 0 16px;
}

.footnotes li {
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.footnotes li:before {
  /* content: ""; */
}

.footnotes li a {
  /* margin-left: 1.4em; */
}

#colors {
  margin: 24px 0;
  float: left;
  display: block;
  width: 100%;
}

#colors div {
  float: left;
  width: calc(100%/3);
  text-align: center;
  font-family: "Overpass Mono", monospace;
  font-size: 16px;
  margin: 16px 0;
  font-weight: 200;
}

#colors svg {
  clear: both;
  display: block;
  float: left;
}

#colors span {
  max-width: 100%;
  clear: both;
  float: left;
  width: 100%;
}

figure {
  margin: 16px 0;
  background: #efefef;
  padding: 8px 32px 24px;
}

pre {
  margin: 0;
  padding: 0;
  display: flex;
}

code {
  font-family: "Overpass Mono", monospace;
  font-size: 14px;
}

.swiper-container {
  font-size: 16px;
  font-family: "Overpass Mono", monospace;
  overflow: hidden;
}

.swiper-container p {
  font-family: 'HK Grotesk';
  font-size: 1.2em;
  text-align: left;
  clear: both;
  margin: 0 auto;
  width: 80vw;
  max-width: 640px;
  display: block;
}

.swiper-container img {
  margin-top: 16px;
}

.swiper-container span {
  padding: 2px 6px;
  color: #222;
}

.songblocks .swiper-wrapper .caption.left {
  display: none;
}

span.swiper-pagination-bullet {
  width: auto;
  border: none;
  height: auto;
  border-radius: 0;
  color: var(--text-color);
  background: #f5f5f5;
  opacity: 0.8;
  margin: 0 10px;
  margin-bottom: 10px !important;
}

span.swiper-pagination-bullet-active {
  background: var(--secondary-color);
  opacity: 1;
}

.content .swiper-horizontal>.swiper-pagination-bullets, .content .swiper-pagination-bullets.swiper-pagination-horizontal, .content .swiper-pagination-custom, .content .swiper-pagination-fraction {
  /* top: 10px;
  left: 0; */
  margin: 32px 0 16px;
  width: 100%;
  position: relative;
}

.releasedate {
  background-color: #79c0ff;
}

.energy {
  background-color: #ff6f66;
}

.danceability {
  background-color: #cab1ff;
}

.acousticness {
  background-color: #ffa55e;
}

.valence {
  background-color: #00b56d;
}

.liveness {
  background-color: #fff67d;
}

.popularity {
  background-color: #E58184;
}

.key .major {
  background-color: #78D4FF;
}

.key .minor {
  background-color: #E58184;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--secondary-color, var(--secondary-color));
}