@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@media only screen and (max-width: 1300px) {
 #contact-pic {
   visibility: hidden;
 }
}

body {
  margin: 0px;
  background: url('/pics/webg.jpg') no-repeat center center;
  background-size: 3000px 100%;
  font-family: 'Archivo Black', sans-serif;
  text-transform: lowercase;
  overflow: hidden;
  display:inline-block;
}

@media only screen and (min-width: 1000px) and (min-height: 1000px) {
 body {
   background-size: 2737px auto;
 }
}

@media only screen and (min-width: 1000px) and (max-height: 1000px) {
 body {
   background-size: 1825px auto;
 }
}

@media only screen and (min-width: 2290px) {
 body {
   background-size: 100vw auto;
 }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  body {
    background-size: 1825px auto;
  }
}

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#border {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    border: 10vh solid #333333;
    box-sizing: border-box;
    z-index: 1;
}

#loader {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 1;
  transition: opacity 1s ease;
}

#bg {
  position: relative;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  overflow:hidden;
}

#bg img {
  width: auto;
  height: 100%;
}

canvas {
  display: block;
  z-index: 3;
}

button {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 400;
}

#right {
  right: 2.5%;
  opacity: 100;
  transition: opacity 1s ease;
  top: calc(50% + 36.6px);
  transform: rotate(90deg);
  transform-origin: 100% 50%;
}

#right:hover {
  animation-name: swipeRight;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes swipeRight {
  from { right: 2.5%; }
  to { right: 3.5%; }
}


#left {
  left: 2.5%;
  opacity: 100;
  transition: opacity 1s ease;
  top: calc(50% + 59.75px);
  transform: rotate(-90deg);
  transform-origin: 0% 50%;
}

#left:hover {
  animation-name: swipeLeft;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes swipeLeft {
  from { left: 2.5%; }
  to { left: 3.5%; }
}

#bottom {
  bottom: 2.5%;
  opacity: 100;
  width: 100%;
  transition: opacity 1s ease;
  /*filter: drop-shadow(0 0 .75rem black);*/
  text-transform: lowercase;
  text-align: center;
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #bottom {
    filter: drop-shadow(0 0 2rem black);
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #bottom {
    filter: drop-shadow(0 0 2rem black);
  }
}

#bottom:hover {
  animation-name: bottomSwipe;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes bottomSwipe {
  from { bottom: 2.5%; }
  to { bottom: 3.5%; }
}

/*@media all and (min-width: 1000px) {
  #bottom {

  }
}*/

#loadbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 200vh;
  background-color: #f89dca;
}

#loading {
  animation-name: loading-flash;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  z-index: 101;
}

@keyframes loading-flash {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

#loadingCircle {
  animation-name: sun-rotation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 101;
}

@keyframes sun-rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#top-right-buttons {
  color: #f89dca;
  font-size: 1.5vh;
  display: inline;
  position: fixed;
  text-align: left;
  bottom: 2.5%;
  left: 2.5%;
  opacity: 100;
  transition: opacity 1s ease;
  font-weight: 400;
  z-index: 9;
  text-transform: lowercase;
  font-family: 'Montserrat', sans-serif;
}

#top-right-buttons a {
  text-decoration: underline;
}


button {
  padding: 0px;

}
.side-button {
  position: fixed;
  padding-top: auto;
  display: inline-block;
  z-index: 9;
  text-transform: lowercase;
}

.toggleButton {
  background: none;
  font-size: 2vh;
  border:none;
  color: #f89dca;
  padding-right: 0vw;
  text-align: right;
}

.toggleButton:hover {
  border-right-width: 1vh;
  transition: border-right-width 1s ease;

}

.toggleButton2 {
  background: none;
  border: none;
  font-size: 2vh;
  color: #f89dca;
  text-align: center;
}

.toggleButton3 {
  background: none;
  border: none;
  font-size: 2vh;
  color: #f89dca;
  text-align: left;
}

#xclose {
  position: fixed;
  bottom: 5%;
  right: calc(50% - 24px);
  opacity: 0;
  transition: opacity 1s ease 1s;
  z-index: 100;

}


#xclose svg {
  fill: white;
}

#video-box {
    bottom: 0px;
    height: 0;
    position: fixed;
    width: 100%;
    background-color: #f89dca;
    transition: height 1s ease;
    z-index: 20;
}

#contact-box {
    height: 100vh;
    position: fixed;
    right: 0;
    width: 0;
    background-color: #f89dca;
    transition: width 1s ease;
    z-index: 20;
}

#mut-box {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 0;
  background-color: #f89dca;
  transition: width 1s ease;
  z-index: 20;
  overflow: visible;
  display: inline-block;
}

#mut-ctn {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2.5%;
  color: white;
  opacity: 0;
  transition: opacity 1s ease 1s;
}

/*@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #mut-box {
    display: block;
    height: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #mut-box {
    display: block;
    height: 100%;
  }
}
*/

#shop {
  width: auto;
  text-align: center;
  padding-bottom: 5vh;
}

#shop a {
  color: #DAC723;
  visibility: hidden;
  transition: visibility 1s ease;
}

#shop h2 {
  z-index: 0;
}

#mut-ctn img {
  height: 40vh;
  width: auto;
  max-width: 100%;
}


#contact-ctn {
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  color: white;
  opacity: 0;
  transition: opacity 1s ease 1s;
}

#contact-ctn p {
  font-family: 'Montserrat', sans-serif;
}


@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #contact-ctn {
    font-size: 2.5vh;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #contact-ctn {
    font-size: 2.5vh;
  }
}

#contact-ctn a {
  margin-top: 5vh;
  color: #333333;
}

#contact-pic {
  position: fixed;
  left: 50%;
  right: 20%;
  text-align: right;
}

#logoPic {
  margin-bottom: 8vh;
  z-index: 101;
}

#contact-ctn h2 {
  margin: 0px;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#new_video {
  opacity: 0;
  transition: opacity 1s ease;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%;
}

#social {
  position: fixed;
  top: 2.5%;
  right: 2.5%;
  z-index: 9;
}

#social div {
  display: inline;
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #social div {
    margin-right: 15px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #social div {
    margin-right: 15px;
  }
}

#audioplayer {
  position: fixed;
  top: 2.5%;
  left: 2.5%;
  z-index: 2;
  display: flex;
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #audioplayer img {
    margin-left: 15px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #audioplayer img {
    margin-left: 15px;
  }
}
#pause {
  opacity: 0;
}

svg {
  fill: #f89dca;
}

/* Minimum resolution */
/*@media (-webkit-min-device-pixel-ratio: 1.1) {
  svg {
    width: 4em;
    height: 4em;
  }
}

@media (-webkit-max-device-pixel-ratio: 2) {
  svg {
    width: 4em;
    height: 4em;
  }
}*/

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  svg {
    width: 4em;
    height: 4em;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  svg {
    width: 4em;
    height: 4em;
  }
}

.layered {
  position: absolute;
  top: 0;
  left: 0;
}

#audioplayer img {
  width: 30px;
  height: 30px;
  z-index: 10;
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #audioplayer img {
    width: 64px;
    height: 64px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  #audioplayer img {
    width: 64px;
    height: 64px;
  }
}

.song-title {
  font-size: 1.5vh;
  font-weight: 400;
  color: #f89dca;
  z-index: 2;
  margin-left: 1.5vw;
  vertical-align: middle;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .song-title {
    line-height: 64px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2.1) and (orientation: portrait) {
  .song-title {
    line-height: 64px;
  }
}

.zbg {
  z-index: 0;
}
