:root {
    --black: #1a131b;
    --darkblue:#17323e;
    --green: #2b5649;
    --sage: #707553;
    --yellow: #eba45b;
    --cream: #f6e9b7;
    --orange:#ca5429;
    --red:#861f2c;
    --gradient: #17323e, #2b5649, #7a7f5c, #c84415, #861f2c;
}

@font-face { font-family: "Lemon"; src: url(https://imgename.neocities.org/fonts/Lemon-Regular.ttf) format("truetype"); }
@font-face { font-family: "Enriqueta"; src: url(https://imgename.neocities.org/fonts/Enriqueta-Regular.ttf) format("truetype"); font-weight:normal; font-style: normal;}
@font-face { font-family: "Enriqueta"; src: url(https://imgename.neocities.org/fonts/Enriqueta-Regular.ttf) format("truetype"); font-weight: bolder; font-style: normal;}


::selection {
    color: var(--cream);
    background-color: #ba7e16a7;
    text-shadow: none;
}

a {
    color: var(--yellow);
}

a.link {
    color: var(--red);
}

a.link:hover {
    color: #be4026;
}

img {
    user-select: none;
    
}

.image {
    display: block;
    width: min(60%, 20rem);
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: var(--cream) solid 3px;
    border-radius: 5px;
}

button {
    font-family: 'Texturina', Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.2rem;
}

body {
    width: 100vw;
    height: 1100px;
    margin:0%;
    caret-color: rgba(0, 0, 0, 0);
    background-image: url(assets/asset-background.webp);
    background-size: contain;
    position: relative;
    z-index: -5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-family: 'Texturina','Courier New', Courier, monospace;
    color: var(--darkblue);
    scrollbar-color: var(--sage) var(--cream);
}

#siluet {
    position: absolute;
    width: 100dvw;
    bottom: 0;
    pointer-events: none;
    z-index: -4;
    
}

@keyframes spin{
    100%{
        transform: rotate(360deg);
    }
}

.container {
    height: 99%;
    width: min(70rem,98%);
    background-image: linear-gradient(#eba35b57, #dc7e2785);
    border: var(--cream) solid 3px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    z-index: -3;
    position: relative;
}

header {
    background-image: url(assets/asset-header-tl.webp);
    position: relative;
    background-size: cover;
    background-position: center;
    height: min(9rem, 25vw);
    border-radius: 7px 7px 0 0;
    border-bottom: var(--cream) solid 2px;
    z-index: -2;
    
}

#home {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--cream);
    background-color: #ca5429ac;
    padding: 0.2em 0.8em;
    border-style: solid;
    border-radius: 0.3rem;
    border-width: 2px;
    text-decoration: none;
}

#home:hover {
    text-decoration: underline;
}

#name  {
    color: var(--cream);
    font-size: min(10vw, 3.5rem);
    font-family:'Lemon','Convergence', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    text-shadow: var(--orange) 2px 2px, var(--red) 4px 4px;
    z-index: 1;
    pointer-events: none;
}

header::after {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background-image: url(assets/asset-header-ist.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
    
}

aside {
    width: 25%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    color: var(--cream);
    position: relative;
    overflow: hidden;
    padding-right: 1rem;
}

.mainnav {
    
    background-color: var(--sage);
    border: var(--cream) solid 2px;
    border-radius: 10px;
    padding-bottom: 0.5rem;
    scrollbar-color: var(--red) var(--green);
    height: 26rem;
    overflow-y: scroll;
}

#requests {
    background-color: var(--sage);
    
    border: var(--cream) solid 2px;
    border-radius: 10px;
    padding-bottom: 0.5rem;
    padding: 1rem;
}

#vinylnav {
    width: 110%;
    position: absolute;
    right: -50%;
    bottom: 2.5rem;
    z-index: -3;
    animation: spin 18s linear infinite;
}

#vinylmobile {
    display: none;
}
/* Navbar */
        .navtitle {
            padding: 0.5rem;
            margin: 0;
            
            width: calc(100% - 0.5rem*2);
            text-indent: 2rem;
            background-image: linear-gradient( to left,var(--green) 30%, var(--darkblue));
            color: var(--yellow);
            pointer-events: none;
            position: relative;
            
        }

        #navtop {
            border-radius: 8px 8px 0 0;
        }

        .navdetails {
            font-size: 1.2rem;
        }

        .subsection {
            background-image: linear-gradient(to right,var(--green), var(--red) 20%, var(--green));
            border: var(--orange) double 3px;
            border-style: double none double none;
            border-radius: 3px;
            color: var(--yellow);
            padding: 0.6rem;
            margin: 0.3rem;
        }

        .subsection::marker {
            content: ' ';
        }

        details[open] .subsection::marker {
            content: '❖ ';
        }

        .subsection:hover {
            cursor: pointer;
        }

        .navdetails::details-content {
            background-color: var(--sage);
            margin: 0.2rem 0.5rem;
            border-left: var(--green) solid 2px;
            
        }

        .navclick {
            background-image: linear-gradient(to right,var(--sage), var(--green) 20%, var(--sage) 80%);
            border: var(--green) inset 2px;
            border-radius: 3px;
            color: var(--cream);
            padding: 0.3rem 0.6rem;
            margin: 0.3rem;
            width: 95%;
            text-align: left;
            text-shadow: var(--orange) 1px 1px;
            transition: all 0.1s;
            cursor: pointer;
            
        }

        .navclick:hover {
            text-decoration: underline;
            letter-spacing: 0.02rem;
        }

        .navclick:active {
            text-decoration: underline;
            letter-spacing: 0.02rem;
            background-image:linear-gradient( var(--green));
        }

        .navclick:focus {
            background-image:linear-gradient( var(--green));
        }

        .navarticle {
            text-align: left;
            font-size: 1.1rem;
            background: none;
            padding: 0.3rem 0.8rem;
            color: var(--cream);
            border-color: transparent;
            border-left: var(--darkblue) solid 2px;
            margin: 0.5rem;
            transition: all 0.1s;
            cursor: pointer;
        }

        .navarticle:hover {
            letter-spacing: 0.02rem;
            text-decoration: underline;
        }

#main {
    display: flex;
    flex-direction: row;
    height: 84%;
    margin: 1rem;
}

main {
    width:80%;
    background-color: #f8ca81ce;
    border: var(--red) solid 2px;
    border-radius: 10px;
    overflow-y: scroll;
    font-family: 'Texturina','Enriqueta','Courier New', Courier, monospace;
    overflow-x: hidden;
    caret-color: var(--orange);
}

.mainsection {
    display: none;
}

.checkout {
    background-image:linear-gradient(to right,var(--green), var(--red) 20%, var(--green));
    border: var(--cream) solid 2px;
    color: var(--cream);
    border-radius: 4px;
    text-shadow: var(--green) 0 0 10px;
    margin: 2rem 0.5rem;
}

#checkout {
    color: var(--cream);
    background-image:  url(assets/asset-plaid.webp);;
    padding: 0.3rem 0.8rem;
    border: var(--cream) solid 2px;
    
}

.contentwarning {
    width: 60%;
    text-align: center;
    padding: 0.4rem;
    margin: 0.8rem 20%;
    background-color: #861f2d85;
    color: var(--cream);
    border-radius: 0.8rem;
    caret-color: transparent;
}

.contentwarning::before {
    content: url(assets/asset-warning.gif);
    padding-right: 0.4rem;
}

.contentwarning::after {
    content: url(assets/asset-warning.gif);
    padding-left: 0.4rem;
}

.songnav {
    margin: 0;
    height: max-content;
    padding: 0.5rem;
    background-color: var(--yellow);
    text-align: center;
    border: var(--cream) solid 3px;
    border-style: solid none;
    
}

a.songdirect {
    color: var(--green);
}

a.songdirect:hover {
    color: var(--red);
}


a.songdirect::before {
    display: inline-block;
    content: '';
    background-image: url(assets/asset-orange.webp);
    width: 1rem;
    height: 1rem;
    background-size: contain;
    margin-right: 0.3rem;
}

.mainsummary {
    padding: 0.5rem 3rem 1rem 2rem;
    margin: 0;
    background-image: radial-gradient( var(--orange) 20%,  var(--red));
    color: var(--cream);
    font-family: 'Enriqueta','Texturina','Courier New', Courier, monospace;

}

h1 {
    text-shadow: var(--sage) 1px 1px;
    font-weight: bolder;
}

h2 {
    margin: 0.1rem;
    background: linear-gradient(to left, var(--gradient), var(--gradient));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2::selection {
    background-color: #99661050;
}

a.songlink {
    margin: 0;
    color: var(--red);
    font-size: 1rem;
}

.poast {
    margin: 1rem;
    padding: 1rem;
    padding-bottom: 1.4rem;
    border-bottom: var(--red) solid 2px;
    
}

article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
}

.lyrics {
    flex:1;
    padding: 0.5rem 1rem;
    margin: 0.8rem;
    /* box-shadow: 5px 5px 3px var(--cream) inset, 5px 5px 3px var(--yellow); */
    border-radius: 10px;
    text-shadow: var(--yellow) 0 0 15px;
}

.chorus {
    color: var(--green);
    padding-bottom: 0.9rem;
    cursor: pointer;
}

.chorus:hover {
    color: var(--sage);
}

.chorus::marker {
    content: '❊';
    padding-right: 0.6rem;
}

details[open] .chorus::marker {
    content: '❈ ';
    padding-right: 0.6rem;
}

.afterword {
    border: var(--green) groove 3px;
    border-radius: 5px;
    background-color: var(--sage);
    grid-area: 2 / 1 / 2 / 4;
    color: var(--cream);
    padding: 1rem 2rem;
    margin: 1rem 3rem;
    position: relative;

}

.afterword::after {
    content: 'Afterword';
    background-color: var(--green);
    color: var(--yellow);
    padding: 0rem 3rem 0.4rem 3rem;
    text-align: center;
    position: absolute;
    top: -2rem;
    left: 1rem;
    --p: 20px; /* control the shape (can be percentage) */
    height: 180px;
    aspect-ratio: 3/2;
    clip-path: polygon(var(--p) 0,calc(100% - var(--p)) 0,100% 100%,0 100%);
    width: max-content;
    height: 1.5rem;
    text-wrap: nowrap;
}

.notes {
    margin: 0.8rem 4rem;
    font-size: 1rem;
    margin-top: 0;
    padding: 0.5rem 1.5rem;
    border: var(--cream) groove 3px;
    border-radius: 5px;
}

.pin {
    color: var(--black);
    

}
@media screen and (max-width: 1400px) {
    body {
        background-size: cover;
    }
}

@media screen and (max-width: 850px) {
    .container {
    margin: 0.1rem;
    background-image: linear-gradient(#cc7f45d5);
    }

    #home {
        font-size: 0.7rem;
        top: 0.6rem;
        left: 0.6rem;
    }

    button {
        font-size: 1rem;
    }

    body {
        background-size: cover;
        font-size: 0.9rem;
        height: max-content;
        background-size: 200%;
    }

    aside {
        width: 100%;
        font-size: 0.9rem;
    }

      #requests {
        display:none;
    }

    .navclick {
        padding: 0.2rem 0.4rem;
    }

    .subsection {
        padding: 0.4rem 0.6rem;
    }

    .navdetails {
      font-size: 1rem;
    }

    .navarticle {
        font-size: 1rem;
    }

    .mainnav {
        margin: 0.5rem;
        height: 14rem;
        overflow-y: scroll;
        width: 60%;
    }

    #vinylnav {
        
        display: block;
        position: absolute;
        left: calc(60% - 5rem);
        top:12%;
        width: max(12rem, 40%);
        
    }

    main {
        width: 100%;
        height: max-content;
    }
  
    #main {
        margin: 0.5rem;
        flex-direction: column;
        
    }
    
    .afterword {
        padding: 1rem;
        margin: 0.5rem;
    }
    .notes {
        margin: 0.5rem;
        font-size: 0.8rem;
    }

    article {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
}