@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Sour Gummy|Silkscreen|Chicle|Barrio');


:root {
    --green: #A7E600;
    --green2: #E2FF29;
    --orange: #FF8029;
    --orange2: #FFB229;
    --black: #000000;
    --white: #FFFFFF;
     --thumb-width: 120px;
  
 
}


body {
    background-color: var(--white);
    font-family: tahoma;
    font-size: 9px;
    color: var(--black);
    line-height: 11px;
    text-align: justify;
    background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/splattergrnorng.png');
    background-repeat: repeat;
    overflow-x: hidden;
   
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/ixbzlj.gif"), default;
}
html {
    scroll-behavior: smooth;
    
}


/* LEFT PAGE */
#leftpage {
    position: absolute;
    left: -20px;
    top: 5px;
    width: 415px;
    height: 750px;
    background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/noteboook-1.png');
    background-repeat: repeat-y;
    z-index: 1;
}
#left-menu {
    position: relative;
    margin-top: 10px;
    padding: 5px;
}

.menu-section {
    margin-bottom: 10px;
}

.menu-title {
    font-family: Barrio;
    font-size: 16px;
    color: var(--black);
    border-bottom: 1px dotted var(--black);
    margin-bottom: 3px;
    text-transform: uppercase;
     background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/o1.png');
    background-size: 10px;
    background-repeat: repeat;
    padding: 5px 1px; 

}




#spiral {
    position: absolute;
    left: 305px;
    top: 0;
    width: 745px;
    height: 50px;
    background-image: url('https://heathersaturnia.neocities.org/Mutt/pxls/1985266_95ef9.gif');
    background-repeat: repeat-x;
    transform: rotate(90deg);
    transform-origin: top left;
    pointer-events: none;
    z-index: 2;
}


#hover-layer {
    position: absolute;
    left: 305px;
    top: 10px;
    width: 500px;
    height: 800px;
    pointer-events: none;
    z-index: 4;
}

#hover-box {
    position: absolute;
    min-width: 220px;
    max-width: 300px;
    min-height: 200px;
    max-height: 300px;
padding: 5px;
    background-color: rgba(0,0,0,0.5);
    border: 3px dashed var(--orange2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Sour Gummy', sans-serif;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 3px black;
    display: none;
    pointer-events: none;
    transform: translate(-50%, -50%);

}

#hover-box::after {
    content: attr(data-label);
    position: absolute;
    top: 3px;
    font-family: 'Sour Gummy', sans-serif;
    left: 0;
    width: 100%;
    height: 100%;
    
}





/* CENTER PAGE */
#centerpage {
    position: relative;
    left: 305px;
    top: 5px;
    width: 570px;
    height: 720px;
    background-color: var(--white);
    border: 1px dotted var(--black);
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 3;
}

#centerpage header {
    margin: 0 0 0px 0;
    font-size: 25px;
    font-family: Barrio;
    font-weight: bold;
    color: var(--black);
    background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/o2.png');
    background-size: 10px;
    background-repeat: repeat;
    border-bottom: 2px dotted var(--black);
    margin-bottom: -px;
    padding: 5px 1px;
    text-shadow: -1px 0 var(--white), 0 1px var(--white), 1px 0 var(--white), 0 -1px var(--white);
}


.entry {
    margin-bottom: 10px;
    background-color: var(--white);
    border-radius: 4px;
    padding: 5px;
}


.entry h1 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
    background-color: var(--green2);
    font-family: Barrio;
    background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/g2.png');
    background-size: 10px;
    background-repeat: repeat;
    border-bottom: 2px dotted var(--black);
    margin-bottom: 5px;
    padding: 5px 1px;
    letter-spacing: 1px;
    border-radius: 2px;
}


.thumb {
    width: 100%;
    height: 120px;
    gap: 20px;
    background-image: var(--img);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}

.image-container {
    position: relative;
    display: inline-block;
    width: var(--thumb-width);
    margin: 2px 6px 8px -12px;
    vertical-align: top;   
}



#iframe-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    display: none; 
    margin-top: 5px;
    margin-bottom: 15px;
    overflow-x: hidden;
    
}

#iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: var(--white);
    overflow-x: hidden;
}

#closebtn {
    position: absolute;
    top: 1px;
    right: -1px;
    background: var(--orange);
    color: var(--white);
    font-family: 'Barrio';
    font-size: 18px;
    padding: 2px 6px;
    z-index: 10;
    text-shadow: -1px 0 var(--black), 0 1px var(--black), 1px 0 var(--black), 0 -1px var(--black);
}

#closebtn:hover {
    background: var(--green2);
    color: var(--orange2);
}
#scrollTopBtn {
    position: fixed;
    bottom: 100px;
    left: 800px;
    background: var(--orange);
    color: var(--white);
    font-family: 'Barrio';
    font-size: 14px;
    padding: 6px 10px;
    border: 2px dotted var(--black);
    border-radius: 4px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/a4eumm.gif"), default;
    display: none;
    z-index: 999999; 
    text-shadow: -1px 0 var(--black), 0 1px var(--black), 1px 0 var(--black), 0 -1px var(--black);
}
#scrollTopBtn:hover {
    background: var(--green2);
    color: var(--white);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/a4eumm.gif"), default;
}


/* RIGHT PAGE */
#rightpage {
    position: absolute;
    left: 950px;
    top: 5px;
    width: 603px;
    height: 750px;
    background-image: url('https://heathersaturnia.neocities.org/Mutt/deco/noteboook-2.png');
    background-repeat: repeat-y;
    transform: scaleX(-1);
    transform-origin: left center;
    z-index: 1;
}


#sidebarleft {
    position: absolute;
    width: 240px;
    left: 50px;
    top: 10px;
    padding: 4px;
    border: 1px dotted var(--black);
    height: auto;
    z-index: 4;
}

 p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    line-height: 12px; 
    color: var(--black);
    background-color: transparent;
}


h1, h2 {
    margin: 10px 0 3px 0;
    padding: 1px;
    font-family: Barrio;
    font-size: 30px;
    color: var(--black);
    border-bottom: 1px dotted var(--black);
    text-transform: uppercase;
    text-shadow: -1px 0 var(--white), 0 1px var(--white), 1px 0 var(--white), 0 -1px var(--white);
}


a.nav {
    font-family: Sour Gummy;
    font-size: 16px;
    color: var(--green);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 13px;
   text-shadow: -1px 0 var(--black), 0 1px var(--black), 1px 0 var(--black), 0 -1px var(--black);
}

a.nav:hover {
    color: var(--white);
    background-color: var(--orange);
    
}

a {
    color: var(--green);
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: var(--orange);
     cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/a4eumm.gif"), default;

}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
}
li {
    list-style: none;
    height: 19px;
    padding-left: 18px; 
    background: url("https://heathersaturnia.neocities.org/Mutt/pxls/sfty.gif") left 2px no-repeat;
  
}
li:hover {
    background-image: url("https://heathersaturnia.neocities.org/Mutt/pxls/sftyo.gif");
}


* {
    scrollbar-width: thin;
    scrollbar-color: var(--orange2) transparent;
}
::selection {
    background: var(--green2);
    color: var(--black);
}

::-moz-selection {
    background: var(--green2);
    color: var(--black);
}
