
body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  background:none;
}
.bg-cover {
  background-image: url('../bg/ep-bg-cover-1.jpg');
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
}
.logo {
  font-size: 0 !important;
  line-height: 0 !important;
  background-image: url('../logo/logo-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 260px;
  width: 100%;
}
.logo h1 {font-size:0;line-height: 0;}
.button-link, .button-email {
  margin: 0 5px 5px;
  border: 1px solid #fff;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5em;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}
.button-link-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-size: 100% auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.icon-pandora { background-image: url('../logo/pandora.svg'); }
.icon-amazon { background-image: url('../logo/amazon.svg'); }
.icon-itunes { background-image: url('../logo/itunes.svg'); }
.icon-youtube { background-image: url('../logo/youtube.svg'); }
.icon-spotify { background-image: url('../logo/spotify.svg'); }
.icon-apple-music { background-image: url('../logo/apple-music.svg'); }
.icon-etsy { background-image: url('../logo/etsy.svg'); }
.icon-deezer { background-image: url('../logo/deezer.svg'); }

.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.cover-container {
  max-width: 960px;
}
.album-art {
  border: 12px solid #fff;
  box-shadow: 5px 5px 5px #000;
  margin-bottom: 40px;
  height: 400px;
}
.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.nav-brand {
  text-decoration: none;
  padding-right: 5px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
img.promo-img {
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #333;
}
.hide { display: none; }
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #cc0000;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #cc0000;
  --bs-btn-hover-border-color: #cc0000;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #cc0000;
  --bs-btn-active-border-color: #cc0000;
}
.bd-mode-toggle {
  z-index: 1500;
}
a, a:hover, a:active, a:focus { color: #cc0000; }
.merch-banner { max-width: 800px; width: 100%; }
.video-frame { max-width: 560px; width: 100%;}
.fcy { color: #ffcc33; }
.font-red { color:#cc0000; }
.bg-dark { background-color: #000 !important; }