/* FONT START */

@font-face {
    font-family: 'to_japanregular';
    src: url('https://file.garden/ZmIrgyOgiFXI9bZ5/NeoCities/Fonts/to_japan-webfont.woff2') format('woff2'),
         url('https://file.garden/ZmIrgyOgiFXI9bZ5/NeoCities/Fonts/to_japan-webfont.woff') format('woff');
}

@font-face {
src: url(https://dl.dropbox.com/s/mes7b666uvig5wc/Winkle-Regular.otf);
font-family: winkle;
}


/* FONT END */


 /* MUSIC PLAYER START */
        
        #musicplayer{ 
          font-family: 'winkle';
          font-weight:bold;
          height:30px;
          width:100%;
          left:0;
          top:0;
          position:fixed;
          margin-bottom:20px;  
          display:flex;
          background: linear-gradient(180deg,#F5D4BA 0%, white 45%, #F5C8AE 47%, #F5D4BA 100%);
         border:ridge 2px #F5C8AE; /* border around player */
          outline: solid 2px #1F0D04;  
         box-shadow: inset 10px 0px 6px -10px #F5C8AE, inset -13px 0px 6px -10px #F5C8AE, inset 0px 10px 6px -10px #ffffff, inset 0px -13px 6px -10px #fb9146";
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'to_japanregular';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color: #1F0D04;
            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;
              color: #1F0D04;
              text-decortation:none;
              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;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{ 
              color: #1F0D04;
              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{
              color: #1F0D04;
              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;
   }
    
            
            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: url(http://www.rw-designer.com/cursor-extern.php?id=122071);
                border-radius: 6px;
                background: #1F0D04; /* 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;
                
            }
            
        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;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }    
        
        /* MUSIC PLAYER END */
        
        
        /* SCROLLBAR START */
        
        ::-webkit-scrollbar {
        width: 16px;
        height: 16px;
        background-color: #F5D4BA;
        }

        ::-webkit-scrollbar-track {
        background-color: #E8B699;
        }

        ::-webkit-scrollbar-track:active {
        background-color: #CF9E82;
        }

        ::-webkit-scrollbar-thumb {
        border-top: 1px solid #F5D4BA;
        border-left: 1px solid #F5D4BA;
        border-right: 1px solid #1F0D04;
        border-bottom: 1px solid #1F0D04;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #1F0D04;
        width: 16px;
        height: 16px;
        background-color: #F5D4BA;
        z-index: 1;
        }

        ::-webkit-scrollbar-corner {
        background-color: #F5D4BA;
        }

        ::-webkit-resizer {
        width: 16px;
        height: 16px;
        background-color: #F5D4BA;
        background-position: bottom right;
        background-repeat: no-repeat;
        image-rendering: pixelated;
        }

        ::-webkit-scrollbar-button,
        .scroll::-webkit-scrollbar-button {
        border-top: 1px solid #F5D4BA;
        border-left: 1px solid #F5D4BA;
        border-right: 1px solid #1F0D04;
        border-bottom: 1px solid #1F0D04;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #1F0D04;
        display: block;
        width: 16px;
        height: 16px;
        background-color: #F5D4BA;
        image-rendering: pixelated;
        background-repeat: no-repeat;
        background-position: center center;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        background-color: #CF9E82;
        }

        ::-webkit-scrollbar-button:horizontal:decrement,
        .scroll::-webkit-scrollbar-button:horizontal:decrement {
        background-color: #F5C8AE;
        }

        ::-webkit-scrollbar-button:horizontal:increment,
        .scroll::-webkit-scrollbar-button:horizontal:increment {
        background-color: #F5C8AE;
        }

        ::-webkit-scrollbar-button:vertical:decrement,
        .scroll::-webkit-scrollbar-button:vertical:decrement {
        background-color: #F5D4BA;
        }

        ::-webkit-scrollbar-button:vertical:increment,
        .scroll::-webkit-scrollbar-button:vertical:increment {
        background-color: #F5D4BA;
        }

        ::-webkit-scrollbar-button:horizontal:increment:start,
        .scroll::-webkit-scrollbar-button:horizontal:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:decrement:end,
        .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:increment:start,
        .scroll::-webkit-scrollbar-button:vertical:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:decrement:end,
        .scroll::-webkit-scrollbar-button:vertical:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        border-top: 1px solid #868a8e;
        border-left: 1px solid #868a8e;
        border-bottom: 1px solid #868a8e;
        border-right: 1px solid #868a8e;
        box-shadow: none;
        }
      
      
      /* SCROLLBAR END */  
      
      
      
      /* start light mode styling */
	:root {
	
		--border: lightgrey;
		--accent: teal;
		--bg: #dce3e1;
		--gradientTop: white;
		--gradientBottom: rgb(240, 248, 255, .8);
	}
	header {
		background: url('***light mode banner image***');
	}
/* end light mode styling */


/* start dark mode styling */
	@media (prefers-color-scheme: dark) {
		:root {
			
			--color: #1F0D04;
			--border: #9f6758;
			--accent: #F5C8AE;
			--bg: rgb(50,21,7,.8);
			--gradientBottom: rgb(91,47,32,.8);
			--gradientTop: #825140;
			--linkgradientTop: #F5C8AE;
			--linkgradientMid: #F5D4BA;
			--linkgradientBot: #FFFBF7;
			a:link { color: #ebbda3; }
		}
		header {
			background: url('https://file.garden/ZmIrgyOgiFXI9bZ5/NeoCities/Images/Hot%20Cocoa/image_2025-07-09_123428910.png');
		}
	}
/* end dark mode styling */

* { 
	box-sizing: border-box;

.container {
  font-family: 'winkle';
  color: var(--color);
	max-width: 55rem;
	margin-left: 250px;
	margin-top: 70px;
	border: 6px ridge var(--border);
	outline: 3px solid var(--gradientTop);
	outline-offset: 4px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;

	/* container background pattern */
	background-color: var(--gradientBottom);
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, var(--gradientBottom) 9px ), repeating-linear-gradient( var(--bg), var(--bg));
}
/* these control the column widths */
.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


header {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 120px; /* change banner height here*/
	border: 2px ridge var(--border);
	border-radius: 5px;
}
header span {
	font-size: 2.5rem;
	font-family: 'to_japanregular';
	position: absolute;
	right: 250px;
	top: 145px;
	font-weight: bold;
	text-shadow: 1px 1px var(--text),
		-1px 1px var(--text),
		1px -1px var(--accent),
		-1px -1px var(--accent);
	color: var(--accent);
}


nav {
	border: 2px ridge var(--border);
	border-radius: 5px;
	padding: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right, var(--linkgradientTop), var(--linkgradientMid),var(--linkgradientBot));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}
nav a:link, nav a:visited { 
	color: var(--text);
}
nav a:hover, nav a:focus {
	background: linear-gradient(to right,var(--linkgradientBot), var(--linkgradientMid), var(--linkgradientTop));
}

/* optional button styling like in the preview */
div.small > img {
	display: block;
	margin: 5px auto;
	border:2px ridge var(--border);
	border-radius: 5px;
}


section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	padding: 5px;
}


footer {
	text-align: center;
	margin-bottom: 5vw;
	font-size: 0.8rem;
}
footer a { 
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, p  { 
	margin: 5px;
	line-height: 1.2;
}
h1 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px ridge var(--border);
	padding-bottom: 5px;
}
h2 { 
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
	font-size: 1.1rem;
}
h4 { 
	font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
}

/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }


a:hover, a:focus {
	font-style: italic;
}
a:visited {
	color: var(--accent);
}
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      #text09 { 
        display: inline-block; 
        transition: .2s ease; 
      } 
      
      #text09:hover { 
        transform: translateY(-20%); 
        cursor:help;
      }
  
      #text09 a { 
        display: inline-block; 
        transition: .2s ease; 
      } 
      
      #text09 a:hover { 
        transform: translateY(-20%); 
      } 
      
      
      
      
    
      /* BODY */
      
      body {
        background-image: url(https://file.garden/ZmIrgyOgiFXI9bZ5/NeoCities/Images/Hot%20Cocoa/Website%20Background%20-%20Hot%20Cocoa.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-color: #5b2f20;
      }
      
      /* BODY */
        
      /* CURSOR */
      * {cursor: url(https://file.garden/ZmIrgyOgiFXI9bZ5/NeoCities/Cursors/cursorchoco.cur), auto !important;} 
        