
* {
    box-sizing: border-box;
  }
  
/* Style the body */
@font-face {
	font-family: "LeagueGothic";
	src: url("theleagueof-league-gothic-64c3ede/LeagueGothic-Regular.otf") format("opentype");
}

body {
  background-color: #333;
  font-family: 'LeagueGothic';
  font-weight: normal;
  font-style: normal;
  margin: 0;
  width: 100vw; 
  overflow-x: hidden;
}

@media screen and (min-width: 800px) {
  body {
    width: 100vw;
  }
}
  
/* Header/logo Title */
.header {
  text-align: center;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:900;
}
  
/* Style the top navigation bar */
.header .navbar {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: auto;
}
  
/* Style the navigation bar links */
.navbar a {
  color: black;
  text-align: center;
}

.navbar button {
  background-color: black;
  text-align: center;
  border: none;
}

.navbar button:hover {
  background-color: white;
}

.navbar a.nav-logo {
  width: 20%;
}

.navbar a.nav-logo img {
  width: 100%;
}

.navbar a.nav-icon {
  display: none;
}

.navbar a.nav-text {
  display: none;
  align-items: center;
  font-size: 40px;
  text-decoration: none;
  color: white;
  padding: 0px 20px;
}

.dropdown {
  position: fixed;
  right: 0px;
  top: 80px;
  display: inline-block;
  width: 50%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  width: 100%;
}

.dropdown-content a.nav-text {
  display: block;
  align-items: center;
  font-size: 40px;
  text-decoration: none;
  color: white;
}

.dropdown-content a.nav-text:hover {
  background-color: white;
  color: black;
}

.show {
  display:block;
}

.navbar a.nav-text:hover {
  background-color: white;
  color: black;
}

.navbar .empty-div {
  display: initial;
  width: 20%;
}

.navbar button.nav__toggle-button {
  display: initial;
  width: 20%;
  /* padding: 0px 20px; */
  text-align: center;
}

.navbar button.nav__toggle-button img {
  width: 60%;
  filter: invert(100%);
}

.navbar button.nav__toggle-button img:hover {
  filter: invert(0%);
}


@media screen and (min-width: 800px) {
  .header {
    width: 100%;
  }

  .navbar {
    width: 100%;
    height: 100px;
  }

  .navbar a.nav-logo {
    width: 100px;
  }
  
  .navbar a.nav-logo img {
    height: 100%;
  }

  .navbar a.nav-text {
    display: flex;
  }

  .navbar a.nav-icon {
    display: flex;
    align-items: center;
    padding: 20px;
  }

  .navbar a.nav-icon img {
    width: 80px;
    filter: invert(100%);
  }

  .navbar a.nav-icon img:hover {
    filter: invert(40%);
  }

  .navbar .empty-div {
    display: none;
  }

  .navbar button.nav__toggle-button {
    display: none;
  }

}
  
  /* Column container */
  .row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0px;
  }

    /* Column container */
  .row-empty {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
  }
  


  
  /* Create two unequal columns that sits next to each other */
  /* Sidebar/left column */
  .side-bar {
    -ms-flex: 15%; /* IE10 */
    flex: 15%;
    padding: 20px;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .side-bar .icons {
    text-align: center;
  }

  .side-bar .icons a.nav-icon {
    display: block;
    width: 100%;
    padding: 5px;
  }

  .side-bar .icons a.nav-icon img {
    width: 30%;
  }

  .side-bar .icons a.nav-icon img:hover {
    filter: invert(80%);
  }

  @media screen and (min-width: 800px) {
    .side-bar {
      display: flex;
    }

    .row {  
      width: 100%;
    }
  
      /* Column container */
    .row-empty {  
      width: 100%;
      height: 100px;
    }
  }


  /* Main column */
  .main {   
    -ms-flex: 100%; /* IE10 */
    flex: 100;
  }

  @media screen and (min-width: 800px) {
    .main {   
      -ms-flex: 70%; /* IE10 */
      flex: 70%;
    }
  }

  .centre-photo {   
    text-align: center;
  }

  .centre-photo img {   
    /* padding: 10px; */
    width: 100%;
  }

  @media screen and (min-width: 800px) {
    .centre-photo img {   
      padding: 10px;
      width: 80%;
    }
  }

  .main .text-block {   
    background-color: black;
    padding: 0px 30px 10px 30px;
    text-align: center;
    color: white;
  }


  .main .text-block .title {
    /* color: 1500fd; */
    color: rgb(137, 58, 255);
    vertical-align: middle;
    text-decoration: none;
    font-size: 60px;
    padding: 5px 0px;
  }


/* NEWS block */

.main .text-block .news-block {
  border-style: solid none solid none;
  border-color: #333;
  width: 100%;
}

.main .text-block .news-block .news-title {
  text-decoration: none;
  text-align: center;
  font-size: 45px;
  padding: 20px 0px 10px 0px;
}

.main .text-block .news-block .info {
  width: 100%;
  display: block;
  align-items: center;
  margin: auto;
}


.main .text-block .news-block .info .text {
  width: 100%;
  padding: 0px 30px;
  text-align: left;
  font-size: 30px;
  text-decoration: none;
}

.main .text-block .news-block .info .text .date {
  padding: 0px 20px 0px 0px;
  color: darksalmon;
}

.main .text-block .news-block .info .text a {
  color: white;
}

.main .text-block .news-block .info .text a:hover {
  color: rgb(137, 58, 255);
}

.main .text-block .news-block .info .image {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.main .text-block .news-block .image img {
  width: 100%;
}


@media screen and (min-width: 800px) {
  .main .text-block .news-block .info {
    display: flex;
  }

  .main .text-block .news-block .info .text {
    width: 70%;
  }

  .main .text-block .news-block .info .image {
    width: 30%;
    padding: 0px;
  }
}


/* SHOWS block */

.main .text-block .show-block {
  border-style: solid none solid none;
  border-color: #333;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 10px 0px;
}

.main .text-block .show-block .date {
  width: 25%;
  text-align: center;
  color: darksalmon;
  font-size: 35px;
}

.main .text-block .show-block .place {
  width: 50%;
  text-align: center;
  font-size: 35px;
}

.main .text-block .show-block .ticket {
  width: 25%;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 35px;
}

.main .text-block .show-block .ticket-cancelled {
  width: 25%;
  color: rgb(157, 6, 6);
  text-decoration: none;
  text-align: center;
  font-size: 35px;
}

.main .text-block .show-block .ticket-empty {
  width: 25%;
}

.main .text-block .show-block a.ticket {
  width: 25%;
  border-style: solid;
  border-color: #333;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 35px;
}

/* Change color on hover */
.main .text-block .show-block a.ticket:hover {
  background-color: #ddd;
  color: black;
}


/* BAND block */
.main .text-block .band-block .info {
  width: 100%;
  display: block;
  align-items: center;
  margin: auto;
}

.main .text-block .band-block .info .bio {
  width: 100%;
  padding: 5px 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

.main .text-block .band-block .info .image {
  width: 100%;
}

.main .text-block .band-block .image img {
  width: 90%;
}

@media screen and (min-width: 800px) {
  .main .text-block .band-block .info {
    display: flex;
  }

  .main .text-block .band-block .info .bio {
    width: 60%;
  }
  
  .main .text-block .band-block .info .image {
    width: 40%;
  }

  .main .text-block .band-block .image img {
    width: 95%;
  }

}



.main .text-block .single-block {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

.main .text-block .single {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  background-color:rgb(56, 7, 7);
}

.main .text-block .single-block .image {
  width: 40%;
}

.main .text-block .single-block .image img {
  width: 100%;
}

.main .text-block .single-block .audio-block {
  display: block;
  width: 60%;
  align-items: center;
}

.main .text-block .single-block .audio-block br {
  display: none;
}

.main .text-block .single-block .audio-block .audio-item {
  border-radius: 10px;
  display: block;
  width: 99%;
  background-color: rgb(65, 5, 5);
  align-items: center;
}

.main .text-block .single-block .audio-block .audio-item .audio-text p {
  margin: 0px;
  padding: 0px;
  margin-left: 7%;
  padding-left: 2%;
  font-size: 25px;
  text-align: left;
}

.main .text-block .single-block .audio-block .audio-item audio {
  width: 90%;
  border-radius: 0px;
}

@media screen and (min-width: 800px) {
  .main .text-block .single {
    width: 80%;
  }

  .main .text-block .single-block .audio-block br {
    display: block;
  }

  .main .text-block .single-block .audio-block .audio-item {
    padding: 3%;
  }

  .main .text-block .single-block .audio-block .audio-item .audio-text p {
    font-size: 30px;
  }

}


.main .text-block .video-block {
  width: 100%;
  display: block;
  align-items: center;
  margin: auto;
}

.main .text-block .video-block .video-item {
  font-size: 30px;
  width: 100%;
  padding: 3%;
}

.main .text-block .video-block .video-item a {
  color: white;
  text-decoration-line: none;
}

.main .text-block .video-block .video-item a:hover {
  color: rgb(137, 58, 255);
}


.main .text-block .video-block .video-item video {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .main .text-block .video-block {
    display: flex;
  }

  .main .text-block .video-block .video-item {
    display: block;
    width: 50%;
  }

}


.main .text-block .history-block .info {
  width: 100%;
  display: block;
  align-items: center;
  margin: auto;
}

.main .text-block .history-block .info .text-1 {
  width: 100%;
  padding: 5px 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

.main .text-block .history-block .info .text-2 {
  width: 100%;
  padding: 5px 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

.main .text-block .history-block .info .image {
  width: 100%;
}


@media screen and (min-width: 800px) {
  .main .text-block .history-block .info {
    display: flex;
  }

  .main .text-block .history-block .info.reverse {
    flex-direction: row-reverse;
  }

  .main .text-block .history-block .info .text-2 {
    width: 70%;
    text-align: left;
  }
  
  .main .text-block .history-block .info .image {
    width: 30%;
  }
}

.main .text-block .history-block .image img {
  width: 90%;
}


.main .text-block .history-block .photos {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: auto;
}

.main .text-block .history-block .photos img.side {
  width: 25%;
}

.main .text-block .history-block .photos img.middle {
  width: 50%;
}


/* MERCH block */


.main .text-block .merch-block {
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 30px;
}

.main .text-block .merch-block p {
  text-align: center;
  width: 100%;
}

.main .text-block .merch-block a {
  color: white;
}

.main .text-block .merch-block a:hover {
  color: rgb(137, 58, 255);
}


.main .text-block .merch-block .merch-item-block {
  display: inline;
  align-items: center;
  text-align: center;
  padding: 5px 30px;
  width: 100%;
}

.main .text-block .merch-block .merch-item-block p {
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 25px;
  width: 100%;
}

.main .text-block .merch-block .merch-item-block a {
  color: white;
}

.main .text-block .merch-block .merch-item-block a:hover {
  color: rgb(137, 58, 255);
}

.main .text-block .merch-block .merch-item-block .image-part {
  width: 100%;
  text-align: center;
}
.main .text-block .merch-block .merch-item-block .image-part img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .main .text-block .merch-block {
    display: flex;
  }

  .main .text-block .merch-block .merch-item-block {
    display:block;
    text-align: center;
    width: 50%;
  }

  .main .text-block .merch-block .merch-item-block p {
    width: 100%;
  }

  .main .text-block .merch-block .merch-item-block .image-part {
    width: 100%;
  }
}


/* CONNECT */
.main .text-block .connect-block p {
  text-align: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  font-size: 30px;
}

.main .text-block .connect-block a {
  color: white;
}

.main .text-block .connect-block a:hover {
  color: rgb(137, 58, 255);
}

.main .text-block .connect-block a.nav-icon {
  padding: 5px 5px;
  text-align: center;
  background: black;
  color: black
}

.main .text-block .connect-block a.nav-icon img {
  width: 10%;
  filter: invert(100%);
  padding: 0px 0px 50px 0px;
}

.main .text-block .connect-block a.nav-icon img:hover {
  filter: invert(50%);
}

.main .text-block .connect-block a.epk-img img {
  padding: 10px 10px 10px 10px;
}

.main .text-block .connect-block a.epk-img img:hover {
  filter: opacity(80%);
}



/* Footer */
.footer {
  width: 100%;
  padding: 30px;
  /* text-align: center; */
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
}

.footer a.nav-icon {
  padding: 20px 5px;
  text-align: center;
  background: black;
  color: black
}

.footer a.nav-icon img {
  width: 30px;
  filter: invert(50%);
}

.footer a.nav-icon img:hover {
  filter: invert(80%);
}