@charset "UTF-8";
@font-face {
  font-family: intercourse;
  src: url(Intercourse-Mono.otf); }

body {
  color: white;
  background: black;
  font-family: intercourse, mono;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms; }

h1 {
  color: white;
  font-size: 1.2em;
  padding: 14px 2px 12px;
  margin: 0px; }
  h1 em {
    font-style: normal;
    color: black; }

a {
  color: white;
  text-decoration: none; }

section {
  width: 100vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 600px) {
    section {
      margin: 0 auto; } }

.artwork {
  text-align: center; }
  .artwork img {
    width: 85vh;
    max-width: 1000px; }
    @media screen and (max-width: 1000px) {
      .artwork img {
        width: 100vw;
        height: auto; } }

.album .download {
  margin: 100px auto;
  text-align: center; }
  .album .download:hover {
    opacity: .6; }

.album .download-img {
  width: 40px;
  margin: 0 auto; }

ol {
  padding: 0px;
  margin: 0;
  list-style: decimal-leading-zero;
  color: white;
  list-style: none;
  text-align: center; }
  ol li {
    position: relative;
    margin: 5px 0;
    padding: 20px 0;
    cursor: pointer;
    z-index: 10;
    font-family: intercourse, mono;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    word-break: keep-all; }
    ol li:hover, ol li:hover a {
      background: black;
      color: white;
      text-decoration: line-through; }
  ol .playing {
    text-decoration: line-through;
    /*
    &:before{
      content: '►';
      width: 25px;
      height: 25px;
      padding: 0;
      margin: 3px auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1;
      color: #353535;
      font-size: 50px;
      -webkit-transition: margin 300ms;
      transition: margin 300ms;
    }
*/ }
  ol a {
    display: block;
    -webkit-transition: all 300ms;
    /* Safari */
    transition: all 300ms; }

ol li.playing:hover:before {
  margin-top: 5px; }

.audiojs {
  width: 95vw;
  max-width: 800px;
  margin: 20px auto 100px;
  height: 20px;
  background: black;
  overflow: hidden;
  font-size: 12px;
  z-index: 100; }
  .audiojs audio {
    position: fixed;
    left: -1px;
    bottom: 0;
    z-index: 10; }
  .audiojs .play-pause {
    width: 50px;
    height: 20px;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden; }
  .audiojs p {
    display: none;
    width: 50px;
    height: 100%;
    margin: 0px;
    cursor: pointer; }
  .audiojs .play {
    display: block; }
  .audiojs .scrubber {
    position: relative;
    float: left;
    width: calc(100% - 150px);
    background: white;
    height: 4px;
    margin: 8px 0;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden; }
  .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #262626;
    z-index: 1; }
  .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background: transparent; }
  .audiojs .time {
    float: left;
    width: 100px;
    height: 20px;
    line-height: 0;
    padding: 10px 0 0;
    text-align: right;
    color: white;
    font-family: intercourse, mono;
    letter-spacing: 1px; }
  .audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: white;
    font-style: normal; }
  .audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal; }
  .audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; }
  .audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap; }
  .audiojs .play {
    background: url("../img/btn-01.png") center center no-repeat; }
  .audiojs .loading {
    background: url("../img/btn-04.png") center center no-repeat; }
  .audiojs .error {
    background: url("../img/btn-03.png") center center no-repeat; }
  .audiojs .pause {
    background: url("../img/btn-02.png") center center no-repeat; }
  .audiojs .play, .audiojs .loading, .audiojs .error, .audiojs .pause {
    background-size: 40%; }

.playing .play,
.playing .loading,
.playing .error {
  display: none; }

.playing .pause {
  display: block; }

.loading .play,
.loading .pause,
.loading .error {
  display: none; }

.loading .loading {
  display: block; }

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none; }

.error .error {
  display: block; }

.error .play-pause p {
  cursor: auto; }

.error .error-message {
  display: block; }
