body {
  background: #000;
}

section#bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

section#bg.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

section#bg img {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1px;
}

section#artist {
  position: relative;
  width: calc(50% - 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
}

section#artist .info {
  padding: 116px 50px 100px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  max-width: 600px;
}

section#artist .info h1 {
  font-family: "HelveticaNeue";
  font-weight: 300;
  font-size: 72px;
  margin: 65px 0 0;
  font-weight: normal;
  line-height: 65px;
}

section#artist .info h2 {
  margin: 32px 0 55px;
  color: #0080fb;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}

section#artist .info p {
  font-size: 18px;
  line-height: 21px;
  margin: 20px 0;
}

section#artist .info p strong {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: "HelveticaNeue";
  font-weight: bold;
}

section#artist .info h3 {
  margin: 25px 0 10px;
  font-weight: bold;
  font-size: 18px;
}

section#artist .info .gear {
  width: 190px;
}

section#artist .info .gear p {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
}

section#artist .info a {
  font-size: 14px;
}

section#artist .info a {
  display: block;
  margin: 10px 0;
}

section#artist .info a,
section#artist .info a:visited,
section#artist .info a:active,
section#artist .info a:focus {
  color: #0080fb;
  text-decoration: underline;
}

section#artist .info a:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

section#gallery {
  position: fixed;
  top: 0;
  left: calc(50% + 50px);
  width: calc(50% - 100px);
  max-width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  margin-top: calc(100vh - 100px);
  background: #fff;
}

section#gallery img {
  max-width: 100%;
  margin-bottom: 10px;
}

section#gallery img:last-child {
  margin-bottom: 0;
}

/* Responsive ----------------------------------------------------------*/
@media (max-width: 1200px) {
  section#artist .info {
    padding-top: 106px;
  }
}
@media (max-width: 1150px) {
  section#gallery {
    left: calc(50% + 25px);
    width: calc(50% - 75px);
  }
}
@media (max-width: 1039px) {
  section#artist .info {
    padding-top: 70px;
  }

  section#gallery {
    padding: 40px;
  }
}
@media (max-width: 950px) {
  section#artist {
    width: auto;
    margin-top: 50vh;
  }

  section#artist .info {
    padding: 50px;
    max-width: unset;
  }

  section#artist .info h1 {
    margin: 0;
    font-size: 62px;
  }

  section#artist .info h2 {
    color: #fff;
  }

  section#artist .info h3 {
    margin-top: 30px;
  }

  section#artist .info a,
section#artist .info a:visited,
section#artist .info a:active,
section#artist .info a:focus {
    color: #fff;
  }

  section#artist .info a:hover {
    opacity: 0.8;
  }

  section#gallery {
    position: relative;
    left: 0;
    width: auto;
    max-width: unset;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 850px) {
  section#artist .info h1 {
    font-size: 54px;
  }

  section#artist .info {
    padding: 40px;
  }
}
@media (max-width: 750px) {
  section#artist .info h1 {
    font-size: 50px;
    line-height: 60px;
  }

  section#artist .info h2 {
    margin: 10px 0 40px;
  }

  section#artist .info {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  section#bg img {
    right: -10%;
  }
}
@media (max-width: 650px) {
  section#artist .info h1 {
    font-size: 48px;
  }

  section#artist .info {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  section#bg img {
    right: -15%;
  }
}
@media (max-width: 500px) {
  section#bg img {
    right: -20%;
  }
}
@media (max-width: 375px) {
  section#artist .info p strong {
    font-size: 20px;
    line-height: 20px;
  }

  section#artist .info p {
    font-size: 18px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=artist.css.map */