html {
  cursor: url('https://cdn.cursors-4u.net/previews/dices-56492b53-32.webp') 32 32, auto !important;
  overflow:hidden;
}

    @font-face {
    font-family: 'Lounge Bait';
    src: url('fonts/LoungeBait.woff2') format('woff2'),
        url('fonts/LoungeBait.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

    @font-face {
    font-family: 'Casino Flat Shadow';
    src: url('fonts/CasinoFlatShadow-Regular.woff2') format('woff2'),
        url('fonts/CasinoFlatShadow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
     text-align: center;
     font-family:IBM Plex Serif;
     font-size:15px;
     padding-inline:100px;
     color:var(--dkest-color);
     background-color:#10041a;
    background-image: linear-gradient(to bottom, #000000,#6b989600), url('https://foollovers.com/mat/heart02/j11-bg-heart.gif');
     background-size: 100% 100%, auto;
     justify-content: center;
     align-items: center;
     min-width:700px;
      max-width: 1200px;   /* keeps content from stretching too wide */
      margin: 0px auto;      /* centers wrapper */
      padding: 20px;       /* space inside */
}

        :root {
     --dk-color:#eedfc2;
     --mid-color:#6666ff;
     --lt-color:#b3b3ff;
     --dkest-color:#e7eeca;
     --accent:#6c4cdf;
       }

.ibm-plex-serif-regular {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
}


li {list-style-type: none;}
h1 {
  font-size:40px;
}

p {
  font-size:18px;
}
 h1, h2, h3 {
    font-family: 'Casino Flat Shadow';
    font-weight: normal;
    font-style: normal;
     color:var(--dk-color);
     filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267))
 }

.container {
  background-image: linear-gradient(180deg,rgba(44, 64, 36, 1) 2%, rgba(88, 107, 52, 1) 81%, rgba(110, 133, 74, 1) 100%); 
    border: 15px ridge #573223;
    background-size:100%;
    background-repeat: no-repeat;
  max-width: 800px;           
  margin: 10px auto -20px auto;          
  padding: 20px;          
  border-radius: 120px 120px 0px 0px;         
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


 
@keyframes scanlines {
from {
background: linear-gradient(to bottom, transparent 10%, rgb(0, 0, 0) 51%); background-size: 100% 4px; }
to {
background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, transparent 51%);
background-size: 100% 4px;
}
}

a {
       color:var(--dk-color);
}

a:hover {
       color:#ffffff;
}
.layout {
display: grid;
grid-template-columns: 1fr 3fr;
grid-template-rows: 1fr 0; 
  grid-template-areas:
    "nav main";
grid-column-gap: 20px;
grid-row-gap: 0px;
} 

.bottom-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url('https://foollovers.com/mat/frill03/b18-bg-lace.gif') repeat-y;
filter: drop-shadow(3px 1px 0px #0e0e0e44);
}

.video-container {
  position: relative;
  display: inline-block;
  width: 360px;   
  height: 280px;  
  overflow: hidden; 
}


.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;  
  height: 240px;
  transform: translate(-50%, -50%); 
  z-index: 1;
}


.video-container .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;   
  height: 280px;
  z-index: 2;
  pointer-events: none;
}

    .divider {
      background-color:rgb(38, 59, 31);
      color:white;
      font-size:30px;
      letter-spacing: 5px;
      font-family: 'Lounge Bait', cursive;
      font-weight: normal;
      font-style: normal;
      margin-block:30px;
    }


    .parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.img-floatinganim {
animation-name: floating; 
animation-duration: 3s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 5px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     
    

        /* green theme */
        
        #musicplayer{ 
          z-index:2;
          font-family: 'basiic';
          font-weight:bold;
          height:30px;
          width:100%;
          left:0;
          color:black;
          bottom:0;
          position:fixed; 
          display:flex;
          background: linear-gradient(180deg,#acb983 0%, #e7f0c3 45%,#3b5931  47%, #5d8247 60%, #acb983 100%);
         border:ridge 2px #5d8247; /* border around player */
          outline: solid 2px black;  
         box-shadow: inset 10px 0px 6px -10px #5d8247, inset -13px 0px 6px -10px #5d8247, inset 0px 10px 6px -10px #ffffff, inset 0px -13px 6px -10px #3b5931;
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'pixel';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color:black;
            letter-spacing: 1px; 
        
            background: white;/* background of song title */
            border: gray inset 1px;
               border-radius:6px;
               box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decortation:none;
              z-index:2;
              filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
            .controls td{
               padding-top:5px; /* padding around controls */
            }
         
            .seeking{
              width:75%;
              background: transparent;/* background color of seeking bar */
              display:flex;
              z-index:2;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{  
              padding-right:5px;
              margin-right: 3px; 
             filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
               
            }
         
            .total-duration{
              padding-left:5px;
              filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
           .ctrlimg {
   height:16px;
   width:16px;
   }
    .ctrlimg:hover{
        cursor:help;
    }
            
            input[type=range] {
                -webkit-appearance: none;
                width: 100%;
              background: transparent;
            }
            
            input[type=range]:focus {
                outline: none;
            }
            
            input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 6px; /* thickness of seeking track */
                cursor: help;
                border-radius: 6px;
                background: black; /* color of seeking track */
                border: 1px white solid;
            }
        
            input[type=range]::-webkit-slider-thumb {
              
                height: 30px; /* height of seeking square */
                width: 20px; /* width of seeking square */
                background-image:  url('https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif'); /* image of  seeking square */
                background-size: 25px;
                -webkit-appearance: none;
                margin-top: -10px;
                 z-index: 2;
            }
            
        input[type=range].volume_slider::-webkit-slider-runnable-track { 
            background: white; /* color of volume seeking track */
             filter:drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);  /* outline of volume seeking track */ 
            }
            
         input[type=range].volume_slider::-webkit-slider-thumb {
            background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png);/* image of volume seeking square */
            background-size: 20px;
            height: 20px; /* height of volume seeking square */
            width: 20px; 
            margin-top: -8px;
            z-index: 2;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }    
        
        
        
.gallery {
  border-width:20px; 
border-style:solid;
border-image: url("./pics/I7i5Udr.png") 35 fill round;     
max-width: 200px;   
     filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.616))
}

.grid {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
} 

@media (max-width: 1200px) {
  .grid {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  .grid {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  .grid {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  .grid {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

.collapsible {
      background-color: rgb(38, 59, 31);
      color:white;
      font-size:30px;
      border:none;
      letter-spacing: 5px;
      font-family: 'Lounge Bait', cursive;
      font-weight: normal;
      font-style: normal;
      margin-block:15px;
      width:100%;
}

.active, .collapsible:hover {
  background-color: #1e381b;
}

.collapsible:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 
    max-height 0.5s ease-out, 
    opacity 0.5s ease-out, 
    visibility 0.5s;
}

.galleryscroll {
  max-height:500px;
  overflow-y:auto;
  overflow-x:hidden;
}
.collapsible.active + .content, .gallery {
  opacity: 1;
  visibility: visible;
}

.scroll {
  margin-block:-20px;
  max-height:75vh;
  overflow-y:auto;
}