*{
    --sectionTitleColor: #d0bcff;
    --sectionTitleOutlineColor: #282b57;
}


@font-face 
{
    font-family: kawaii stitch;
    src: url(https://dl.dropbox.com/s/yjal3we9j6biyn5/Kawaii%20Stitch.ttf);
}
 
@font-face 
{
    font-family: starborn;
    src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
}
 
@font-face 
{
    font-family: pixel;
    src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
}
 
@font-face 
{
    src: url(https://dl.dropbox.com/s/ct0s037q78sao3f/Frighted.ttf);
    font-family: Frighted;
}
 
@font-face 
{
    src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
    font-family: SakeMoru;
}
 
@font-face 
{
    font-family:'yipes';
    src: url(https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf);
}
 
@font-face 
{
    font-family:'fenotype';
    src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
}

html
{
    /*background-image: url(https://files.catbox.moe/lu6up7.png);*/
    overflow: scroll;
    overflow-x: hidden;
}

body
{
    margin: 0;
    
    background-image: url('https://files.catbox.moe/m2nvcu.png');
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
}

#main-container
{
    max-width: 800px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 5px;
    
    display:grid;
    grid-gap: 8px;
    /*grid-template-columns: 200px minmax(0, 1fr) 150px;*/
    grid-template-columns: 170px 420px 150px;
    /*grid-template-columns: repeat(auto-fit, minmax(0, 1fr));*/
    
    border-width:7px;
    border-style:solid;
    border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;        
}

header
{

    grid-row: 1 / 2;
    grid-column: 1 / 4;
    
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
    background-image: url(https://files.catbox.moe/gzzg37.png);
    background-repeat: repeat;
    height: 170px;
    z-index: 5;
}

#header-title
{
    display: block;
    text-align: center;
    margin-top: -85px;
    filter: drop-shadow( 0 3px var(--sectionTitleOutlineColor)) drop-shadow( 2px 0 var(--sectionTitleOutlineColor)) drop-shadow( 0 -1px var(--sectionTitleOutlineColor)) drop-shadow( -1px 0 var(--sectionTitleOutlineColor)) drop-shadow( 0 5px white) drop-shadow( 5px 0 white) drop-shadow( 0 -5px white) drop-shadow( -5px 0 white) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 2px #424242);
    color:var(--sectionTitleColor);
}

#header-image
{
    display: block;
    margin-left: auto;
    margin-right: 150px;
    margin-top: 30px;
    width: 50%;
    height: auto;
}

nav
{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    height: max-content;
    
    background-color: lavender;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
}

#gif-manager
{
    grid-area:gifmanager;
    height: max-content;
    
    background-color: lavender;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
    
    padding: 3px;
}

.nav-select li
{
  /*list-style-image: url("https://i.imgur.com/hdOddDH.gif");*/
  list-style-image: url("https://i.imgur.com/PFJ9KCl.gif");
  padding-inline-start: 1ch;
}

h3
{
    /*font-family: starborn;*/
    font-family: "Verdana";
    font-size: x-large;
    padding: 8px;
    color: var(--sectionTitleOutlineColor);
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px  #000;*/
}

main
{
  
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    height: max-content;
    
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    
    padding: 0;
    margin: 0;
}

.tabs
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5px;
    list-style-type: none;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #6a5b8f;
}

.tab
{
    cursor: pointer;
    padding: 5px;
    
    transition: .2s ease; 
    color:black;
    
    background-color: #dabaff;
    border-radius: 5px;
}

.tab:hover
{
    color:hotpink;
    background-color: #332b48;
}

.tab.active
{
    color:hotpink;
    background-color: #6a5b8f;
}

.tab-content
{
    margin-left: 20px;
    margin-right: 20px;
}

[data-tab-content]
{
    display: none;
}

.active[data-tab-content]
{
    display: block;
}

/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
  margin-top: 20px;
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}

#socials
{
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    height: max-content;
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    text-align: center;
}

.socials-navi
{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 3px;
}

#moon-box
{
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    height: max-content;
    
    margin-left: auto;
    margin-right: auto; 
    
    background-color: lavender;
    border-width: 5px;
    border-radius: 5px;
    border-style: solid;
    border-color: lavender;
}

.custom-button
{
    border-radius: 50px;
    background-color: lavender;
    background-size:cover;
    font-family: pixel;
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 3px;
    text-align: center;
    padding: 15px;
}

footer
{
    grid-row: 4 / 5;
    grid-column: 1 / 4;
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    text-align: center;
}

/*::-webkit-scrollbar 
{
    width: 0; /* remove scrollbar space */
    /*background: transparent; /* to make scrollbar invisible */
/*}

::-webkit-scrollbar-thumb 
{
    background: transparent;
}
*/

::-webkit-scrollbar
{
    width: 8px;
    border-radius: 100px;
    background: transparent;
}

::-webkit-scrollbar-track
{
    background-color: var(--sectionTitleColor);
}

::-webkit-scrollbar-thumb 
{
    background-color: var(--sectionTitleOutlineColor);
    border-radius: 100px;
}

::selection 
{
    /* Change highlight background color */
    background: #f7abcf;
    
    /* Change highlight text color */
    color: #FFFFFF;
}
 
a 
{
    text-decoration: none;
    width:fit-content;
    transition: .2s ease; 
    color:black;
}

a:hover
{
    color:hotpink;
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

img
{
    max-width: 100%;
}
