html {
  background-color: #0c0b0f;
}

body {
  background: #0c0b0f;
  min-height: 1334px;
  color: #ecf2f2;
}

body.with-image {
  background: url(../images/B1s-sm.jpg) top center no-repeat #0c0b0f;
}
@media (max-width: 575.98px) {
  body.with-image {
    background-position: -765px -220px;
  }
}

a,
a:visited,
a:hover {
  color: #fff532;
  text-decoration: none;
}
a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.alert-danger a,
.alert-danger a:visited,
.alert-danger a:hover {
  color: #1d64f3;
  text-decoration: none;
}


#info-summer-tour .card-body {
  position: relative
}

#info-summer-tour .hover-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 30%;
  font-size: 2rem;
  color: #ecf2f2;
}

#info-summer-tour a:hover .hover-text {
  display: block;
}



#logo {
  background: url(../images/ek-logo-outlined.png) top -32px center no-repeat;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}

#logo-url {
  font-size: 1.5rem;
  white-space: pre-line;
  padding-top: 0.5rem;
}
#logo-genres {
  font-size: 12px;
  line-height: 14px;
  white-space: pre-line;
}
#logo-img {
  float: right;
  width: 100px;
  height: 100px;
  padding: 4px;
}

#credits {
  color: #ecf2f280;
  font-size: 12px;;
  position: absolute;
  top: 770px;
}

.iconbar {
  text-align: left;
  margin-top: 2rem;
}
.icon {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
  margin: 4px 4px 4px 0;
}
.big-icon {
  width: 56px;
  height: 56px;
}
a.icon:hover {
  border: 2px dashed #fdeb14;
}
.icon-bc, a.icon-bc:hover {
  background: url(../images/icon-bandcamp.png) no-repeat 0/contain;
}
.icon-ig, a.icon-ig:hover {
  background: url(../images/icon-instagram.png) no-repeat 0/contain;
}
.icon-fb, a.icon-fb:hover {
  background: url(../images/icon-facebook.png) no-repeat 0/contain;
}
.icon-sc, a.icon-sc:hover {
  background: url(../images/icon-soundcloud.png) no-repeat 0/contain;
}
.icon-yt, a.icon-yt:hover {
  background: url(../images/icon-youtube.png) no-repeat 0/contain;
}
.icon-sp, a.icon-sp:hover {
  background: url(../images/icon-spotify.png) no-repeat 0/contain;
}

#xs-spacer {
  height: 12rem;
}
.card {
  background: none;
  border: none;
  margin: 0 0 1.5rem;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}
.card > .card-heading {
  color: #ecf2f2;
  padding: 0.5rem 1rem;
}
.card-body {
  background: rgba(255, 255, 255, 0.2);
  z-index: 99;
}

.embed-responsive {
  margin-bottom: 10px;
}

.embed-track-bandcamp iframe {
  border: 0;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}

.embed-album-bandcamp iframe {
  border: 0;
  width: 100%;
  height: 470px;
  margin-bottom: 10px;
}

.embed-track-spotify iframe {
  border: 0;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}

.play-badge {
  height: 50px;
  width: 200px;
}

#info-about,
#info-upcoming {
  font-size: 0.8rem;
}

b {
  color: #fdf9b5;
}
hr {
  border-color: #ecf2f2;
}
