body{
  background-color: #FFF;
    font-family: Courier, Courier New, sans-serif; 
/* font-family: Helvetica, Helvetica Neue, Arial, sans-serif; */
letter-spacing: -1px;
  color: #000;
}


a {
  color: #000;
  text-decoration: none
}

nav {
  display: none;
  height: 0px;
}

div.navigation-menu {
  clear: both;
  margin: 0 auto 0 auto;
  width: 560px;
  height: 2rem
}


div.navigation-menu ul {
  text-align: center;
  float: none;
      display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.navigation-menu ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}


div.navigation-menu ul li a {
    text-transform: uppercase;
}


div.navigation-menu ul li.spacer {
  width: 100px;
  display: block;  

}



div.container {
  width: 90%;
  margin: 2rem auto;
  color: #000 !important;
  text-align: center
}

div.container ul{
      margin-block-start: 0;
    margin-block-end: 0;
        padding-inline-start: 0px;
}


div.container a:hover,
div.navigation-menu a:hover {
  font-style: normal;
}


div.toplogo {
  width: 100%;
  max-width: 500px;
  margin: auto;
  top: 0;
  text-align: center;
  background-color: #FFF;
  font-size: 4rem;
  line-height: 90%;
  padding: 0rem 0;
  text-transform: uppercase
}

div.toplogo img{
  width: 100%;
  height: auto;

}



#iglinks li {
  list-style: none;
  color: #FFF;
  background-color: #000;
  width: 550px;
  padding: 10px;
  margin-bottom: 2px
}

#iglinks li a {
  color: #FFF;
}

div.instagram-toplogo img {
  width: 40%;
  height: auto;
  margin: auto;
}



div.container ul {
  margin: auto;
    margin-top: 2rem; 
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
}


#tour ul li {
  width: calc(100%);
}

#tour ul {
  max-width: 100% !important
}



section {
  margin: auto;
  margin-bottom: 100px;
  width: 90%;

}

section a{

}

#reissue {
}

#reissue .itemcaption {
  background-color: #000;
  padding: 10px;
}

#reissue .itemcaption a {
  color: #FFF;
  letter-spacing: 0
}


#preorder {
  margin-bottom: 80px;
}


div.section-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 2.5rem;
  line-height: 90%
  }

span.buy-btn {
  background-color: black;
  color: white;
  padding: 15px;
  width: 300px;
  border-radius: 15px;
  letter-spacing: 1px;
}


div.album-thumbnail img{
  margin: auto;
  width: 550px;
  height: 422px;
}


#shop div.album-thumbnail img{
  margin: auto;
  width: 550px;
  height: 550px;
}


#listen {
  clear: both;
}

#listen ul li {
  width: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

#list ul:last-child {
 border: 1px solid red;
 margin-right: 0;
}




#mixes {

}

#mixes ul,
#shop ul {
  justify-content: space-between;
}

#mixes ul li,
#shop ul li {
  list-style: none;
  width: 200px;
  padding-bottom: 30px;
}

#mixes ul li a,
#shop ul li a {
  text-transform: none;
}


#mixes img{  
  filter: brightness(0.95);
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

#shop img{
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}


div.show {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 90%;
  border-bottom: 1px solid black;
  margin: auto;
  padding: 0.4rem 0;
  font-size: 1.5vw
}

div.show:last-child {
  border-bottom: none;
}

div.show li {
    display: flex;
  flex-direction: row;
  justify-content: flex-start;
}


#tour ul {
  margin: auto;
}


#tour ul li {
  list-style: none;
}

.tickets-unavailable {
  opacity: 0.1 !important
}


span.presaleinfo {
text-align: justify
}

span.presaleinfo a{
  text-transform: none !important;
}

div.show span.date {
  text-align: left;
  width: 20%;
}

div.show span.showtype {
  text-align: left;
  width: 15%; 
}


div.show span.showlocation {
  text-align: right;
  width: 65%;
}


ul.footer li {
  list-style: none;
  padding: 0 10px;
  font-size: 2rem
}

ul.footer li img {
  height: 2rem !important
}

@media screen and (min-width:100px) and (max-width:320px){


div.section-title {
  font-size: 1.2rem;
  }

div.container ul li div.itemcaption{
  width: calc(100% / 3 * 2);
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
  text-overflow: hidden

}

div.navigation-menu {
  width: 100%;

}


}


/* ----------- SMALL DESKTOP ----------- */

@media screen and (min-width: 1px) and (max-width: 1200px) {

div.show {
  width: 100%;
  font-size: 2vw
}

}


/* ----------- MOBILE PORTRAIT ----------- */

@media screen and (min-width: 1px) and (max-width: 666px) {


div.navigation-menu {
  width: 95%;
  margin-top: 0
}


div.navigation-menu ul li.spacer {
  width: 0;
}


div.ytplayer iframe {
  width: 280px;
  height: 157px;
}

div.section-title {
  font-size: 1.5rem;
  }

div.toplogo {
    font-size: 2.8rem;
}


section {
  margin-bottom: 40px;
  width: 95%
}

div.container {
  width: 100%
}

div.container,
div.container ul {
  margin-top: 1.5rem;
}

div.container ul li div.itemcaption{
  width: calc(100%);
  height: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 110%;
  padding: 0.6rem 0;
  text-overflow: hidden

}

#reissue img.reissuepackshot{
  width: 100% !important;
  height: auto;
}



#shop div.album-thumbnail img{
  width: 100% !important;
  height: auto;
}


#iglinks li {
  padding: 5px;
}


div.show {
  width: 100%;
  font-size: 3.3vw
}


#tour ul li {
    margin: 0.5rem 0;
  }

div.show span.date {
  text-align: left;
}

div.show span.city {
  text-align: right;
}


#mixes ul,
#shop ul {
  justify-content: space-between;
}

#mixes ul li,
#shop ul li {
  width: 120px;
  padding: 20px;
  margin: auto;
}

#mixes img,
#shop img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}



}





@media screen and (min-width: 45rem) {


div.ytplayer iframe {
  width: 560px;
  height: 315px;
}

div.container,
div.container ul {
  margin-top: 1.5rem;
}

div.container ul li div.itemcaption{
  font-size: 1.5rem;

}

div.instagram-toplogo img {
  width: 25%;
}


}







@media screen and (min-width: 90rem) {



div.ig-box {
  width: 100%;
  padding-top: 100%;
}

/*
div.container ul li img{
  width: 100%;
  height: auto;
}
*/

ul.footer li img {
  height: 2rem !important
}

.instagram-caption {
    font-weight: normal;
    font-size: 0.7em;
    line-height: 1.1em;
    background-color: white;
    text-align: center;
    max-width: 80%;
    width: auto;
    height: auto;
    padding: 3% 5%;
    color: black;
    margin: auto;
    overflow-wrap: break-word;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}



} 