/* ----------------------------------------------------
   Main Styles for "yoda.shedlabsrecords.com"
   Copyright Shedlabs Records 2025, All Rights Reserved.

   Version: 2.0
   Author: Jonathon Pratt
   URL: www.jonathonpratt.com
---------------------------------------------------- */

/* Debug class */
.debug {
  outline: 1px solid red;
}

a {
  all: unset;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  max-width: 100svw;
  height: 100%;
  min-height: 100svh;
}

body {
  margin: 0;
  clear: both;
  padding: 0;
  width: 100%;
  max-width: 100svw;
  height: 100%;
  min-height: 100svh;
  background-color: black;
  overflow-y: auto;
  overflow-x: auto;
}

#pageWrap {
  width: 100%;
  max-width: 100svw;
  height: auto;
  margin: 0;
  padding: 100svh 0 0 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 10;
  opacity: 1;
}

.pageWrap {
  animation-name: bgIntro;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;

  opacity: 1;
}

#background {
  position: fixed;
  width: 100svw;
  height: 100svh;
  min-width: 100%;
  overflow: clip;
  z-index: -11 !important;
}

.myVideo {
  position: absolute;
  object-fit: cover;
  object-position: 50% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100svw;
  min-height: 100svh;
  overflow: clip;
  z-index: -10 !important;
}

#bgOverlay {
  width: 100svw;
  height: 100vh;
  min-width: 100%;
  min-height: 800px;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: -9;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.5px);
}

#logo {
  position: fixed;
  top: 2.5svh;
  width: 90%;
  height: auto;
  max-width: 350px;
  aspect-ratio: 2.26 / 1;
  background: url("../img/banner/yoda-animated-banner-logo-oct24.png") no-repeat
    center;
  background-size: contain;
}

/* Artists Content ---------------------------------------------------------------*/

#artistContent {
  top: 100svh;
  width: 100% !important;
  background-color: rgba(20, 17, 17, 1);
  background-blend-mode: screen;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: solid rgba(55, 55, 55, 0.7);
  border-width: 1px 0 0 0;
  border-radius: 0px;
  /*backdrop-filter: blur(7px);*/
  padding: 10px 10px 7.5px 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9 !important;
}

#artistContent::before {
  content: "";
  background: url("../img/grunge-texture-bg-2025.jpg") repeat-y center;
  background-size: cover;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.025;
  z-index: -1;
}

.frameglow {
  box-shadow: 0px 0px 10px 0px rgba(230, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
  animation-name: frameglow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  box-sizing: border-box;
}

.contentChange {
  transition: ease 1s;
  display: unset !important;
}

#artistMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Footer -------------------------------------------------*/

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  opacity: 0.75;
  z-index: 10;
}

#copy {
  padding: 5px 10px 5px 7.5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7.5px 0 0 0;
}

.copy {
  color: white;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}

/* Misc Styles -------------------------------------------*/

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/icon/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVYRAD0oc0-b6whmdcW&skey=b8dc2088854b122f&v=v213)
    format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
