html {
  height: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-height: 600px) {
    body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; } }

::-moz-selection {
  color: #000;
  background-color: #fff; }

::selection {
  color: #000;
  background-color: #fff; }

.app {
    margin-top: 60px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein;
  animation: fadein;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: center;
  padding: 40px; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    top: 1vw; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes fadein {
  0% {
    opacity: 0;
    top: 1vw; }
  100% {
    opacity: 1;
    top: 0; } }

.logo svg {
  max-width: 100%; }

.text {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 60px; }
  .text p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff; }
    .text p strong {
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 18px;
      color: #fff; }
    .text p a {
      color: currentColor;
      text-decoration: none;
      display: block; }
      .text p a:hover, .text p a:active, .text p a:focus {
        text-decoration: underline;
        color: #ffe61e; }

.details {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0; }
  .details li {
    margin: 0 10px; }
  .details svg {
    width: 30px;
    height: 30px; }
    @media screen and (min-width: 600px) {
      .details svg {
        width: 36px;
        height: 36px; } }
    .details svg path {
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .details a:hover svg path, .details a:active svg path, .details a:focus svg path {
    fill: #ffe61e; }
    
  
  
  
 ul, li {
    list-style: none;
}

.artists li.q {
    list-style: none;
    color: #fff;
    font-size: 120%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

.artists li.q:nth-child(1),
.artists li.q:nth-child(5),
.artists li.q:nth-child(9) {
    list-style: none;
}

.artists a {
    font-weight: bold;
    color: #6bba70;
    display: none;
    list-style: none;
    margin-bottom: 40px;
}
