
body {
 background: url("/Tracks_3-8/brain.png") repeat;
  animation: scrolling 5s linear infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
 cursor: url("cirnopoint.ani"), auto;
}

.wrapping {
  background: url("/teddy_tales/witch2back.png") repeat;
  animation: scrolling 10s linear infinite;
  margin-top: 100px;
  margin-left: auto;
margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;

  height: calc(95vh - 100px);
  width: 80vw;

  overflow-y: auto;
}

@keyframes scrolling {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 900px 900px;
  }
}

h1, p {
  color: powderblue;
  text-align: center;
}

.sitebutton {
  image-rendering: pixelated;
  height: 62px;
}

.sitebutton:hover {
  filter: drop-shadow(2px 2px 2px #ff00dd)
}

#flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}

#container {
  min-height: 0;
  max-width: 1500px;
  margin: 0 auto;
  flex: 1;
  padding: 20px;
  order: 2;
}

#container a {
  color: #ED64F5;
  font-weight: bold;
  text-decoration: none;
  filter: brightness(1.0);
  transition: filter 1.2s ease-out, text-shadow 1.8s ease-out;
  
}

.image-container img {
  width: 100%;
  max-width: 800px;
  margin-bottom: 10px;
}

.image-container {
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;

  flex: 1;
  min-height: 0;

  max-width: 100%;
  width: 100%;

  padding: 20px;
  margin: 0 auto;

  box-sizing: border-box;
}

.hotspot {
  position: absolute;
  top: 905px;
  left: 470px;
  width: 300px;
  height: 300px;
  display: block;
  z-index: 2;
}


.hotspot:hover {
  outline: 2px dashed red;
}

.hotspot2 {
  position: absolute;
  top: 905px;
  left: 30px;
  width: 300px;
  height: 300px;
  display: block;
  z-index: 2;
}

.hotspot2:hover {
  outline: 2px dashed red;
}
.side-column {
  position: absolute;
  top: 0;
  left: 100%; /* places it to the right of the image */
  margin-left: 20px; /* space between image and column */
  width: 200px; /* set a fixed width */
  background: rgba(255, 255, 255, 0.8); /* optional background for readability */
  padding: 10px;
  font-family: sans-serif;
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.centerfold {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow-x: auto;
  max-width: 100vw;
  scroll-behavior: smooth;
}
.centerfold img {
  flex: 0 0 auto;
  width: 100%;
  max-width: 800px;
  height: auto;
}

.h1 {
  color: white;
  
}

.section-wrapper {
  position: fixed;
  top: 70px;
  right: 20px;
  bottom: 10px;
  width: calc(100% - 290px);
  margin-left: 260px;
  
  background:
  linear-gradient(to bottom, #292929 0%, #121212 5%, transparent 100%), 
  linear-gradient(to right, #000000 0%, transparent 5%) 0 0,       
    linear-gradient(to left, #000000 0%, transparent 5%) 100% 0;     
  
     
    
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  height: calc(100vh - 90px);
}

.section {
  max-width: 1500px;
  padding: 20px;
  justify-content: center;
  
}

.section + .section {
  margin-top: 5px;
}

.card,
.circle {
  flex-shrink: 0;
  position: relative; 
  z-index: 1;          
  overflow: hidden;    

}

.scroll-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;

column-gap: 24px;
 row-gap: 8px;

  width: 100%;
  box-sizing: border-box;
}



.card-wrapper {
  position: relative;
  text-decoration: none;  
  cursor: pointer; 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px; 
  margin: 10px;
  margin-bottom: 0px;
  flex-shrink: 0;
  
  
}

.card {
  background: #282828;
 z-index: 1;
  width: 100%;
  
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; 
  overflow: hidden; 
}

.album-art {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border: none; 
}

.card-label {
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.card-subtext {
  text-decoration: none;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin-top: 4px;
}

.spec-label{
  display: none;
  visibility: hidden;
   text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.highlight-background {
  position: absolute;
  top: -10px;                  
  left: -10px;                
  width: calc(100% + 20px);    
  height: calc(100% + 20px); 
  background-color: grey;   
  border-radius: 12px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.highlight-background2 {
  position: absolute;
  top: -10px;                
  left: -10px;                 
  width: calc(100% + 20px);   
  height: calc(100% + 80px);  
  background-color: green;  
  border-radius: 12px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-wrapper:hover .highlight-background {
  opacity: 0.4;}
  
.card-wrapper:hover .highlight-background2 {
  opacity: 0.4;
}

.circle-wrapper:hover .highlight-background {
  opacity: 0.4;
}

.circle-wrapper:hover .highlight-background2 {
  opacity: 0.4;
}

.circle-subtext {
  text-decoration: none;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin-top: 4px;
}

.circle-wrapper {
  position: relative;
  text-decoration: none;  
  cursor: pointer; 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  flex-shrink: 0;
  margin: 10px;
  margin-bottom: 80px;
}

.circle-label {
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.circle {
  background: #282828;
  width: 200px;
  height: 200px;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.scroll-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;

  overflow: visible; /* IMPORTANT */
}



.scroll-button-circle {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, opacity 0.3s ease;
  
  
  opacity: 0;
  pointer-events: none;
}

.scroll-container:hover .scroll-button-circle {
 
  opacity: 1;
  pointer-events: auto;
}

.scroll-button-circle:hover {
  background: rgba(255, 255, 255, 0.3);
}

.scroll-button-circle.left { left: 10px; }

.scroll-button-circle.right { right: 10px; }

.card:hover,
.circle:hover {
  background-color: #383838; 
    
  transition: transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;           
}

.card .hover-image,
.circle .hover-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.card:hover .hover-image,
.circle:hover .hover-image {
  opacity: 1;
}

@media (max-width: 768px) {
  .section-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  body {
    align-items: stretch;
    overflow-x: hidden;
  }
  
}

