
            /* user styles */

            /* styles are what change the color and sizes of stuff on your site. */

            /* these are variables that are being used in the code
    these tended to confuse some people, so I only kept 
    the images as variables */

            :root {
                --header-image: url('/img/bannmer.png');
            


                
                  }

            /* if you have the URL of a font, you can set it below */
            /* feel free to delete this if it's not your vibe */

            /* this seems like a lot for just one font and I would have to agree 
    but I wanted to include an example of how to include a custom font.
    If you download a font file you can upload it onto your Neocities
    and then link it! Many fonts have separate files for each style
    (bold, italic, etc. T_T) which is why there are so many!
    
    */

                 @font-face {
  font-family:gummy;
  src: url(/fonts/gummy.ttf);
  line-height:0;
}
.redacted-script-regular {
  font-family: "Redacted Script", cursive;
  font-style: normal;
    line-height:0;
}
                 @font-face {
  font-family:sf;
  src: url(/fonts/Boopee\ Regular.ttf);
  line-height:0;
    font-weight: bold;
}



            body {
                font-family: gummy;
                font-size:20px;
                margin: 0;
                image-rendering: pixelated;
                /* you can delete the line below if you'd prefer to not use an image */
                color: #ffffff;
            
           background-image: url(/img/bgggg.png);
            background-size: 3000px;
            background-repeat: no-repeat;
            background-position: top center;
            background-attachment: fixed;
            
        }
        body::before {
            display:none;
        }
 /* width */
::-webkit-scrollbar {
  width: 10px;
  
}

/* Track */
::-webkit-scrollbar-track {
background-color: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.265);
  border: 3.5px solid transparent;
    border-radius: 9px;
  background-clip: content-box;

} 





            * {
                box-sizing: border-box;
            }
            /* below this line is CSS for the layout */


            #container {
                max-width: 1200px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
                
            }

          
    

            /* links */
            #container a {
                color: #b37a5c;
 text-decoration: underline;
text-decoration: none;
font-weight: bold;


      
            }
            

            #header {
                width: 100%;
                height: 200px;
                background-image:url(/img/bannmer.png);

                margin-top:10px;
                margin-bottom:10px;
                border-radius: 5px 150px 5px 5px;
                border: rgb(0, 0, 0) solid 2px;
                background-position:center bottom;
                filter:grayscale(30%);

                background-size:cover;
                
            }

            #logo {
                background-image: url(/img/logo3.png);
                width:500px;
                height:200px;
                position:absolute;
                background-size: contain;
                background-repeat: no-repeat;
                margin-left:20px;
                margin-top:10px;
                z-index: 2;

            }

            /* navigation section!! */
            #navbar {
                height:fit-content;
                /* navbar color */
                width: 100%;
                background-image:url(/img/fakepng.png);
                background-size: 300px;
                padding:5px;
                 border: rgb(25, 25, 25) solid 1.5px;
                 border-radius: 0px 0px 5px 5px;
          
               

    
     
  

            }
            #navbar a {
                color:rgb(40, 40, 40);
                font-weight: normal;
            }
            #navbar a:hover {
                   color: rgb(113, 52, 29);
            }


            

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
                flex-direction: column;
            }
            .scroll {
                height: 60px;
                width:100%;
                 border: rgb(25, 25, 25) solid 1.5px;
                 border-radius: 5px;
                 overflow-y: scroll;
                 overflow-x: hidden;
                 padding:5px;
                 text-align: left;
                
            }
            .contentbox {
            padding:5px;
                border: 1.5px solid rgba(0, 0, 0, 0.365);
                border-radius: 5px;
           
                display:flex;
                justify-content:space-around;
                
            }
            .artboxr {
                padding:5px;
                border: 1.5px solid rgba(0, 0, 0, 0.365);
                border-radius: 5px;
                height:300px;
    
           
            }
                   .artboxl {
                padding:5px;
                border: 1.5px solid rgba(0, 0, 0, 0.365);
                border-radius: 5px;
                  height:300px;
           
           
            }
            .about {
             
                 background: linear-gradient(to bottom,white, rgb(214, 214, 214));
                  border: 1.5px solid rgba(0, 0, 0, 0.365);
                border-radius: 5px;
                padding:5px;
           
            
                
            }

            .about li {

                display:block;

               margin-bottom: 5px;
                 background: linear-gradient(to bottom,white, rgb(214, 214, 214));
                  border: 1.5px solid rgba(0, 0, 0, 0.365);
                border-radius: 5px;
                padding:10px;
                text-align: justify;
            }
       
            #sally {
                background-image:url(/img/sally.gif);
                height:460px;
                width:400px;
                background-size: contain;
                position:absolute;
                right:-40px;
                z-index: 100;
                bottom:-100px;
                pointer-events: none;
                cursor:grab
            }
            
            #weenright {
              
                height:auto;
                width:40%;
                margin:15px;
                

            }
            #video {
                height: 40%;
          
             
              
            }
            #buttons img {
                width:80px;
            }
            #fakepng {
                height: 60%;
               background-image: url(/img/fakepng.png);
                background-size: 300px;

            }
            #weenleft {
                width:60%
            }
            #art {
                width:50%;
                gap:10px;
            
          

            }
            .artboxr a {
                display:block;
                width:auto;
                height:100%;
                background-image:url(/art/featured/tiger.png);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

        
          


 /* this section isn't mine. code by gerwld on codepen, editied by me! */

a.aero {
    font-family:gummy ;
  --text: rgb(40, 40, 40);

  padding: 0.2em 1em;
  position: relative;
  border: none;
  font-size: 20px;
  border-radius: 0.3em;
  background: radial-gradient(
      farthest-corner at bottom center,
      rgba(255, 255, 255, 0.7),
      transparent
    ),
    linear-gradient(to bottom, rgba(26, 21, 34, 0.244), rgba(80, 118, 255, 0.103));
  background-color: rgba(173, 162, 159, 0.47);
  color: var(--text);
  cursor: pointer;
   border: 1.5px solid rgb(0, 0, 0);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.311);
  transition: background-color 300ms ease, box-shadow 300ms ease,
    transform 100ms ease;
    margin:2px;
    margin-right:0px;
    margin-left:0px;
      backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(px);
  height:32px;
  text-align: left;
  font-weight: normal;
  

}
a.aero::after {
  --gap: min(2%, 10px);
  content: "";
  position: absolute;
  top: calc(var(--gap) * 1.5);
  left: var(--gap);
  width: calc(100% - (var(--gap) * 2));
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: calc(0.5em - 1px);
  transition: 200ms;
  pointer-events: none;
}

a.aero:hover {
   background-color: rgba(223, 97, 0, 0.42);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
    color: rgb(113, 52, 29);
       border: 1.5px solid rgb(91, 33, 18);
       animation: hover-link 0.5s infinite;
       transform: scale(102%);
}
       @keyframes hover-link {
    0% {font-family: gummy}
    33% {font-family: sf}
    66% {font-family: "Redacted Script", cursive; }
}

a.aero:hover::after {
  height: 30%;
}

 /* ^_^ */






            #flex {
                display: flex;

            }

            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
             margin-top:25px;
                width: 250px;
                      
            }
   


            /* this is the color of the main content area,
    between the sidebars! */
            main {
                flex: 1;

                order: 2;
            }

            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

            */ #leftSidebar {
                order: 1;
                
            }

            #rightSidebar {
                order: 3;
            }

            footer {
        font-weight: bold;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
                margin-top:10px;
                text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of song title */

                /* this centers the footer text */
            }
      

         

            .window {
          padding: 5px;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.28) 0%, rgba(255, 255, 255, 0.23) 45%, rgba(0, 0, 0, 0.33) 48%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.306);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.847);
          margin-right:5px;
          margin-left:5px;
          min-height: fit-content;
            }


            h1 {
               display:block;
               font-size: 20px;
               text-align: center;
               background-image:url(/img/dithered.png);
               background-position: center;
               padding:5px;
               text-shadow: 1.5px 0 #000, -1.5px 0 #000, 0 1.5px #000, 0 -1.5px #000;
            color:white;
            border: 1px solid #fff;
             outline: black solid 1px;
             margin: 0px;
             border-radius: 5px;
                  filter:grayscale(30%);
              
             
          
            }
            h2 {
                display:block;
                font-size: 20px;
background: linear-gradient(0deg, rgba(183,183,183,1) 0%, rgba(207,207,207,1) 100%);
  border-radius: 2px;
  color: white;
  padding: 1px;
padding-left:15px;
  border: 1px solid #000000;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 2px 1px #afafaf8c, inset 0 0 1px 1px #f3f3f3;
             margin: 0px;
           text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000;
           

             
            }
            h3 {
                font-size:20px;
                margin:5px;
                text-align: center;
                font-family: gummy;
                color:rgb(92, 92, 92)
            }


            
            li {
  list-style: "✦ ";
}

            strong {
                /* this styles bold text */
                color: #ED64F5;
            }
            

            /* this is just a cool box, it's the darker colored one */
            .box {
                background-color: #e6e6e6;
                border: 2px solid #00000090;
                padding: 5px;
                color:black;
                border-radius: 5px;
                height:94%;
 

            }
                   .box2 {
                background-color: #e6e6e6;
                border: 2px solid #00000090;
                padding: 10px;
                color:black;
                border-radius: 3px;
                height:100%;
                   
              

            }
            

            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #13092D;
            }
            

            .gifypet {
  overflow: hidden;
  height:220px;
            }
            #fishytank {
                 zoom: 0.70;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.70);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
            }
            @media screen and (-webkit-min-device-pixel-ratio:0) {
  #fishytank {
    zoom: 1;
  }
}


            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media only screen and (max-width: 1000px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
             margin-top:10px;

                      
            
                }
.sonata {
width:100%
}
body {
    overflow-x: hidden;
}

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
                main {
                    order: 1;
                margin-right:0px;
          margin-left:0px;
                }

                #leftSidebar {
                    order: 2;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
            }

                    @media only screen and (max-width: 600px) {
                    #sally {
                        display:none;
                           width:0px;
                           height:0px;
                    }
                    body {
                        background:none;
                    
                    }
                    .aboutflex {
                        flex-direction: column;
                    }
                    #art, .updates {
                        width: 100%;
                    }
                     #header {
                background-image:url(/img/bannmer2.png);
                background-size: 1000px;
                background-position:center;
            }
                        #logo {
                margin-left:0px;
                margin-top:10px;
                 position: absolute; 
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  background-size: contain;
background-position: center;
width:100%;
            


            }
                
                
                  
                  #weenleft {
                    width:100%
                  }
                     #weenright {
                        display:none;
                        width:0px;
                        height:0px;
                        margin:0px;
                        
                    }
                    body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(/img/bgggg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
               
            }

               



            
