body{
    background-color: black !important;
    color: white !important;
}
::selection{
    background-color: rgba(251, 255, 0, 0.893);
    color: black;
}
.contact{
    color:gold;
    border-bottom: 1px solid gold;
    border-top: 1px solid gold;
    border-radius: 7px;
    padding: 2%;
    box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
-webkit-box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
-moz-box-shadow: -1px -1px 20px 1px rgba(255,215,0,0.71) inset;
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
}

.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}

/* =========================
   SIDEBAR
========================= */

.sidebar{
    width:20vw;
    /* min-width:280px; */
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    scrollbar-width: none;
    
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    padding:20px 0;
    box-sizing:border-box;
}

.sidebaratags{
    display:grid;
    margin-left: 5%;
}

.sidebaratags a{
    /* margin-top:6%; */
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.sidebaratags a:hover{
    color:gold;
    border-bottom: 1.5px solid ;
    border-radius: 7px;
    border-left: 3px solid gold;
    padding: 3%;
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
}
.sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
}

.sidebar-divider span{
    width:80px;
    height:1px;
    background:rgb(211, 179, 1);
}

.diamond{
    width:10px;
    height:10px;
    background:rgb(211, 179, 1);
    transform:rotate(45deg);
}

.div2{
    
    width: 80vw;
    float: right;
    margin-left: 20vw !important;
}
.div2 h1{
    font-family: baskerville old face;
    font-size: 420%;
    letter-spacing: 5px;
}
.about{
    border-radius: 7px;
    padding: 2%;
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    
    transition:.3s;
}
.about:hover{
    border-bottom: 1px solid gold;
    color: gold;
}
.about i{
    color: white !important;
}

.maintextdiv{
    text-align: justify;
    margin-left: 3vw;
    margin-right: 3vw;
    border: 2px dotted gold;
    padding: 2%;
    border-radius: 3px;
}
.emailbox{
    border: 2px double gold;
                padding: 2%;
                border-radius: 4px;
                width: 70%;
}
#version{
    opacity: 100% !important;
    color: rgb(222, 222, 222);
    font-size: max(24px, calc(1.6667vw - 1px));
    text-decoration: underline;
    cursor: pointer;
    transition: 0.4s;
}
#version:hover{
    color: gold;
    border-bottom: 2px solid gold;
    border-radius: 7px;
    padding: 5%;
    transition: 0.4s;
    padding-left: 7%;
    padding-right: 7%;
}

@media (min-width:1920px){

    .sidebaratags a{
        font-size:185%;
    }
    
    .contact{
        font-size:1.9rem;
    }
    .about{
        font-size: 1.9rem;
    }
    .sidebar{
        width: 20vw !important;
    }
    .sidebar h3{
        font-size:240%;
    }
    .div2 center h4{
        font-size: 230%;
    }
    .div2 center h1{
        font-size:610%;
    }
    .div2 hr{
        border: 2px double gold;
        opacity: 100%;
        margin-bottom: 4%;
    }
    .maintext{
        font-size: 170%;
    }
    .maintextdiv{
        border-radius: 10px;
        border: 4px dotted gold;
    }
    .emailbox{
        opacity: 100%;
        border-radius: 9px;
        border: 5px double gold;
    }
    .emailbox{
        font-size: 160% !important;
    }
}


@media (min-width:2496px){

    .sidebaratags a{
        font-size:265%;
    }
    .contact{
        font-size:2.5rem;
    }
    .about{
        font-size: 2.5rem;
    }
    .sidebar h3{
        font-size:350%;
    }
    .sidebar p{
        font-size: 200%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:180px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 250%;
    }
    .div2 center h1{
        font-size:730%;
    }
    .div2 hr{
        border: 2px double gold;
        opacity: 100%;
        margin-bottom: 4%;
    }
    .maintext{
        font-size: 210%;
    }
    .maintextdiv{
        border-radius: 12px;
        border: 5px dotted gold;
    }
    .emailbox{
        opacity: 100%;
        border-radius: 11px;
        border: 5px double gold;
        font-size: 180% !important;
    }
    

}



@media (min-width:3840px){

    .sidebaratags a{
        font-size:310%;
    }
    .contact{
        font-size:3.1rem;
    }
    .about{
        font-size: 3.1rem;
    }
    .sidebar h3{
        font-size:480%;
    }
    .sidebar p{
        font-size: 280%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:260px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 340%;
    }
    .div2 center h1{
        font-size:1100%;
    }
    .div2 hr{
        border: 2px double gold;
        opacity: 100%;
        margin-bottom: 4%;
    }
    .maintext{
        font-size: 270%;
    }
    .maintextdiv{
        border-radius: 16px;
        border: 8px dotted gold;
    }
    .emailbox{
        opacity: 100%;
        border-radius: 11px;
        border: 6px double gold;
        font-size: 280% !important;
    }
    
}


@media (min-width:4200px){

    .sidebaratags a{
        font-size:355%;
        
    }
    .contact{
        font-size:3.4rem;
    }
    .about{
        font-size: 3.4rem;
    }
    .sidebar h3{
        font-size:580%;
    }
    .sidebar p{
        font-size: 300%;
        margin-top: 60% !important;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 360%;
    }
    .div2 center h1{
        font-size:1200%;
    }
    .div2 hr{
        border: 2px double gold;
        opacity: 100%;
        margin-bottom: 4%;
    }
    .maintext{
        font-size: 350%;
    }
    .maintextdiv{
        border-radius: 16px;
        border: 9px dotted gold;
    }
    .emailbox{
        opacity: 100%;
        border-radius: 11px;
        border: 6px double gold;
        font-size: 320% !important;
    }
}


@media (min-width:4900px){

    .sidebaratags a{
        font-size:370%;
        
    }
    .contact{
        font-size:3.8rem;
        
    }
    .about{
        font-size: 3.8rem;
    }
    .sidebar h3{
        font-size:630%;
    }
    .sidebar p{
        font-size: 330%;
        margin-top: 10% !important;
        
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    .div2 center h4{
        font-size: 370%;
    }
    .div2 center h1{
        font-size:1250%;
    }
    .div2 hr{
        border: 2px double gold;
        opacity: 100%;
        margin-bottom: 4%;
    }
    .maintext{
        font-size: 360%;
    }
    .maintextdiv{
        border-radius: 16px;
        border: 10px dotted gold;
    }
    .emailbox{
        opacity: 100%;
        border-radius: 11px;
        border: 7px double gold;
        font-size: 350% !important;
    }
}

@media (max-width:490px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        height: auto !important;
        overflow-y: scroll !important;
        
    }

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    margin-top: 11%;
    height: auto;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100vw !important ;
    padding: 2%;
    overflow-x: auto !important;
    }
    
    

    .sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}
.sidebar{
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    border-top: 2px dotted gold;
    position: relative;
    justify-content:space-between;
    height: auto !important;
    padding:20px 0;
    box-sizing:border-box;
}
.sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
    
}   
    .about{
        font-size: 1.2rem;
    }
    .div2 center h4{
        font-size: 140%;
    }
    .div2 center h1{
        font-size: 220%;
    }
    
    .emailbox{
        width: fit-content;
    }
    .maintextdiv{
        margin-bottom: 7%;
    }
}


@media (min-width:800px) and (max-width:1200px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        margin-top: -6% !important;
        
    }

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    margin-top: 11%;
    height: auto;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100vw !important ;
    
    
    }
    

    .sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
    }

.sidebar{
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    border-top: 2px dotted gold;
    position: relative;
    justify-content:space-between;
    height: auto !important;
    padding:20px 0;
    box-sizing:border-box;
}
    .sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebar h3{
    font-size: 430% !important;
}
.sidebar p{
    font-size: 240% !important;
}
.sidebar-divider span{
    width: 40% !important;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 250%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:2.1rem;
    transition:.3s;
    
}   
    .about{
        font-size: 2.1rem;
    }
    .sidebar img{
        width: 48% !important;
        margin-top: 5%;
    }
    .div2 center h4{
        font-size: 170%;
    }
    
    .div2 center h1{
        font-size: 450%;
    }
    .maintextdiv{
        border: 4px dotted gold;
        border-radius: 8px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    hr{
        border: 2px double gold !important;
    }
    .maintext{
        font-size: 224%;
    }
    .emailbox{
        border: 3px double gold;
        border-radius: 7px;
        font-size: 180%;
    }
}