@font-face{
  font-family: "Silkscreen";
  src: url('fonts/Silkscreen.eot');
  src: url('fonts/Silkscreen.eot?#iefix') format('embedded-opentype'),
      url('fonts/Silkscreen.woff2') format('woff2'),
      url('fonts/Silkscreen.woff') format('woff'),
      url('Silkscreen.ttf') format('truetype'),
      url('fonts/Silkscreen.svg#Silkscreen') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mystery Font';
  src: url('Mainpage/resources/fonts/Mystery Font.ttf') format('truetype');
  /* Add more src declarations for different font formats if necessary */
}

/* *{border: blue 1px dotted;} */

/* defaults padding and margin spaces */
*{margin: 0; padding: 0; scroll-behavior: smooth; image-rendering: pixelated;
object-fit: contain;}

/* hides the scrollbar */
::-webkit-scrollbar {display: none;}

html{
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Silkscreen";
  color: white;
  background-color: black;
  font-size: 16px;

}

#releaseImg{
  /* border: 1px solid white; */
  width: 300px;
  margin: 50px;
}

body{
  overflow-x: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
    /* zoom: 150%; */
}
body > #homeImage{
  width: 308px;
  margin-top: 15vh;
  margin-bottom: 30px;
}

#icfilink{
  display: flex;
  /* width: 308px; */
  margin-top: 15vh;
  margin-bottom: 30px;
  justify-content: center;
    /* width: 200%; */
}

#flashbacking{
  position: fixed;
  z-index: -999;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 0;
}

#icfilink:hover + #flashbacking {
    opacity: 1;
}

#icfilink > img {
  width: 576px;
}

#update{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006400;
  padding: 10px;
  color: white;
  font-size: 12px;
}

#homeImageFlash{
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  overflow-y: hidden;
  object-fit: cover;
  pointer-events: none;
  z-index: 9999;
}
#warning{
  height: 14px;
  position: fixed;
  bottom: 0px;
  left: 7px;
  margin-bottom: 12px;
  opacity: 25%;
}
#links{
  display: flex;
  max-width: 400px;
  flex-direction: column;
  margin-bottom: 50px;
  z-index: 500;
  margin-right: 50px;
}
#link{
  display: flex;
  flex-direction: row;
  /* margin-bottom: 10px; */
}
#link > a{
  display: flex;
  align-items: center;
  font-size: 1.5em;
  padding: 10px;
}
#link > img{
  width: 42px;
  margin-right: 40px;
  opacity: 0.25;
}

#link:hover > img{
  opacity: 1;
  transform: translateX(10px);
}

a{
  color: white;
  text-decoration: none;
}

#socials{
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: baseline;
  bottom: -90px;
  right: 100px;
  transform: rotate(-90deg);
}
#social{
  display: flex;
  flex-direction: row;
  /* text-align: right; */
  /* align-items: middle; */
  bottom: 0px;
  margin-bottom: 15px;
}
#social > img{
  width: 20px;
  transform: rotate(90deg);
}
#sText{
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  opacity: 0;

}

#homeButton{
  position: fixed;
  top: 0px;
  left: 0px;
  /* z-index: 8888; */
  /* background-color: black; */
  padding: 30px;
}

#tourSlide{
  position: fixed;
  top: 0px;
  right: 0px;
  height: 48px;
  z-index: 8888;
  /* background-color: black; */
  padding: 30px;
}

#tourList{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
}

#someText{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
}

#someText > #biov2 {
  max-width: 60vw;
}

#someText > #biov2 > h3 {
  max-width: 60vw;
  margin-bottom: 10px;
  margin-top: 30px;
}

#songKick{
  margin-top: 30px;
  width: 30px;
}

#loadingSword{
  width: 87px;
}

#tlHF{
  width: 240px;
  margin: 20px;
}

#tourDate{
  display: flex;
  flex-direction: row;
  margin: 15px;
}

#tourCal{
  display: flex;
  flex-direction: column;
  height: 70px;
  width: 90px;

  pointer-events: none;
}

#tMonth{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 100%;

  pointer-events: none;
}

#tDay{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  flex-grow: 1;

  pointer-events: none;
}

#tState{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  height: 70px;
  width: 70px;

  pointer-events: none;
}

#tLocations{
  display: flex;
  flex-direction: column;
  width: 175px;

  pointer-events: none;

}

#tCity{
  display: flex;
  padding-left: 15px;
  font-size: 1.4em;
  flex-grow: .4;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;

  pointer-events: none;
}

#tCountry{
  display: flex;
  padding-left: 15px;
  font-size: 0.8em;
  flex-grow: .3;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;

  pointer-events: none;
}
#tVenue{
  display: flex;
  padding-left: 15px;
  font-size: 0.8em;
  flex-grow: .4;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;

  pointer-events: none;
}
#tDescription{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 50px;
  padding: 10px;
  overflow: hidden;

  pointer-events: none;
}

#tourDate > img{
  position: absolute;
  opacity: 10%;
  width: 42px;
  transform: translate(-80px, 20px);
}

#tourDate:hover img{
  transform: translate(-70px, 20px);
  opacity: 1;
}

#simpleFlex{
  display: flex;
  flex-direction: column;
  height: 100vh;
  weight: 100vw;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#nftDescription{
  max-width: 350px;
}

#nftPlatforms{
  display: flex;
  flex-direction: row;
}

#nftPlatforms > a{
  display: flex;
  flex-direction: column;
  width: 200px;
  /* height: 100px; */
  /* margin: 10px; */
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#nftPlatforms > a > img{
  height: 30px;
  margin-bottom: 10px;
}
#nftPlatforms > a > div{
  align-items: baseline;
  opacity: 0;
}

#nftPlatforms > a:hover > div{
  opacity: 1;
}

#biov2{
  width: 600px;
}

#biov2 > p{
  margin-bottom: 10px;
}

#biov2 > a{
  color: #978bf9;
}
#biov2 > a:hover{
  /* opacity: .5; */
  color: #04ff93;
}

#biov2 > h1{
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
}

#contactlinks{
  margin-top: 30px;
}

#proInquiries{
  padding: 10px;
}
