/*
@Tantaumi | CAPTCHaAngel ~~ 2022 - Thru the end of time!! 
    Love yourself.  ((CHECK THE BOTTOM FOR OTHER CREDITORS IF LISTED))
    
    ⠀⠀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⢀⡀⠀
⣴⠛⠉⠉⠱⢦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡴⠞⠉⠉⠙⣦
⣧⠀⠀⠀⠀⠀⠙⢦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⡴⠋⠀⠀⠀⠀⠀⣼
⠹⣄⠀⠀⠀⠀⠀⠀⠈⠙⠲⠦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⡴⠖⠋⠀⠀⠀⠀⠀⠀⠀⣠⠏
⠀⠙⢶⣄⡀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢦⡀⠀⠀⠀⠀⠀⢀⡴⠋⠁⠀⠀⠀⠀⠀⠀⠀⣀⣠⡾⠋⠀
⠀⠀⡼⠋⠉⠀⠀⠀⠀⠀⠀⠀⢀⡀⠀⢹⡄⠀⠀⠀⢠⡟⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠉⠙⢧⠀⠀
⠀⠈⢧⡀⠀⠀⠀⠀⠀⢀⠀⣴⠋⡉⢳⡄⣷⠀⠀⠀⣾⢠⡞⠉⠙⣦⠀⠀⢀⠀⠀⠀⠀⢀⡼⠀⠀
⠀⠀⠈⠙⠒⢲⡟⠀⠀⠀⠀⢻⣄⠙⠛⣱⠇⠀⠀⠀⠸⣎⠛⠋⣠⡟⠀⠀⠈⠀⢻⡗⠒⠋⠁⠀⠀
⠀⠀⠀⠀⠀⠈⠷⣄⣀⣀⣀⣤⠟⠛⠛⠁⠀⠀⠀⠀⠀⠈⠛⠛⠻⣤⣀⣀⣀⣤⠾⠁⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠈⠁⠉⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠉⠈⠀⠀⠀⠀⠀⠀⠀⠀
*/
/* UNIVERSAL STYLING */
.landingpage{
    width: 500px;
    font-family: 'Onli', sans-serif;
    color: rgb(66, 133, 172);
    justify-content: center;
    margin: auto;
    padding: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-width: 7px;
    border-style: solid;
    border-image: url("https://file.garden/aVQM54C0BH5GKhlj/mainborder") 7 fill round; 

}

#header{
    padding: 5px;
    font-family: 'PF Tempesta Seven Condensed', sans-serif;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgba(143, 205, 255, 0.692),hsla(0, 0%, 100%, 0.242));
    border-radius: 10px;
    text-shadow: 2px 2px 2px rgb(123, 143, 160);

}

#box-style{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-width: 10px;
    border-style: solid;
    border-image: url('https://file.garden/aVQM54C0BH5GKhlj/border.png') 7 fill round;
}

#box-stylev2{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-width: 10px;
    border-style: solid;
    border-image: url('https://files.catbox.moe/n55045.png') 7 fill round;
}

#overlay{
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(230, 247, 255, 0.507) 20%, rgba(202, 217, 245, 0) 50%);
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
    user-select: none;
}

/*SCROLLBAR*/
::-webkit-scrollbar-track {
    box-shadow: outset 0 0 5px grey; 
    border-radius: 5px;
  }
::-webkit-scrollbar-thumb {
  background: url('https://file.garden/aJDIRaY1YG2XmKGD/195ea964f177f0d7cc66ad1dfc51b8bc.jpg');
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-width: 7px;
  border-style: solid;
  border-image: url("https://files.catbox.moe/n55045.png") 7 fill round; 
  }
::-webkit-scrollbar {
    background: url('https://file.garden/aJDIRaY1YG2XmKGD/195ea964f177f0d7cc66ad1dfc51b8bc.jpg');
    width: 8px;
  }
::-webkit-scrollbar-thumb:hover {
    background: url('https://file.garden/aJDIRaY1YG2XmKGD/195ea964f177f0d7cc66ad1dfc51b8bc.jpg');
  }


.container{
    user-select: none;
    max-width: max-content;
    display: grid;
    grid-template-columns: auto auto auto;
    font-family: 'Onli', sans-serif;
    color: rgb(66, 133, 172);
    justify-content: center;
    margin: auto;
    gap: 5px;
    padding: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-width: 7px;
    border-style: solid;
    border-image: url("https://file.garden/aVQM54C0BH5GKhlj/mainborder") 7 fill round; 
}

a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none; 
  transition: letter-spacing .5s ease, transform .5s ease;
  
}

ul {list-style-type: none;}

.name{
    transition: letter-spacing ease .5s ;  
}

.name:hover{
    letter-spacing: 2px;
    transition: letter-spacing ease .5s ;
}

.namev2{
    color: rgb(29, 61, 80);
    transition: letter-spacing ease .5s ;

}

.namev2:hover{
    letter-spacing: 2px;
    background: linear-gradient(to right, #395a49, #fa903a, #db1111);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: letter-spacing ease .5s;
}

.decalpopup{
    transition: transform ease .5s ;  
}

.decalpopup:hover{
    transform: scale(1.1);
    transition: transform ease .5s ; 
}

#mainframe{
    max-width:660px;
    width: 660px;
    overflow-x: hidden;
    border: 0px;
    height: 730px;
}


/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-10/ani919.ani), url(https://cur.cursors-4u.net/anime/ani-10/ani919.png), auto !important;} /* End https://www.cursors-4u.com */

/* LEFT SECTION OF THE PAGE */

.left-column{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 350px;
}


.site-map{
    display: flex;
}

.navi-button{
    display: flex;
    padding: 5px;
}


.navi-button:hover {
      letter-spacing: 2px;
      transition:ease .5s;
      transform: translateX( 4px);
      text-decoration: wavy underline;
}

.decalslider{
    margin-top: 10px;   
    width: 100%;
    gap: 5px;
    overflow: hidden;  
    display: flex;
}

.slidercontent{
  white-space: nowrap;
}


/* MIDDLE SECTION OF THE PAGE */

.intro-slider{
    margin-top: 10px;   
    width: 100%;
    overflow: hidden;  
    display: flex;
}

.intro-content{
  white-space: nowrap;
}

.middle-column{
    padding: 10px;
    max-width: 660px;
    width: 660px;
    overflow-x: hidden;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-width: 10px;
    border-style: solid;
    border-image: url('https://file.garden/aVQM54C0BH5GKhlj/border.png') 7 fill round;
}

/* RIGHT SECTION OF THE PAGE */

.right-column{
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.update-box{
    width: 200px;
}

.updates{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 150px;
    width: 250px;
    overflow-y: scroll;
}

.yumering {
    display:flex;
    box-sizing:border-box;
    gap:10px;
    justify-content:center;
    align-items:center;
    padding: 10px;
    height: 110px; width: 250px; /*edit this if necessary, but it might change/alter the way the div looks unless you edit the rest of the elements accordingly*/
    /*feel free to edit the stuff after this*/
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    font-smooth:never;
    -webkit-font-smoothing:none;
    background: linear-gradient(to bottom, transparent, white), url('https://files.catbox.moe/dbv9b2.gif');
    background-size: 100px;
}

.yumering #img {
    width: 100px; height: 90px;
    background-image: url('https://files.catbox.moe/0shu1e.jpeg'); /*IMPORTANT!! REPLACE THIS WITH YOUR FAV!*/
    border:1px solid rgb(255, 255, 255);
    border-radius: 2px;
    background-size:cover;
    background-position:center;
}

.yumering #inbox {
    width: 150px;
    font-size:12px;
}
 


/* Homepage */ 
.homepagecontainer{
    user-select: none;
    width: 630px;
    font-family: 'Onli', sans-serif;
    color: rgb(29, 61, 80);
    overflow-x: hidden;
}

/*About me section*/ 
.aboutmecontainer{
    user-select: none;
    width: 630px;
    font-family: 'Onli', sans-serif;
    color: rgb(29, 61, 80);
    overflow-x: hidden;
    padding: 5px;
}

.chargallery{
    display: grid;
    grid-template-columns: auto auto auto;
    height: 300px;
    overflow-y: auto;
}

.char{

    max-width: 75%;
    border-radius: 10px ;
    
}

.char img{
    max-width: 100%;
    border-radius: 10px ;
    
}

.fanlistings{
    display: grid;
    grid-template-columns: auto auto auto;
    padding-left: 15px;
    gap: 2px;
}

.fan{
    filter: saturate(50%);
    transition: transform ease .5s;
}

.fan:hover{
    transition: transform ease .5s;
    transform: scale(1.2);
}

.quiz{
    display: flex;
    width: 152px;
    padding-left: 15px;
}

/* 100 questions */

.questionscontainer{
    user-select: none;
    width: 630px;
    font-family: 'Onli', sans-serif;
    color: rgb(29, 61, 80);
    overflow-x: hidden;
}

/* my art page*/
.myartcontainer{
       user-select: none;
    width: 630px;
    font-family: 'Onli', sans-serif;
    color: rgb(29, 61, 80);
    overflow-x: hidden; 
}

.art{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.art img{
    width: 610px;
}

.spoiler{
    cursor: pointer;
    background: hsl(144, 100%, 99%);
    filter: blur(100%);
    width: 610px;
    height: auto;
}

.spoiler img{
    display: none;
    width: 100%;
    height: auto;
}

.spoiler-overlay{
    z-index: 100;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #395a49;
}


.spoiler.revealed img{
    display: block;
}

.spoiler.revealed .spoiler-overlay{
    display: none;
}

/* resource page */
.resourcescontainer{
    user-select: none;
    width: 630px;
    font-family: 'Onli', sans-serif;
    color: rgb(29, 61, 80);
    overflow-x: hidden;
    display: flex; 
    flex-direction: column; 
    gap: 10px;
}
/* CREDIT TO OTHERS, FIND THANK YOU!!! */
#s-m-t-tooltip {
z-index: 938458935;
background: rgba(0, 0, 0, 0);
color: rgb(29, 61, 80);
text-shadow: 2px 2px 2px #ffffff;
font-size: 15px;
line-height: 140%;
text-align:left;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-width: 7px;
border-style: solid;
border-image: url("https://files.catbox.moe/n55045.png") 7 fill round;                             
font-family: ms gothic;
letter-spacing: 1px;
text-transform: normal;
max-width: 300px;
word-wrap: normal;
padding: 5px;
display: block;
margin:10px;
/* Remove the transition stuff if you don't want the tooltip to be weirdly slow.*/
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}



