@import url("https://fonts.googleapis.com/css2?family=BBH+Sans+Bartle&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background-color: #360076;
  /* background-image: url("artworkimages/undbg4k.png");*/
  overflow-x: hidden;
  /*background-attachment: fixed;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;*/
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
}

/* members list page button*/

#logocircle {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 120px;
  margin: 20px;
  transition: transform 0.1s;
  user-select: none;
  z-index: 500;
}

#logocircle:hover {
  filter: drop-shadow(0px 0px 4px #98ddff);
  transform: scale(1.1);
}

/* merch button */

#merchbutton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 70px;
  margin: 25px;
  margin-right: 50px;
  user-select: none;
  transition: transform 0.1s;
  filter: drop-shadow(0px 0px 4px #000000);
  z-index: 500;
}

#merchbutton:hover {
  transform: rotate(10deg) scale(1.1);
}

/* artwork text */

#artworktext {
  text-align: center;
  display: flex;
  /* margin: auto; */
  justify-content: center;
  padding-bottom: 12px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  /* width: 100%; */
  cursor: pointer;
}

#arrowcontainer {
  display: flex;
  margin: auto;
  justify-content: center;
  width: 100%;
}

/* undecided name logo in the middle of the screen */

/*#textlogo {
  user-select: none;
  pointer-events: none;
  padding: 20px;
  width: 80%;
  max-width: 1000px;
  display: block;
  vertical-align: middle;
  justify-content: center;
  object-fit: cover;
  margin-bottom: 50px;
}*/

#textlogo {
  width: 80%;
  max-width: 1000px;
  display: flex;
  margin: auto;
  transition: ease all 0.1s;
}

#textlogo:hover {
  transform: scale(1.01);
  filter: drop-shadow(0px 0px 20px #98ddffa0);
}

#logocontainer {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* artwork stuff */

#undcollage {
  width: 100vw;
}

/* announcement marquee */

#announcement {
  position: fixed;
  display: flex;
  width: 100%;
  text-align: center;
  color: white;
  background-color: rgb(51, 29, 111);
  top: 0px;
  left: 0px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 5 !important;
}

#announcementlink {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  z-index: 5 !important;
}

/* gets rid of the codesandbox button - not needed for site */

/*iframe {
  display: none;
}*/

/* socials */

#socials {
  position: fixed;
  /*bottom: 60px;*/
  top: 0px;
  display: flex;
  z-index: 4;
  /*width: 100%;*/
  margin: auto;
  flex-wrap: nowrap;
  /*left: 0px;*/
  justify-content: center;
  padding-top: 30px;
  /*padding-left: 10px;*/
  user-select: none;
  z-index: 1 !important;
  filter: drop-shadow(0px 0px 5px #3e01a6);
  margin-left: 5px;
  margin-right: 30px;
  right: 0px;
}

.sociallink {
  width: 10vw;
  max-width: 50px;
  min-width: 40px;
  z-index: 4;
  transition: all 0.1s;
  opacity: 0.8;
}

#youtubelink {
  margin-right: 5px;
}

.sociallink:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}

/* video button bouncing around */

#video_logo {
  position: fixed;
  width: 80px;
  left: 0px;
  top: 0px;
  transition: all 0.2s;
  white-space: nowrap;
  /*margin-left: -80px;*/
  margin: 20px;
}

/*#undcollage:hover {
  filter: brightness(50%);
  transition: ease all 0.2s;
}*/

.video_marquee {
  position: fixed;
  height: 100vh;
  top: 0px;
  width: 100%;
  white-space: nowrap;
  overflow: visible;
  left: 0px;
}

#video_logo:hover {
  filter: drop-shadow(0px 0px 10px #2d1afe);
}

/* credits at the bottom of the site */

#contactbutton {
  width: 160px;
  max-width: 180px;
  min-width: 120px;
  display: block;
  margin: auto;
  margin-top: 10px;
  user-select: none;
  transition: ease all 0.1s;
}

#contactbutton:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#bottomlist {
  padding: 20px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

#credits {
  mix-blend-mode: lighten;
  width: 180px;
  margin-left: 140px;
  margin-top: 5px;
  user-select: none;
  pointer-events: none;
}

#corneredoti {
  width: 220px;
  margin-right: 120px;
  object-fit: scale-down;
  margin-top: 10px;
  user-select: none;
  pointer-events: none;
}

#hangercover {
  width: 350px;
  margin: 10%;
  z-index: 5;
}

#hangerstuff {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9%;
}

@media screen and (max-width: 900px) {
  #vidembed {
    padding-top: 50px;
  }

  #hangerbanner {
    content: url("hanger/hangerbannermobile.png") !important;
  }

  #corneredoti {
    display: none;
  }

  #credits {
    display: none;
  }

  #hangercover {
    width: 50%;
    margin: auto;
    padding: 20px;
    padding-top: 60px;
    display: flex;
    min-width: 280px;
    transition: ease all 0.5s !important;
  }

  #hangercover:hover {
    transition: ease all 0.5s !important;
  }

  #hangerstuff {
    display: block;
    margin: auto !important;
  }

  #hangeroutnow {
    object-fit: scale-down;
    margin-top: 20px !important;
    width: 90% !important;
    min-width: 0px !important;
    display: flex !important;
    margin: auto !important;
  }

  #streambutton {
    display: flex;
    margin: auto;
  }
  #hangerstreambutton {
    display: flex;
    margin: auto;
  }

  #undsitevid {
    padding-top: 50px !important;
  }

  #lyricsbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 20px;
  }

  #listennow {
    display: none;
  }

  #hangercd {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #contactbutton {
    width: 120px;
    margin-bottom: 10px;
  }

  #socials {
    width: 100%;
    left: 0px;
    margin-left: 0px !important;
  }
}

#hangercd {
  width: 370px;
  position: absolute;
  z-index: 1;
  margin-right: 500px;
  margin-top: 3px;
  transition: ease all 0.5s !important;
  transform: rotate(-90deg);
}

@media screen and (min-width: 900px) {
  #hangercover:hover {
    transform: translate(-80px, 0px);
    transition: ease all 0.5s !important;
  }

  #hangercover:hover + #hangercd {
    transform: translate(100px, 0px);
    transition: ease all 0.5s !important;
  }
}

@media screen and (min-width: 1200px) {
  #hangercd {
    margin-right: 45% !important;
  }
}

@media screen and (min-width: 1400px) {
  #hangercd {
    margin-right: 50% !important;
  }
}

#hangerbanner {
  width: 100vw;
  position: absolute;
}

#hangeroutnow {
  width: 100%;
  min-width: 500px;
  object-fit: scale-down;
  margin-right: 10%;
  user-select: none;
  pointer-events: none;
}

#streambutton {
  padding: 20px;
  margin-top: 40px;
  /*border: 0px;*/
  cursor: pointer;
  border-radius: 1000px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
  backdrop-filter: blur(40px);
  /*color: white;
  background-color: #a800fd;*/
  background-color: transparent;
  color: #d1e473;
  border: 2px solid #d1e473;
  font-size: 14px;
  transition: ease 0.1s;
}

a {
  text-decoration: none;
}

#streambutton:hover {
  color: #000000;
  background-color: #d1e473;
  border: 2px solid #d1e473;
}

#hangerstreambutton {
  padding: 20px;
  margin-top: 40px;
  /*border: 0px;*/
  cursor: pointer;
  border-radius: 1000px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
  backdrop-filter: blur(40px);
  /*color: white;
  background-color: #a800fd;*/
  background-color: transparent;
  color: #bd39ff;
  border: 2px solid #bd39ff;
  font-size: 14px;
  transition: ease 0.1s;
}

#hangerstreambutton:hover {
  color: #360076;
  background-color: #bd39ff;
  border: 2px solid #bd39ff;
}

#lyricsbutton {
  color: white;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px;
  margin-left: 20px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

#lyricsbutton:hover {
  text-decoration: underline;
}

#streambutton:active {
  color: #360076;
  border: 2px solid white;
  background-color: white;
}

#hangercontainer {
}

#listennow {
  width: 150px;
  margin-top: 40px;
  float: right;
  margin-right: 20px;
  pointer-events: none;
  user-select: none;
  display: none;
}

#contactimg {
  width: 30%;
  max-width: 200px;
  min-width: 200px;
}

#contactcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#undsitevid {
  width: 100vw;
  padding-top: 100px;
  user-select: none;
  pointer-events: none;
}

#loadgif {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  object-fit: scale-down;
  background-color: black;
}

#loadingtext {
  color: white;
  position: fixed;
  bottom: 20px;
  margin: auto;
  font-family: monospace;
  margin-left: 20px;
  right: 20px;
  z-index: 10001;
}

/*video::-webkit-media-controls-start-playback-button {
  display: none;
}*/

#pagebg {
  z-index: -1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

#vidembed {
  /*display: flex;
  margin: auto;
  max-width: 560px;
  width: 100%;*/
}

/*
Source - https://stackoverflow.com/a
Posted by Björn Blomqvist, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-28, License - CC BY-SA 4.0
*/

.auto-resizable-iframe {
  /*max-width: 420px;*/
  margin: 0px auto;
  max-width: 900px;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 56%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
