  * {
  box-sizing: border-box;
}

 html {
    background: black; 
  cursor: url(https://i.ibb.co/QH6CVgH/18677.png), pointer;
  }
  

.Logo {
  margin: 5px;
}

a {
   cursor: url(https://gateway2gates.neocities.org/Play/hover.png), help;
} 

.column {
  float: left;
  padding: 10px;
  height: 100%;
}

.left {
  width: 65%;
  background-color: #828282;
}

.right {
  width: 35%;
  background-color: #828282;
}
  
.Logo img {
 margin-top: 15px;
 width: 90%;
}
  
.display {
  background: #363636;
  width: inherit;
  height: 85vh;
  text-align: center;
  padding: 10px;
  float: left;
}

.row {
  margin-inline: 4vw;
  width: 90vw;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
    
.Info {
  height: 80%;
  width: 90%;
  padding: 5px;
  margin-block: 8vh;
  background-color: #bbb;
  margin-inline: 5%;
  position: relative;
  z-index: 1;
}

.Sidebar {
  font-family: "Korinna";
  z-index: 0;
  width: 100px;
  right: 554px;
  margin: 15px;
    text-align: right;
    position: fixed;
}

.button {
  background-color: #04AA6D;
  padding: 15px 10px;
  width: 150px;
  text-align: left;
  font-family: 'cbfamily';
  font-size: 145%;
  color: #dde4e7;
}

.button:hover {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-10px);
}

nav {
    width: fit-content;
}


.filterDiv {
display: none;
}

.show {
  display: block;
}

.Icons {
  height: inherit;
  width: auto;
  background: white;
  align-content: center;
}

.Icons img {
  min-width: 15vh;
  margin: 1%;
  box-shadow: 4px 4px 4px black;
  max-width: 25vh;
}

h1  {
  font-size: 50px;
  position: absolute;
  z-index: 1;
  top: 198.5px;
  right: 6px;
}

h2 {
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 17px;
  top: -5px;
}

h3 {
  filter: drop-shadow(2px 2px #65351E);
  padding: 0px;
  margin: 0px;

}

p {
font-size: 16px;
  color: black;
  text-align: center;
  font-family: "Korinna";
  margin-top: 35px;
}

@media only screen and (max-width: 600px) {
  .display {
    height: 38vh;
    width: auto;
  }
  
  .Icons {
  padding: 1%;
  height: 100%;
    width: inherit;
    position: inherit;
    margin: 1%;
    background: white;
}

.Icons img {
  width: 29%;
}

.band img {
  width: 29vw;
  margin: 1%;
}

.staff img {
  width: 27vw;
  margin: 1%;
}

.Sidebar {
  width: inherit;
  position: inherit;
  text-align: center;
  height: auto;
  padding: 0px;
}

.Info {
  position: inherit;
  z-index: 2;
  width: inherit;
  padding: 5px;
  margin: 0px;
  height: auto;
}
.Logo {
  margin: 5px;
  text-align: center;
}

.Logo img {
  width: 80%;
  margin-top: 0px;
}

h2 {
  font-size: 30px;
  margin: 5px;
  text-align: left;
}

h1 {
    margin: 1px;
    position: inherit;
    line-height: 1;
    font-size: 46px;
}

}