body {
  font-family: 'rain';
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  }
  
@font-face {
  font-family: 'rain';
  src: url("https://chubbycomfyalien.neocities.org/fonts/rainyhearts.ttf") format("truetype");
}
  
  /*Contains everything*/
.wrapper {
  width: 935px;
  background: none;
  margin: 0 auto;
  top: 0;
  margin-top: -10px;
  border-left: 0px solid #12282f;
  border-right: 0px solid #12282f;  
  margin-bottom: -10px;
  }

 /* Text Emphasis*/
.em-text { 
  background:#5AE7EA;
  color: #6E438C;
  padding: 3px;
  font-weight: bold;
  display: inline-block;
  box-decoration-break: clone;
  }
 
 /* Dashed border */
.dashed {
  border-top: 3px dashed #5AE7EA;
  border-left: 2px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 4px 1px 3px 3px;
 }
 
  /*Contains main and sidebar divs*/
.wrapper-2 {
  position: relative;
 }
  
  /*Defines the boundaries&size of the main&sidebar columns*/
.main, .sidebar-right {
  display: inline-block;
  }
  
.sidebar-left, .sidebar-right { 
  position: absolute;
  top: 0;
  }
  
.sidebar-left {
  width: 175px;
  margin-left: 0px;
  }
  
.main {
  width: 500px;
  margin-left: 185px;
  }
  
.sidebar-right {
  width: 240px;
  margin-right: 10px;
  margin-left: 10px;
 }

.header {
  border: 3px double #5AE7EA;
  background: #6E438C;
  color: #F9F8F0;
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }


.container {
  position: relative;
}
  
.footer {
  height: 25px;
  text-align: center;
  }

  /*Container for top row*/
.subheader {
  margin-top: 1em;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  }

.pagedoll
{
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 2;
 }
 
.status {
  position: relative;
}
 
.walkingsona {
 position: absolute;
 right: -120px;
 top: -10px;
 z-index: 5;
}

.center {
  display: block;
  text-align: center;
}

.textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #6E438C;
  border-radius: 0;
  box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
  box-sizing: border-box;
  padding: 3px 4px;
  margin-top: 5px;
}

.updates {
background-color: #F9F8F0;
border-style: solid;
  border-width: 3px;
  border-top-color: #352143;
  border-left-color: #352143;
  border-right-color: #6E438C;
  border-bottom-color: #6E438C;
padding:10px;
box-sizing:border-box;
overflow: auto;
max-height: 200px;
font-size: 12px;
}

.todo {
background-color: #F9F8F0;
border-radius: 10px;
padding: 20px;
box-sizing:border-box;
margin: 10px;
box-shadow: 10px 10px #352143;
overflow: auto;
max-height: 200px;
font-size: 12px;
}

.whatsnew {
column-count: 2;
column-gap: 5px;
column-width: 100px;
padding: 10px;
}

.statusbox {
 background-color: rgba(255,255,255,0.6);
 border-radius: 15px;
 font-size:11px;
 color: #352143;
 padding: 1em;
 margin: 1em;
}

 /*Status.cafe */

#statuscafe {
  padding: .5em;
  position: relative;
	background: #F9F8F0;
	border-radius: .4em;
	margin: 10px 0 10px 0;
}

#statuscafe:after {
content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #F9F8F0;
	border-right: 0;
	border-top: 0;
	margin-top: -10px;
	margin-right: -20px;
}


#statuscafe-username {
  margin-bottom: .5em;
  font-size: 14px;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  font-size: 11px;
}

 /*FONTS */

@font-face {
font-family: 'Suika';
src: url('/fonts/Suika.otf') format("opentype");
}

@font-face {
font-family: 'DarkCloud';
src: url('/fonts/DarkCloud.otf') format("opentype");
}

@font-face {
font-family:'vhsgothic';
src: url('/fonts/vhsgothic.otf') format("opentype");
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

  /*Changing h1 Font */
h1 {
 font-family: Suika;
 text-align: center;
 }

h3 {
 font-family: DarkCloud;
 color: #5AE7EA;
 position:relative;
 z-index:1;
 font-size: 20px;
 margin:0px;
 padding:0px;
 filter: drop-shadow(0px 2px #352143  ) drop-shadow(0 -2px #352143  ) drop-shadow(2px 0 #352143  ) drop-shadow(-2px 0 #352143 );
 }

h4 {
color:#5AE7EA;
display: inline-block;
padding: 3px;
font-family: "Courier New";
}

/*Div style for common links.*/
a:link {
  color: #5AE7EA;
  background-color: transparent;
  text-decoration: none;
  font-family: 'Patrick Hand SC';
  cursor: url("Site_Graphics/unknown_source/3d-pixel-cyan-pointer.png"), auto;
}
a:visited {
  color: #352143;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #5AE7EA;
  background-color: transparent;
  text-shadow: #F9F8F0 1px 0 10px;
}
a:active {
  color: #F9F8F0;
  background-color: transparent;
  text-decoration: none;
}
  
/*Div style for navlinks*/     
.navbar {
  font-size: 20px;
  color: #5AE7EA;
 }
 
.navbar li {
    list-style:none;
  }

ul {
  list-style-type:none;
  padding-left:4px;
  margin:0px;
  font-size: 75%;
  }
 
 /*Div dropown for navlinks*/     
 .dropdown {
  color: #5AE7EA;
  position: relative;
  display: inline-block;
 }
 
 .dropdown:hover .dropdown-content {
  display: list-item;
}
 
 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #F9F8F0;
  border: 3px double #5AE7EA;
  padding: 1px;
  z-index: 2;
  left: 0;
  margin-top: -5px;
 }
  
  /*suppress title*/
.title { 
  display: none;
  }

/*Override default margins/padding for headings.*/
.title h1, .title h2, .title h3 {
  padding:0;
  margin: 0;
  }

/*Generic Box used for individual sections in the sidebar, center column, etc.*/
.box {  
  color: #12282f;
  margin: 10px 0px 15px 0px;
  border: 3px double #5AE7EA;
  background:  #BA9AD0;
  }

/*Box headers*/
.box h1, .box h2, .box h4 {
  background: #6E438C;
  color: #5AE7EA;
  margin: 0;
  text-align: center;
  padding: 0.35em 0.25em 0.3em 0.25em;
  border-bottom: 3px double #5AE7EA;
  }
  
   
/*Prevent overflow of large images in main text areas.*/
.box img {
  max-width: 100%;
  height: auto;
  align-items: center;
  }


/**Move the padding from the 'box' class here if you want boxes with specially styled headers or images that 
  don't follow the margins of the main text. 
  **/
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }
  
  /*Scroll Marquee*/  
.marquee {
  box-shadow: 0 1px 3px #352143;
  border: 3px double #5AE7EA;
  background-color: #352143;
  color: #5AE7EA;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 100%;
/* Full width of its parent */
  white-space: nowrap;
  }
  
.marquee img {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0;
  line-height: 35px;
  }
  
/*Tooltip/ Credit Pop Ups*/ 
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #352143;
  color: #5AE7EA;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

/* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #352143 transparent transparent transparent;
}


@keyframes scroll-left {
  0% {
  transform: translateX(100%);
  }

  100% {
  transform: translateX(-100%);
   }
  }
  
/* Bob animation*/
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

@media only screen and (max-width: 800px) {
    .pagedoll {
        visibility: hidden;
    }
}
  
/* ===== Scrollbar CSS ===== */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8f54a0 #5ae7ea;
}

/* Works on Chrome, Edge, and Safari */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #5ae7ea; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8f54a0;
  border-radius: 1px;
  border: 1px #5ae7ea;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #352143; 
}

/* ===== win98 Music Player =====*/
.title-bar {
  background:linear-gradient(90deg, #352143, #6E438C, #5AE7EA);
}
 
.player {
 width:fit-content;
 border: black solid 1px;
 border-width: 1px 0px 0px 1px;
 margin-left:auto;
 margin-right:auto;
}
 .controlimg:hover {
  cursor: url("Site_Graphics/unknown_source/mooncursoredit.png"), auto;
}
 
/* below is styling to get windows 98 effect. from 98.css [https://jdan.github.io/98.css/] */
input[type="range"] {
  -moz-appearance-webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}
 
input[type="range"]:focus {
  outline: none;
}
 
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 20px;
  background: url("gifs/alien.png");
  background-size: cover;
  transform: translateY(-8px);
  box-shadow: none;
  border: none;
}
 
input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(-10px);
}
 
input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 11px;
  border: 0;
  border-radius: 0;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(2px);
}
 
input[type="range"]::-moz-range-thumb {
  background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  border: 0;
  border-radius: 0;
  height: 21px;
  transform: translateY(2px);
  width: 11px;
  }
 
input[type="range"].has-box-indicator::-moz-range-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(0px);
}
 
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: #5AE7EA;
  border-right: 1px #352143;
  border-bottom: 1px #352143;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: #5AE7EA;
  border-right: 1px #352143;
  border-bottom: 1px #352143;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
.tree-view{
  -webkit-font-smoothing:none;
  font-family:"Pixelated MS Sans Serif",Arial;
  font-size:11px
}

u{border-bottom:.5px solid #222;text-decoration:none}
button,input[type=reset],input[type=submit]{
  border:none;
  border-radius:0;
  box-sizing:border-box;
  color:transparent;
  min-height:23px;
  min-width:75px;
  padding:0 12px;
  text-shadow:0 0 #222
}
.vertical-bar,button,input[type=reset],input[type=submit]{
  background:silver;
  box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}
.vertical-bar{
  height:20px;
  width:4px
}
button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{
  box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;
  text-shadow:1px 1px #222}

@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:grey}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}}
 
.title-bar-controls button {border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}
 
.title-bar-controls button {background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}
 
.title-bar-controls button:not(:disabled):active {box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;text-shadow:1px 1px #222}
 
@media (not(hover)) {button:not(:disabled):hover {
  box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey
}
}
 
.title-bar-controls button:focus {
  outline:1px dotted #000; 
  outline-offset:-4px
}
.title-bar-controls button::-moz-focus-inner {
  border:0
}
 
.window, .title-bar {
  font-family: "Pixelated MS Sans Serif", Arial;
  -webkit-font-smoothing: none;
  font-size: 11px;
}
 
.window {
  box-shadow: inset -1px -1px #0a0a0a,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #c0c0c0;
  padding: 3px;
  width:260px;
}
 
.title-bar {
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.title-bar-text {
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.title-bar-controls {
  display: flex;
}
 
.title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}
 
.title-bar-controls button:active {
  padding: 0;
}
 
.title-bar-controls button:focus {
  outline: none;
}
 
.title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 3px left 4px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 2px left 3px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px}
 
.window-body { margin:0px; height:98px; }
 
input[type=range] {
  -webkit-appearance: none;
  appearance:none;
  width: 100%;
}
 
input[type=range]:focus {
  outline: none;
}
 
/* settings for chrome browsers */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px; /* thickness of seeking track */
}
 
 
/* settings for firefox browsers */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px; /* thickness of seeking track */
}
 
.flex {display: flex;}
 
.titlebaricon { 
   height:14px; 
   width:14px;
  }
 
 
.songtitlewindow {
    background-color:#fff;
    box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
  }
 
#musicplayer {
  border:2px solid silver; /* border around player */
  border-width: 2px 0px 0px 0px;
  width:160px; /* width of the player */
}
 
#imagestyle {
  background:silver; /* background color of player */
  border:2px solid silver; /* border around player */
  width:95px; /* width of the player */
  height:95px;
  box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
}
 
.ic {
  width:90px;
  position:relative;
  bottom:1px;
  right:1px;
  overflow:hidden;
  padding:2px;
  border:2px solid transparent;
}
 
.songtitlearrow {
  background-size:100%;
  background-repeat:no-repeat;
  background-image:url(https://files.catbox.moe/f5e8np.png);
  height:21px;
  width:21px;
  position:relative;
  top:2px;
  left:-2px;
  border:0px solid transparent;
  border-width:0px 0px 0px 0px;
}
 
.songtitle {
  padding:5px; /* padding around song title */
  border-bottom:0px; /* border under song title */
  display:block;
  font-family: 'rain';
}
 
.controls {
  font-size:18px; /* size of controls */
  text-align:center;
  width:100%;
  position:relative;
  bottom:10px;
}
 
.controls td {
  padding:8px 5px 0px 5px; /* padding around controls */
}
 
button {
  min-width:40px;
}
 
.seeking {
  background-color:#c0c0c0; /* background color of seeking bar */
  display:flex;
  justify-content: space-evenly;
  padding:14px; /* padding around seeking bar */
}

.seek_slider{
  color: white;
}
 
.current-time {
  padding-right:5px;
}
 
 .total-duration {
  padding-left:5px;
}
 
.controlimg {
  height:15px;
   width:15px;
    }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  }
  
#seek-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
}