#top-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#stereoicon {
  max-width: 125px;
  margin-bottom: 2rem;
}
#top-logos #stereologo {
    max-width: 70%;
    margin-bottom: 2rem;
  }
  @media screen and (min-width: 768px) {

    #top-logos #stereologo {
        max-width: 400px;
      }
}


#top-logos #nextfavbandlogo {
  max-width: 250px;
  margin-bottom: 2rem;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(252, 210, 153, 0.5);
}

.box {
  background-color: rgba(252, 210, 153, 0.5);
  border-color: rgba(252, 210, 153, 1);
}
/*** 
    Headers type
    */
h2 small {
  font-size: 50%;
  font-family: "Merriweather";
  display: block;
}

@media screen and (min-width: 768px) {
  #featured-show {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 2rem;
  }
}

#featured-show img {
  width: 100%;
  max-width: 80%;
}

.stereophilia #intro p {
  font-style: normal;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .stereophilia #intro p {
    max-width: 75%;
  }
}

#intro {
padding-top: 4rem;
}
