* {
    box-sizing: border-box;
    margin:0;
    padding:0;
    scrollbar-color: var(--underline) var(--bgcolor);
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: thin;
  }

::-webkit-scrollbar-thumb {
    background-color: var(--underline);
  }
  
::-webkit-scrollbar-track {
    background-color: var(--bgcolor);
  }

body{
    font-family:"consolas";
    font-size:0.9em;
    background-color: var(--bgcolor);
}

@font-face{
    font-family: "mother";
    src: url("bjork/bjork.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face{
  font-family: "consolas";
  src: url("bjork/consolas.ttf");
  font-weight: normal;
  font-style: normal;
  }

h1{
    text-align:center;
    font-family:"mother";
    font-size:7em;
    margin:0;
    position:relative;
    top:0px;
}

nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

nav input[type="radio"] {
    display: none;
}

nav label {
    font-family: "mother";
    font-size: 2em;
    padding: .5em;
    cursor: pointer;
    color: var(--nav);
    margin: 0 5px;
    line-height: 0.2;
    transition: transform 0.3s ease;

}

nav label:hover {
    transform: scale(1.1);
}

nav input[type="radio"]:checked + label {
    text-decoration: underline var(--nav);
    color: var(--underline);
}

header{
    width:75%;
    height:250px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-size: 100%;
    padding-bottom:30px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--headerimg);
}

main{
    width:75%;
    margin: auto;
    background-color: var(--mainbg);
    padding:20px;
}

#theme-links{
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    margin-top: auto;
    text-transform:lowercase;
    z-index:999;
}

#theme-links a{
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
    transition: transform 0.3s ease;
}

#theme-links a:hover{
    transform: scale(1.1)  translateY(-2px);
    text-decoration:underline wavy;
}

h2{
    text-align:center;
    padding:3px;
    text-decoration: underline wavy 1px var( --underline);
}

u{
    text-decoration: underline 1px dotted var( --underline);
}

mark{
    background-color: var(--underline);
    padding-left:4px;
    padding-right:4px;
}

#theme-image{
    width:300px;
    height:auto;
}

::selection {
    background-color: var(--underline);}

a{
        color: var(--underline);
    }

    main a {
        position: relative;
        text-decoration: none;
        transition: letter-spacing 0.3s ease;
        font-weight:bold;
    }
    
    main a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: transparent;
        transition: background-color 0.3s ease;
    }
    
    main a:hover::after {
        background-color: var(--underline);
    }

    main a:hover{
        letter-spacing:1px;
    }

    main section {
        display: none;
    }
    
    #home-tab {
        display: block; 
    }

    #dhtmltooltip{
        position: absolute;
        width: 170px;
        padding: 5px;
        background-color: var(--underline);
        visibility: hidden;
        z-index: 100;
        text-align: center;
        font-size:0.8em;
        }

        #theme-image{
            max-width:100%;
            height:auto;
        }

summary::-webkit-details-marker {
    display: none;
  }
  summary::before {
    content: '★'; 
    display: inline-block;
    margin-right: 0.5em; /
    font-size:1.1em;
  }
  

  summary {
    cursor: pointer; 
    outline: none; 
    list-style-type: none;
    padding-bottom:4px;
    padding-left:4px;
  }
  

  details[open] summary::before {
    content: '☆'; /
    font-size:1.1em;
  }


details ul {
    list-style-type: none;
    padding-left: 1em;
  }

details ol{
    list-style-type: none;
    counter-reset: item;
}

details ol li::before {
    content: counter(item) ". "; 
    counter-increment: item; 
    position: relative;
}
  

  details li {
    position: relative; 
    padding-left: 1em; 
    margin-bottom: 3px; 
  }
  
  details li:last-child {
    margin-bottom: 0; 
    padding-bottom: 3px;
  }


  details ul li::before {
    content: '✦'; 
    position: absolute;
    left: -2px;
    top:-2px;
  }

  details li li::before {
    content: '✧'; 
    position: absolute;
    left: -2px;
    top:-2px;
  }

  details li li {
    margin-bottom: -7px; 
    margin-top:3px;
    margin-left:-13px;
  }

  details{
    padding:3px;
    padding-bottom:3px;
    padding-right:5px;
    background-color: var(--underline);
    max-height:400px;
    overflow:auto;
  }

  details u{
    text-decoration-color:var(--nav);
    text-decoration-style:solid;
    cursor:pointer;
  }

  details ::selection {
    background-color: var(--mainbg);}

        @media screen and (max-width: 600px) {
            h1 {
                font-size:5em;
                position:relative;
                top:-40px;
            }
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .container details{
            margin-top:15px;
            max-height:200px;
            overflow:auto;
        }
        
        .album {
            background-color:  var(--bgcolor);
            padding: 20px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .album img {
            float: left;
            margin-right: 20px;
            max-width: 150px;
            height: auto;
        }
        
        .album-info {
            margin-left: 170px;
        }
        
        .album-info h2 {
            margin-top: -10px;
        }
        

        @media screen and (max-width: 600px) {
            .album img {
                float: none;
                margin: 0 auto 10px auto;
                display: block;
            }
        
            .album-info {
                margin-left: 0;
            }
        }

        #opinion-tab details{
            max-height:200px;
        }

        #musicplayer{
            width:200px; 
        }
     
        .controls{
            font-size:16px !important; 
            text-align:center;
            width:100%;
        }
     
        i.fas:hover{
            cursor:pointer;
        }
     
        i.fas.fa-pause, i.fas.fa-play, i.fas.fa-forward, i.fas.fa-backward{
            color:var(--underline);
        }

        input[type=range] {
            -webkit-appearance: none;
            appearance:none;
            width: 100%;
            background-color:#dbfcff; 
            display:none;
        }
        
        input[type=range]:focus {
            outline: none;
            display:none;
        }
        

        input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 2px;
            cursor: help;
            background: #E74492; 
            display:none;
        }
        
        input[type=range]::-webkit-slider-thumb {
            height: 10px; 
            width: 10px; 
            border-radius: 0px;
            background: #E74492; 
            cursor: help;
            -webkit-appearance: none;
            margin-top: -4.5px; 
            display:none;
        }
        

        input[type=range]::-moz-range-track {
            width: 100%;
            height: 2px; 
            cursor: help;
            background: #E74492; 
            display:none;
        }
        
        input[type=range]::-moz-range-thumb {
            height: 10px; 
            width: 10px; 
            border-radius: 0px;
            background: #E74492; 
            cursor: help;
            border:none;
            display:none;
        }