@font-face {
    src: url('https://novalite.rest/font/olive.ttf');
    font-family: olive;
}
@font-face {
    src: url('https://novalite.rest/font/Starshines.ttf');
    font-family: starshine;
}
.windowA {
    scrollbar-width: auto;
    scrollbar-color: #361D2E #A5F3E6;
}
.windowA a {
    color: #361D2E!important;
}
.windowA::-webkit-scrollbar {
    width: 16px;
}
.windowA::-webkit-scrollbar-track {
    background: #A5F3E6;
}
.windowA::-webkit-scrollbar-thumb {
    background-color: #361D2E;
}
.windowB {
    scrollbar-width: auto;
    scrollbar-color: #FF6702 #F0ECA2;
}
.windowB a {
    color: #751300!important;
}
.windowB::-webkit-scrollbar {
    width: 16px;
}
.windowB::-webkit-scrollbar-track {
    background: #F0ECA2;
}
.windowB::-webkit-scrollbar-thumb {
    background-color: #FF6702;
}
.windowA {
    background-color: #A5F3E6;
    border: 4px ridge #361D2E;
    border-radius: 1em;
}
.windowA > .tab {
    background: url("https://novalite.rest/siteImage/starbgB.jpg");
    background-size: 2em;
    border-bottom: 4px ridge #361D2E;
    border-radius: 0.8em 0.8em 0 0;
    padding-left: 0.5em;
    position: relative;
    z-index: 99;
}
.windowA > .tab > p {
    filter: drop-shadow(1px 1px 0 #361D2E) drop-shadow(-1px 1px 0 #361D2E) drop-shadow(0 -1px 0 #361D2E) drop-shadow(1px 0 #361D2E);
    margin: 0!important;
    padding-top: 0.1em;
    text-shadow: 0px 0px 2px #361D2E;
    height: 1.3em!important;
    color: #A5F3E6;
    font-size: 1.2em;
}
.windowA > .tab > p > img {
    vertical-align: -0.15em;
    margin-right: 0.2em;
    filter: none!important;
    text-shadow: none!important;
    height: 1em;
    image-rendering: pixelated;
}
.windowB {
    background-color: #F0ECA2;
    border: 4px ridge #ff6702;
    border-radius: 1em;
    color: #751300;
}
.windowB > .tab {
    background: url("https://novalite.rest/siteImage/starbg.jpg");
    background-size: 2em;
    border-bottom: 4px ridge #ff6702;
    border-radius: 0.8em 0.8em 0 0;
    padding-left: 0.5em;
}
.windowB > .tab > p {
    filter: drop-shadow(1px 1px 0 #FFC616) drop-shadow(-1px 1px 0 #FFC616) drop-shadow(0 -1px 0 #FFC616) drop-shadow(1px 0 #FFC616);
    margin: 0!important;
    padding-top: 0.1em;
    text-shadow: 0px 0px 2px #FFC616;
    height: 1.3em!important;
    color: #751300;
    font-size: 1.2em;
}
.windowB > .tab > p > img {
    vertical-align: -0.15em;
    margin-right: 0.2em;
    height: 1em;
    image-rendering: pixelated;
}
.windowB > .inner, .windowA > .inner {
    padding: 0.2em;
    font-size: 1.2em;
}
body {
    background-color: #152233;
    background-image: url('https://novalite.rest/siteImage/skyBg.jpg');
    background-size: cover;
    background-position: 0 -25em;
    font-family: olive;
    position: relative;
    text-transform: lowercase;
}
main {
    width: 55em;
    padding-top: 3.5em;
    position: relative;
    margin: 0 auto;
}
#nav {
    width: 14em;
    height: 35em;
    position: absolute;
    z-index: 99;
    top: 5em;
}
.inner {
    margin: 0 auto;
    width: 93.5%;
    height: 26.9em;
    overflow-y: auto;
    overflow-x: hidden;
}
summary::marker {
    font-size: 0.6em;
}
details {
    font-size: 1.2em;
    margin: 0.5em auto 0.5em 0.5em;
    display: block
}
details p {
    margin: 0 auto 0.1em 0.4em;
    display: block;
    position: relative;
    max-width: 8em;
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}
details a {
    font-size: 0.8em;
    text-decoration: none!important;
    position: relative;
    margin-left: 0.4em;
}
details a::before {
    content: 'a';
    font-family: starshine;
    margin: auto 0.5em auto auto;
    font-size: 0.7em;
}
details p::before {
    transform: scaleX(0);
    transform-origin: bottom left;
} 
details > p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
details > p::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: linear-gradient(90deg,rgba(165, 243, 230, 1) 0%, rgba(165, 243, 230, 1) 60%, rgba(240, 236, 162, 1) 81%);
    z-index: -1;
    transition: 0.3s ease;
}
.active {
    background: linear-gradient(90deg,#FFC615 0%, #FFC615 60%, rgba(240, 236, 162, 1) 81%);
}
#navImg {
    display: block;
    position: relative;
    width: 80%;
    margin: 1em auto 0.5em;
}
#blog {
    width: 42em;
    height: 48em;
    margin: 0 0 auto auto;
}
#back {
    font-family: starshine;
    margin: 0.6em auto 0.1em 0.5em;
    font-size: 4em;
    background-image: url("https://novalite.rest/siteImage/starbgh.gif");
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #361D2E;
    filter: drop-shadow(1px 1px 0 #F0ECA2) drop-shadow(-1px 1px 0 #F0ECA2) drop-shadow(0 -1px 0 #F0ECA2) drop-shadow(1px 0 #F0ECA2);
    position: absolute;
    z-index: 999;
    letter-spacing: 0.15em;
    width: fit-content;
    text-decoration: none!important;
    bottom: -0.3em;
    margin-left: 9.7em;
    text-align: center;
    transform-origin: center;
}
#imgA {
    position: absolute;
    z-index: 100;
    top: -5em;
    right: -4.5em;
    width: 12em;
    transform: rotate(10deg) scaleX(-1);
}
#imgB {
    position: absolute;
    z-index: 99;
    left: -3em;
    bottom: -1em;
    width: 16em;
}
#imgC {
    position: absolute;
    z-index: 0;
    top: 1em;
    left: -4em;
    width: 12em;
    transform: scaleX(-1);
}
#imgD {
    bottom: -1.5em;
    left: 7em;
    width: 12em;
    position: absolute;
    transform: rotate(-75deg);
    z-index: 100;
}
#imgE {
    bottom: -1.5em;
    right: -5em;
    width: 14em;
    position: absolute;
    z-index: 100;
    transform: scaleX(-1) rotate(-10deg);
}
.floaty {
    animation-name: floating; 
    animation-duration: 8s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    animation-delay: -2s;
}
@keyframes floating { 
    0% { 
        transform: translate(0,  0px); 
    } 

    50%  { 
        transform: translate(0, 5px); 
    } 

    100%   {
        transform: translate(0, -0px); 
    } 
} 
.funkyHover {
    letter-spacing: 0.5em;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69);
}
.funkyHover:hover {
    scale: 102%;
    rotate: -1deg;
    letter-spacing: 0.2em!important;
}