html {
  scroll-behavior: smooth
}
body {margin: 0; padding: 0; font-size: 12pt; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-x: hidden;}
a:link, a:active, a:visited {color: #fff; text-decoration: none;}
.masthead {
    background-image: url('https://www.aibdcult.com/images/masthead-2025.jpg');
    background-attachment:fixed;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    content: '';
}

.arrow
{
  position: relative;
  bottom: -2rem;
  left: 50%;
  top: 90%;
  width: 40px;
  height: 40px;

  /**
   * Dark Arrow Down
   */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNC4yODUsMTEuMjg0TDE2LDE5LjU3MWwtOC4yODUtOC4yODhjLTAuMzk1LTAuMzk1LTEuMDM0LTAuMzk1LTEuNDI5LDAgIGMtMC4zOTQsMC4zOTUtMC4zOTQsMS4wMzUsMCwxLjQzbDguOTk5LDkuMDAybDAsMGwwLDBjMC4zOTQsMC4zOTUsMS4wMzQsMC4zOTUsMS40MjgsMGw4Ljk5OS05LjAwMiAgYzAuMzk0LTAuMzk1LDAuMzk0LTEuMDM2LDAtMS40MzFDMjUuMzE5LDEwLjg4OSwyNC42NzksMTAuODg5LDI0LjI4NSwxMS4yODR6IiBmaWxsPSIjZWZlZmVmIiBpZD0iRXhwYW5kX01vcmUiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=);
  background-size: contain;
  
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.brand {
    position: fixed;
    height: 20vh;
    border: 0;
    margin: 1em;
    z-index: 1;
}

.menu {
    position: fixed;
    border-radius: 25px;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 12pt;
    width: 2em;
    margin: 1.25em;
    text-align: center;
    background-color: rgba(00, 00, 00, .5);
    z-index: 1;
}

/*
.call {
  position: fixed;
  width: 50vw;
  top: 80vh;
  text-align: center;
  margin-left: 25vw;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.button {
  background-color: #140202;
  border: 2px solid #9c999a;
  border-radius: 10px;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: auto;
  font-size: 2em;
}
*/
.merchButton {
  background-color: #1d1d1d; /* Green */
  border: 2px solid #9c999a;
  border-radius: 10px;
  color: white;
  padding: 1em 1em;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: auto;
  font-size: 1em !important;
}

.brand h1 {
    display: none;
}

.container {
  width: 100vw;
  margin:0;
  background-color: #0d0d0d;
  background-image: url('https://www.aibdcult.com/images/content-bg.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;

}

main {
   position: relative;
   background-color: rgba(0d,0d,0d,0d);
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color: #fff; 
   padding: 2em;
   z-index: 100;
   width: 50vw;
   margin: auto;
}

header h1 {
  display: none;
}


.live-header {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

section {
  margin: auto;
}

.section-title{
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: .6em;
  font-family: 'UnifrakturCook', cursive;
  font-size: 2em;
}

.section-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}

.media {
  width: 336px;
  text-align: left;
  margin: 1em;
  margin-bottom: 2em;
}

.media h3 {
  margin-top:0;
}

.media-wide {
  width: 50vw;
  margin: 1em;
  padding: auto;
  text-align: center;
}

.media-label {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: auto;
  font-size: .6em;
}

.media-comment {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: auto;
  font-size: 1em;
}

.stream-logos {
  margin: auto;
  width: 336px;
  color: #333;
}

.header-image {
  width: 50vw;
  max-width: 500px;
  border: 1px solid #666;
  border-radius: 10px;
}

.merch-image {
  max-width: 336px;
  border: 1px solid #666;
  border-radius: 10px;
}

.merch-image-wide {
  max-width: 100%;
  border: 1px solid #666;
  border-radius: 10px;
}

.show {
  display: block;
  width: 65%;
  border-radius: 10px;
  text-align: left;
  background-color: rgba(29,29,29,.5);
  padding: 1em;
  margin:1em;
  color: #fff;
}

.show-with {
  color: #666;
}

.show-date {
  min-width: 50%;
  text-align: left;
  font-family: 'UnifrakturCook', cursive;
  font-size: 16pt;
  margin:0;
  margin-top:1em;
}

.navbar {
  width: 100vw;
  height: 5vh;
  background-color: #111;
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1000;
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 2000;
}

nav ul {
  list-style: none;
  margin: auto;
}

.nav-top ul li {
  display: inline-block;
  margin: 0 2em;
  padding: .3em;
  font-size: 14pt;
  color: #fff;
  font-weight: lighter;
  font-family: 'UnifrakturCook', cursive;
}

.section-contacts{
  width: 100%;
  text-align: center;
  margin:0;
  padding: 0;
  padding-top: 2em;
  background-color: #000;
  color: #333;
}

.follow-links {
  list-style: none;
  margin: auto;
  padding-bottom: 2em;
  color: #333;
}

.follow-links li {
  display: inline-block;
  margin-right: 2em;
  font-size: 2em;
}

a.greylink:active, a.greylink:link, a.greylink:visited {
  color: #333;
}

.section-contacts h3 {
  font-size: 2em;
  margin: .5em;
}

.songkick-widget {
  width: 100% !important;
}