body{
    display:flex;
    margin:0;
    height: 100vh;
    background-color:black;
    font-family:Arial, Helvetica, sans-serif;
}
::selection{
    background-color: rgba(251, 255, 0, 0.893);
    color: black;
}
.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}

/* =========================
   SIDEBAR
========================= */

.sidebar{
    /* width:280px;
    min-width:280px; */
    width: 20vw;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);

    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow-y: scroll;
    scrollbar-width: none;
    padding:20px 0;
    box-sizing:border-box;
}

.sidebaratags{
    display:grid;
    margin-left: 5%;
}

.sidebaratags a{
    /* margin-top:6%; */
    color:white;
    text-decoration:none;
    transition:.2s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}
.sidebaratags a:hover{
    color:gold;
    border-bottom: 1.5px solid gold ;
    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);
}
.sidebaratags a:hover{
    color:white;
}

.contact{
    color:white;
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
}

.contact:hover{
    color:gold;
    border-bottom: 1px solid gold;
    border-radius: 7px;
}
.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;
}
.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);
}
.sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
}
.div2{
    background-color: black;
    width: 80vw !important;
    color: white;
    padding: 2%;
    overflow-y: scroll;
    scrollbar-width: none;
}


.div2 center h4{
    font-size: clamp(1.2rem, 1.6vw, 5rem);
}
#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%;
}

b{
    font-family: baskervilleoldface;
}
@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 h1{
        font-size: 4vw;
    }
    .div2 center h6{
        font-size: 1.1vw;
    }
    .div2 center p{
        font-size: 1.5vw;
        border: 4px dotted gold !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 h1{
        font-size: 4.2vw;
    }
    .div2 center h6{
        font-size: 1.2vw;
    }
    .div2 center p{
        font-size: 1.5vw;
        border: 5px dotted gold !important;
        border-radius: 12px !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 h1{
        font-size: 4.2vw;
    }
    .div2 center h6{
        font-size: 1.2vw;
    }
    .div2 center p{
        font-size: 1.5vw;
        border: 8px dotted gold !important;
        border-radius: 15px !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 h1{
        font-size: 4.2vw;
    }
    .div2 center h6{
        font-size: 1.2vw;
    }
    .div2 center p{
        font-size: 1.5vw;
        border: 9px dotted gold !important;
        border-radius: 15px !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: 46% !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 h1{
        font-size: 4.2vw;
    }
    .div2 center h6{
        font-size: 1.2vw;
    }
    .div2 center p{
        font-size: 1.55vw;
        border: 11px dotted gold !important;
        border-radius: 18px !important;
    }
    
    
}

@media (max-width:490px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        height: auto !important; 
        
        overflow-y: scroll;
        
    }

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    padding: 11%;
    /* height: 100vh !important;  */
    /* position: fixed !important; */
    width: 100vw !important ;
    
    
    
    }
    .div2 center h1{
        font-size: 260% !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;
    overflow-y: hidden;
    position: relative;
    justify-content:space-between;
    border-top: 2px dotted gold;
    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;
    }
    
}



@media (min-width:800px) and (max-width:1200px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll !important;
        height: auto !important;
        overflow-y: auto !important;
        
    }


.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}
.div2{
    
    order: 1 !important;
    
    background-color:rgb(10,12,19);
    overflow-y: scroll;
    margin-left: 0% !important;
    padding-top: 11%;
    height: 100vh !important;
    width: 100vw !important ;
    

}

.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;
    overflow-y: auto;
    position: relative;
    justify-content:space-between;
    /* height: auto !important; */
    padding:20px 0;
    box-sizing:border-box;
    border-top: 4px dotted gold;
    
    
    
}
.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;
    }
    #version{
        font-size: 36px;
    }
    .sidebar img{
        width: 48% !important;
        margin-top: 5%;
    }


.div2 center h1{
    font-size: 6.2vw;
    }
    .div2 center h6{
        font-size: 2.2vw;
    }
    .div2 center p{
        font-size: 2.85vw;
        border: 4px dotted gold !important;
        border-radius: 9px !important;
    }
    
}
