
.pandora-icon{
  display: inline-block;
  background-color: rgba(0,0,0,0);
  background-image: url("/img/Pandora_App_Icon_Black_Outline.png"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: .8em;
  height: .8em;
}

.streaming div .icon.iheart-icon{
  top: .2em;
}
.iheart-icon{
  display: inline-block;
  background-color: rgba(0,0,0,0);
  background-image: url("/img/iheart.png"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
    
  width: 1em;
  height: 1em;
  
}
#streaming:target{
  scroll-margin-top: 50px;
}
.streaming{
  margin-top: 1em;
  display: inline-block;
  width: 19em;
  position: relative;
}
.streaming div{
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #202020;
  border-radius: 2em;
  background-color: #192029;
}

.streaming div .icon{
  position: relative;
  top: .1em;
  font-size: 1.5em;
  margin-right: .5em;
}

.divider-bar{
  min-height: 1.5em;
  border: none;
  background-color: #192029;
}

.divider-bar.setlists{
  text-align: center;
}
ul.setlists li{
  text-decoration: underline;
}

.intro{
  text-align: center;
}

.band-image{
  /* 
   opacity: .5;
   display: none;
   margin: auto;
  */
  width: 100%; 
  max-width: 100vw;
  margin-top: 1em;
}
@media screen and (max-width: 830px) {
  .band-image{
    content: url('../img/7S2MBand1.jpg');
  }
}
@media screen and (min-width: 831px){
  .band-image{
    content: url('../img/7S2MBand1Large.jpg');
  }
}

news-posts{
  display: block;
  border-bottom: 1px solid var(--etch-color);
}
news-post{
  display: block;
  border-top: 1px solid var(--etch-color);
}
post-content{
  display: block;
  font-style: italic;
}

#player-top img{
  border: 1px solid var(--etch-color);
}
