@font-face {
    font-family: 'Skurri';
    src: url('Skurri.woff2') format('woff2'),
        url('Skurri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html,body{
    scroll-behavior: smooth;
    background: black;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: 'Skurri';
    color: #ffffffcd;
}

a{
    color: white;
    font-size:22px;
    text-decoration: none;
    padding: 20px;

}

table {
    width:100%;
    border:3px solid rgb(84, 79, 110);
    background: rgba(125, 117, 169, 0.26);
    text-align: Left;
    font-weight: normal;
    vertical-align: top;
}
th {
    text-align: Left;
    font-weight: normal;
    vertical-align: top;
    min-width: 200px;
}
td{
    vertical-align: top;
}
.blue{
    filter:drop-shadow(2px 2px 2px rgb(0, 0, 0));
}
.green{
    filter:drop-shadow(2px 2px 2px rgb(0, 0, 0));
}
.red{
    filter:drop-shadow(2px 2px 2px rgb(0, 0, 0));
}

.blue:hover{
    filter: drop-shadow(0 0 0.75rem rgb(68, 0, 255));
}
.green:hover{
    filter: drop-shadow(0 0 0.75rem rgb(153, 255, 0));    
}
.red:hover{
    filter: drop-shadow(0 0 0.75rem rgb(255, 0, 0)) drop-shadow(0 0 1px rgb(255, 0, 0));
}


#knight {
    height: 100%;
    position: absolute;
    right: 0px;
}
#title{
    position: absolute;
    width:50vw;
}

.svg{
    position: absolute;
   
}
.svg2{
    position: absolute;
}

.img_img{
    
    filter: url(#warp) blur(2px);
   
}

.text_dist{
    filter:url(#warp2) blur(.5px);
}

h1{
    line-height: 20px;
}

#content-holder{
    perspective: 800px;
    height: 100%;
    width: 100%;
}

#content{
    
    position:absolute;
    
    top:10%;
    left:8%;
    width: 85%;
    height: 90%;
   
    line-height: 1.5;
    text-transform: capitalize;
    text-indent: 50px;
    font-variant: small-caps;
    overflow-y: scroll;
    overflow-x: hidden;
    --mask: linear-gradient(to bottom, 
    rgba(0,0,0, 0) 5%,   rgba(0,0,0, 1) 40%, 
    rgba(0,0,0, 1) 75%, rgba(0,0,0, 0) 100%
    ) 100% 50% / 100% 100% repeat-x;


    -webkit-mask: var(--mask); 
    mask: var(--mask);
    transform-style: preserve-3d;
    transform: rotateX(25deg);
    font-size: 40px;

    scrollbar-width:auto;
    
}
#content p{
    // 
}



#tooltip{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(170, 170, 170);
    position: absolute;
    bottom: 5px;
    left:48%;
}

.paper{
   
    background: url("./img/paperBG.png");
    background-repeat: repeat;
    width:90%;
    font-size: 30px;
    
    padding: 35px;
    color: rgb(58, 46, 40);
}
.paper p{
    font-size: 30px;
}

.descriptionPic{
    float: right;
    display: inline;
    width: 20%;
    margin: 10px;
}

.descriptionPicLeft{
    float: left;
    display: inline;
    width: 20%;
    margin: 10px;
}

.longDesc{
    float:left;
    display: inline;
    width: 15%;
    height: auto;
    margin: 20px;
}
.longDescRight{
    float:right;
    display: inline;
    width: 15%;
    height: auto;
    margin: 20px;
}
.dru{
    float:left;
    display: inline;
    width: 10%;
    margin: 20px;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#topbar{
    position: absolute;
    top:65px;
    left: 40%;
    

}
#topbar img{
    width: 32px;
    
}




@media only screen and (max-width: 900px) {
    body{
        width: 100vw;
    }

    th {
        text-align: Left;
        font-weight: normal;
        vertical-align: top;
        min-width: 100px;
    }
    .center{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:50%;
    }
    #content{
    
        position:absolute;
        top:-10%;
        left:15px;
        width: calc(100vw - 15px);
        height: 110%;
        font-size: 20px;
        line-height: 2;
        text-transform: capitalize;
        text-indent: 50px;
        font-variant: small-caps;
        overflow-y: scroll;
        --mask: linear-gradient(to bottom, 
        rgba(0,0,0, 0) 5%,   rgba(0,0,0, 1) 40%, 
        rgba(0,0,0, 1) 75%, rgba(0,0,0, 0) 100%
        ) 100% 50% / 100% 100% repeat-x;
    
    
        -webkit-mask: var(--mask); 
        mask: var(--mask);
        transform-style: preserve-3d;
        transform: rotateX(25deg);
    
        scrollbar-width:auto;
        
    }
    #content p{
        font-size: 20px;
    }
    h1{
        font-size: 25px;
    }

    #knight {
        height: 100%;
        position: absolute;
        right: 0px;
        display: none;
    }

    .text_dist{
        filter:url(#warp2) blur(.5px);
    }
    #title{
        position: absolute;
        width:70vw;
    }
    #tooltip{
        display: none;
    }

    .paper{
   
        background: url("./img/paperBG.png");
        background-repeat: repeat;
        width:90%;
        font-size: 18px;
        
        padding: 15px;
       
    }

    .descriptionPic{
        float: right;
        display: inline;
        width: 94px;
        margin: 5px;
    }
    
    .descriptionPicLeft{
        float: left;
        display: inline;
        width: 94px;
        margin: 5px;
    }
    
    .longDesc{
        float:left;
        display: inline;
        width: 75px;
        height: auto;
        margin: 5px;
    }
    .longDescRight{
        float:right;
        display: inline;
        width: 75px;
        height: auto;
        margin: 5px;
    }
    .dru{
        float:left;
        display: inline;
        width: 55px;
        margin: 5px;
    }
    #topbar{
        top: 80px;
        left: 30px;
    }

}