:root {
  --light: #a4a658;
  --dark: #1f1c51;
}

.mt {
  margin-top: 70px;
}

html {
  overflow-x: hidden;
}
body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
.home-bg {
  background-color: var(--light);
  height: calc(100vh);
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  position: relative;
  padding: 50px 0;
}
.home-bg-sx {
  height: calc(100vh - 100px);
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
}
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
  z-index: 40;
  font-size: 10px;
  letter-spacing: 0;
}
.scroll-down:hover {
  cursor: pointer;
  opacity: 0.8;
}
.scroll-down svg {
  width: 25px;
  opacity: 1;
}
.home-row-artist {
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  display: block;
  padding-right: 1px;
}
.home-logo {
  margin-bottom: 40px;
}
.home-row-artist-date {
  font-family: 'asap_condensedregular';
  font-size: 30px;
  margin-top: 10px;
  color: #c7066a;
  float: left;
  text-shadow: 1px 1px 0px white;
}
.home-row-artist-name {
  font-family: 'asap_condensedbold';
  font-size: 40px;
  color: #6f6f6e;
  margin-left: 10px;
  float: left;
  text-shadow: 1px 1px 0px white;
}
a {
  color: var(--dark) !important;
}
.ROSA {
  color: var(--light);
}
.BLU {
  color: var(--dark);
}
.BLU_stroke {
  stroke: var(--dark);
}
.BLU_fill {
  fill: var(--dark);
}
.blue-bg .artist-row-button:hover {
  color: var(--dark);
  text-decoration: none;
}
.pink-bg .artist-row-button:hover {
  color: var(--light);
  text-decoration: none;
}
.blue-bg {
  background-color: var(--dark);
  color: #fff;
}
.pink-bg {
  background-color: var(--light);
  color: #fff;
}
.artist-row-date {
  font-size: 45px;
  margin-top: 4px;
  line-height: 20px;
  font-family: 'asap_condensedbold';
  float: left;
}
.artist-content {
  padding: 50px 50px 0px 50px;
}
.artist-row-name {
  float: left;
  margin-left: 10px;
  width: 80%;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.artist-row-name-top {
  font-size: 50px;
  font-family: 'asap_condensedbold';
  line-height: 40px;
}
.artist-row-name-bottom {
  font-size: 17px;
  font-family: 'asap_condensedbold';
}
.artist-row-description {
  font-family: 'Lato';
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  width: 100%;
  margin-top: 40px;
}
.artist-row-button {
  font-family: 'asap_condensedbold';
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 60px;
  margin-top: 15px;
  letter-spacing: 2px;
  padding: 20px 35px;
  border: 1px solid #fff;
}
.artist-row-button:hover {
  cursor: pointer;
  background: #fff;
}

.wrap-buy-logo img {
  margin: 0 15px;
}
.artist-content img {
  margin: 15px;
}
.wrap-buy-logo {
  padding: 100px 0;
  text-align: center;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer {
  padding: 50px;
}
.footer .pull-right {
  margin-left: 15px;
}
.wrap-top-menu {
  -moz-box-shadow: 0px 3px 5px #666;
  -webkit-box-shadow: 0px 3px 5px #666;
  box-shadow: 0px 3px 5px #666;
  height: 130px;
  width: 100%;
  position: fixed;
  top: -300px;
  padding: 10px;
  background: #fff;
  z-index: 99;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.top-dx-logo {
  float: right;
  margin-top: 10px;
}
.menu-on {
  top: 0;
}
.sponsor-title {
  font-family: 'asap_condensedbold';
  font-size: 24px;
  margin-bottom: 25px;
}
.listen-spotify-dx {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: 'asap_condensedbold';
  color: #fff;
  font-size: 16px;
}
.listen-spotify-dx img {
  margin-left: 15px;
  margin-top: -15px;
}
.listen-spotify-sx {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'asap_condensedbold';
  color: #fff;
  font-size: 16px;
}
.listen-spotify-sx img {
  margin-right: 15px;
  margin-top: -15px;
}
.footer-text {
  font-size: 18px;
  letter-spacing: 0.6px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .home-bg-sx {
    height: auto;
    width: 100%;
  }
  .home-row-artist-name {
    font-size: 22px;
  }
  .home-row-artist-date {
    font-size: 22px;
    font-family: 'asap_condensedregular';
  }
  .artist-row-button {
    font-size: 13px;
    padding: 20px 25px;
    border: 1px solid #fff;
  }
  .artist-row-name-top {
    font-size: 25px;
    font-family: 'asap_condensedbold';
    line-height: 20px;
  }
  .artist-row-name-bottom {
    font-size: 13px;
  }
  .artist-content {
    padding: 100px 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .pull-right {
    float: none !important;
    margin-top: 30px;
  }
  .wrap-buy-logo {
    padding: 100px 0;
  }
  .wrap-buy-logo img {
    margin: 10px 0;
  }
  .footer-logo {
    margin-bottom: 35px;
  }
  .home-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
  }
}
