@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Elite&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


a {
    text-decoration: none;
}
.header {
    padding: 10.5vw;
    text-align: center;
    background-image: url("/img/banner-home.jpg");
    background-size: 100vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.titleblock {
    background: #111;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 100%;
    border: 3px outset #444;
    }

.separator {
    display: block;
    height: 5vh;
    width: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background-color: #111;
    
}

body {
    background-color: white;
    margin: 0;
}

p.main {
    font-weight: 300;
    font-size: 1.2vw;
    font-family: spectral;
    margin-left: 12px;
    margin-top: 2px;
    text-align: justify;
    color: black
}

h1.main {
    font-variant: small-caps;
    font-weight: 600;
    font-size: 2.3vw;
    font-family: spectral;
    margin-top: 5px;
    padding-left: 10px;
    text-align: center;
    color: black;
}

.container {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    grid-template-areas:
        "nav main extras";
}
/* #region NAV ELEMENTS */
.nav::-webkit-scrollbar-track { background: #282828 }
.nav::-webkit-scrollbar { width: 8px; }
.nav:hover::-webkit-scrollbar-thumb:hover { background: #555; }
.nav::-webkit-scrollbar-thumb { background: #373737; border-radius: 100px }

.nav {
    grid-area: nav;
    height: 100vh;
    top: 0;
    position: sticky;
    background-color: #111;
    margin-top: 0;
    overflow-y: hidden;
    scrollbar-width: 0;
    direction: ltr;
    > .navheader {
        position: sticky;
        top: 0;
        background-color: #111;
        > h1 {
            font-size: 1.7vw;
            font-family: "Roboto Mono", monospace;
            font-variant: small-caps;
            font-weight: 600;
            color: white;
            padding-left: 2px;
            margin-top: 0px;
            margin-bottom: 2px;
            text-align: center;
            border-top: 2px solid #222;
            border-bottom: 2px solid #222;
        }
    }
    > p {
        display: inline;
        font-size: 1.5vw;
        font-family: spectral;
        color: white;
        margin-left: 0;
        margin-top: 2px;
        text-align: justify;
    }
    
    > details.archive summary:hover { background: #343434; }
    > details.archive {
        color: white;
        font-size: 1.05vw;
        font-weight: 700;
        font-family: "Roboto Mono", monospace;
        margin-bottom: 2px;
        > summary {
            color: white;
            border-left: none !important;
            background: #222;
        }
        > details.i summary:hover { background: #222; }
        > details.i {
            padding-left: 10px;
            margin-top: 5px;
            color: #bbbbbb;
            font-size: 1vw;
            > details.ii {
            margin-top: px;
            color: #bbbbbb;
            > summary {
                padding-left: 20px;
                margin-top: 3px;
                color: #55ee77;
                font-size: 0.85vw;
            }
            > p {
                font-family: "Roboto Mono", monospace;
                font-size: 0.75vw;
                color: #eeeeee;
                margin-left: 0px;
                margin-right: 10px;
                margin-bottom: 0;
                margin-top: 0;
                border-top: 2px dashed #666;
                border-left: 2px dashed #666666;
                border-bottom: 2px dashed #666;
                border-right: 2px dashed #666;
                padding-bottom: 10px;
                padding-top: 10px;
                padding-left: 5px;
                > a {
                    text-decoration: none !important;
                    color: inherit;
                }
                
                }
            }
        }
        
    }
    > details.abme summary:hover { background-color: #343434; }
    > details.abme {
        color: white;
        font-size: 1.05vw;
        font-weight: 700;
        font-family: "Roboto Mono", monospace;
        margin-bottom: 2px;
        > summary {
            border-left: 13px;
            color: #eeeeee;
            padding-left: 5px;
            margin-bottom: 2px;
            padding-left: 4px;
            border-left: none !important;
            font-family: "Roboto Mono", monospace;
            background: #222;
        }
        > img {
            display: block;
        }
        > p {
            font-size: 0.8vw;
            font-weight: 400;
            font-family: spectral;
            margin-left: 5px;
            margin-right: 5px;
        }
        h1 {
            font-size: 1.4vw;
            font-family: spectral;
            text-align: center;
            padding-bottom: 10px;
            border-bottom: 2px solid #444;

        }
    }
    details.sub-blogs p:hover { background: #343434 }
    details.sub-blogs summary:hover { background: #343434; }
    details.sub-blogs {
        > summary {
            color: white;
            font-size: 1.05vw;
            font-weight: 700;
            font-family: "Roboto Mono", monospace;
            margin-bottom: 2px;
            background: #222;
        }
        > p {
            color: #bbb;
            font-weight: 700;
            font-size: 1vw;
            cursor: pointer;
            padding-left: 20px;
            line-height: 1;
            margin-bottom: 0;
            padding-top: 4px;
            padding-bottom: 4px;
            
        }
    }

    details {
        font-family: "Roboto Mono", monospace;
        line-height: 1;
        margin-top: 0px;
    }

    details summary {
        transition: margin 100ms ease-out;
        list-style: none;
        padding-left: 10px;
        cursor: pointer;
        font-family: "Roboto Mono", monospace;
        > a {
            text-decoration: none;
        }
    }

    details[open] > summary::after {
        font-weight: 650;
        content: " [-]"
    }
    details:not([open]) > summary::after {
        font-weight: 650;
        content: " [+]"
    }

    
}

    details > summary::marker {
        display: none;
    }
/* #endregion NAV ELEMENTS */
/* #region MAIN ELEMENTS */
.main {
    grid-area: main;
    > p {
        font-family: spectral;
        font-size: 16px;
        font-weight: 400;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
        padding: 0, 0, 0, 0;
    }
}
/* #endregion MAIN ELEMENTS */
/* #region EXTRA ELEMENTS */
.extras > button:active > p {
            background-color: #444;
        }
.extras {
        
        grid-area: "extras";
        background-color: #111;
        position: sticky;
        top: 0;
        height: 100vh;
        overflow: hidden;
        > p {
            color: white;
        }
        > button {
            border: 1px solid #333;
            background-color: inherit;
            display: inline-block;
            width: 25%;
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            > p {
                text-align: center !important;
                display: inline-block;
                width: 100%;
                height: 100%;
                margin-top: 0;
                margin-bottom: 0;
                color: white;
                font-family: "Roboto Mono", monospace;
                padding-left: 5px;
                padding-right: 5px;
                cursor: pointer;
            }
        }
    }

#feedpanel,
#tagspanel,
#socialspanel,
#otherpanel {
    display: none;
}

.extras .extrasoptions.active p {
    background-color: #444;
}
.extras .extrasoptions:hover p {
    background-color: #444;
}
/* #endregion EXTRA ELEMENTS */