BODY {
 margin: 0;
 font-family: "Metal Mania", system-ui;
 font-weight: normal;
 background-color: #222222;
 color: #eeeeee;
 text-align: center;
}

DIV {
 box-sizing: border-box;
}

@media all and (max-width: 1023px) {
 .desktopOnly { display: none; }
}
@media all and (min-width: 1024px) {
 .mobileOnly { display: none; }
}

A, A:visited {
 color: #eeeeee;
 text-decoration: none;
 transition: opacity 0.5s;
}
A:hover, A:active {
 opacity: 0.5;
}
A.butt {
 border: 1px solid #eeeeee;
 padding: 7px 12px;
 transition: background-color 0.5s;
}
A.butt:hover {
 opacity: 1;
 background-color: rgba(34, 34, 34, 0.5);
}

#header {
 text-align: center;
 position: sticky;
 top: 0;
 left: 0;
 width: 100vw;
 background-color: rgba(0, 0, 0, 0.7);
 padding: 5px 0 0;
 z-index: 5;
}
@media all and (max-width: 1023px) {
 #header { height: 85px; }
}
@media all and (min-width: 1024px) {
 #header { height: 122px; }
}
#header A {
 margin: 0 50px;
 font-size: 2em;
}
#header A.mobileOnly {
 font-size: 3.5em;
 vertical-align: top;
}

#logo {
 width: 200px;
 max-width: 90vw;
 transition: opacity 0.5s;
}
#bigLogo {
 transition: opacity 0.5s;
 transition: opacity 0.5s;
 position: absolute;
 top: 150px;
 text-align: center;
 width: 100vw;
 margin: 0;
}
#bigLogo IMG {
 width: 1024px;
 max-width: 90vw;
 filter: drop-shadow(0.8mm 0.1mm 10px #222222);
}
@media all and (min-width: 1024px) {
 #bigLogo {
  top: 50%;
  margin-top: -207.5px;
 }
}

#home1 {
 margin-top: -122px;
 background-position: center center;
 background-size: cover;
 width: 100vw;
 height: 100vh;
}
#home1 DIV {
 position: absolute;
 bottom: 0;
 width: 100%;
 text-align: center;
 text-shadow: 5px 5px 10px #222222;
 font-size: 2em;
}
#home2 {
 padding: 25px;
 text-align: center;
}
@media all and (max-width: 1023px) {
 #home2 IMG {
  height: 40px;
  margin: 15px;
 }
}
@media all and (min-width: 1024px) {
 #home2 IMG {
  height: 50px;
  margin: 50px;
 }
}
#home3 {
 background-image: url("/img/live9.jpg");
 background-position: center center;
 background-size: cover;
 padding: 35px 10px 65px;
}
#home4 {
 text-align: center;
}
#home4 IMG {
 width: 250px;
}

#tour1 {
 background-image: url("/img/live9.jpg");
 background-position: center center;
 background-size: cover;
 padding: 75px 10px;
}

#band1 LABEL {
 display: block;
 font-size: 1.7em;
}
 
@media all and (max-width: 1023px) {
 .bottomLandscape IMG {
  width: 100vw;
 }
 .bottomPortrait IMG {
  width: 50vw;
 }
 #band1 DIV {
  margin: 20px;
 }
 #band1 IMG {
  max-height: 80vh;
 }
}
@media all and (min-width: 1024px) {
 .bottomLandscape IMG {
  width: 50vw;
 }
 .bottomPortrait IMG {
  width: 25vw;
 }
 #band1 {
  display: flex;
  flex-direction: row;
  margin: 25px auto;
  justify-content: center;
 }
 #band1 DIV {
  padding: 25px;
 }
 #band1 IMG {
  max-height: 65vh;
 }
}

BODY.menu {
 font-size: 3em;
}
BODY.menu A {
 display: block;
 margin: 15px 0;
}