* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif; }

body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1; }

.defaultColor {
  color: black; }

.overlay {
  z-index: 10000 !important; }

h1, h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0; }

h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 25px 0px 25px;
  width: 100%;
  pointer-events: none;
  z-index: 50; }
  header h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    header h1 span {
      pointer-events: auto;
      cursor: pointer; }
  header ol {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0; }
    header ol li {
      margin-left: 15px;
      padding-bottom: 0px;
      border-bottom: 2px solid;
      cursor: pointer;
      pointer-events: auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

#player {
  position: relative;
  z-index: 50;
  padding: 0px 25px 25px 25px;
  max-width: 80%;
  pointer-events: none; }
  #player h2 {
    position: relative;
    padding-right: 60px; }
    #player h2 span {
      cursor: pointer;
      pointer-events: auto; }
    #player h2 svg {
      cursor: pointer;
      position: absolute;
      pointer-events: auto;
      margin-top: 2px;
      margin-left: 8px;
      width: 23px;
      fill: black; }
      #player h2 svg:hover {
        opacity: 0.6 !important; }
  #player h3 {
    pointer-events: none;
    opacity: 0.6;
    margin-top: 3px; }
  #player.hidden {
    display: none; }

#tracks {
  position: absolute;
  width: 100%;
  pointer-events: none;
  padding-left: 25px; }
  #tracks .track {
    font-size: 16px;
    pointer-events: auto;
    padding-right: 5px;
    display: none;
    max-width: 86%;
    cursor: pointer;
    position: absolute;
    height: 45px;
    z-index: 1010;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #tracks .track.visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #tracks .track span {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block; }
    #tracks .track svg {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 2px;
      width: 15px;
      fill: black; }
    #tracks .track .playing {
      margin-left: 8px; }

div#universe {
  z-index: 100;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  div#universe canvas {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent; }
    div#universe canvas.open {
      cursor: unset; }
  div#universe.hidden {
    opacity: 0.015; }
    div#universe.hidden canvas {
      pointer-events: none; }

#about {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  padding: 25px; }

@media (max-width: 800px) {
  #player {
    max-width: 100%; }
  header, #player, #tracks, #about {
    padding-left: 18px;
    padding-right: 20px; } }

#about {
  padding-bottom: 60px; }
  #about h1, #about h2, #about h3 {
    margin-top: 25px; }
  #about h1 {
    color: #c80000; }
  #about ul {
    padding: 0;
    margin: 0; }
  #about li {
    list-style: none;
    line-height: 28px; }
  #about p {
    margin: 0; }
  #about a {
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: black; }
    #about a:visited {
      color: black; }
    #about a:hover {
      color: grey; }
