@font-face {
  font-family: "CustomFont";
    src: url('fonts/default/alienleagueregular-9d3z-webfont.woff2') format('woff2'),
         url('fonts/default/alienleagueregular-9d3z-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "CustomFontBold";
    src: url('fonts/bold/alienleaguebold-1wrj-webfont.woff2') format('woff2'),
         url('fonts/bold/alienleaguebold-1wrj-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: black;
  background-image: url("images/black-noise-texture.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Nav bar */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background: none;
  border: none;
}

.nav>li {
  float: right!important;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

/* Header */

.content-header-logo {
  height: auto;
}

.header-image {
  max-width: 50%; 
  max-height: 50%; 
  display: block;
  margin: 0px auto 0px auto;
}


/* Body content */

.site-content {
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 20px;
}

.background-container {
  padding: 0;
  height:100vh;
}

.text-left {
  color: #ffffff;
}

.row.content {
  height: 450px
}

.side-padding {
  padding-top: 20px;
  height: 100%;
}

footer {
  background: none;
  color: white;
  padding: 15px;
}

.footer-text-left {
  background: none;
}

.content-artwork-logo {
  height: 80%;
  padding-bottom: 40px;
}
.logo-image {
  max-width: 50%; 
  max-height: 50%; 
  display: block;
  margin: 0px auto 0px auto;
  border: 1px solid #ffffff;
}


/* Buttons */
.button-container {
  text-align: center;
}

.button-style {
  font-family: 'CustomFontBold';
  font-weight: normal;
  font-style: normal;
  background-color: rgba(0,0,0,0.6);
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 0px auto 0px auto;
  cursor: pointer;
}
.button-style:hover {
  color: #999999;
  background-color: rgba(0,0,0,1);
}


/* Text defaults */

.promo-text {
  font-size: 50px;
  font-family: 'CustomFont';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

h1 {
  width: 90%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:300;
  color: #fff;
}
span {
  display: inline-block;
  vertical-align: middle;
}


/* Sections */

.section-container {
  margin: 0px auto 75px auto;
}


/* Video section */

.video-container {
  max-width: 90%; 
  max-height: 90%;
  display: block;
  margin: 60px auto 70px auto;
  border: 1px solid #ffffff;
} 


/* shows section */

.shows-table, .shows-table-test {
  font-family: 'CustomFontBold';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  width: 85%;
  margin: auto;
}

td, th {
  padding: 0px 10px;
}

.tickets-link {
  text-align: right;
}

.shows-button {
  padding: 5px 15px;
}

h2 {
  font-family: 'CustomFont';
  width: 90%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:300;
  color: #fff;
}


/* Store section */

.store-gallery-section {
  display: block;
  margin-top: 20px;
}

.store-gallery-section-content {
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
} 


/* Store cards */

.card {
  position: relative;
  width: 40%;
  text-align: center;
  margin: 2%;
  display: inline-block;
}

.card-front {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-image {
  max-width: 700px;
  max-height: 700px;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
}

.store-desc {
  font-family: 'CustomFontBold';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

.card-front > a:hover {
  text-decoration: none;
}

.card:hover .store-desc {
  color: #999999;
}

.coming-soon-text {
  font-family: 'CustomFontBold';
  color: #ffffff;
  position: absolute;
  font-size: 45px;
  text-decoration: underline;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.5);
  width: 70%;
  height: 70%;
  padding: 20% 0;
}



/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .content-header-logo {
    padding: 10px;
  }

  .header-image {
    max-width: 70%;
    max-height: 70%;
  }

  .logo-image {
    max-width: 70%;
    max-height: 70%;
  }

  .side-padding {
    height: auto;
    padding: 15px;
    display: none;
  }

  .row.content {
    height: auto;
  }

  .footer-text-right {
    float: left;
  }
  
  .navbar-fixed-top {
    position:static;
  }

  .background-container {
    background-attachment: fixed;
    padding-top: 0px;
  }

  .button-container {
    margin: 40px auto auto auto;
  }

  .card, .store-image {
    width: 80%;
    padding-bottom: 0px;
  }
  
  .card-front {
    position: relative;
  }

  h1:before, h1:after {
    display: none;
  }
  h1:after {
    display: none;
  }

  .shows-text {
    font-size: 14px;
  }
}