
*{
    text-decoration: none;
}

body{
    margin: 0;
    background-color: black;
    height: 1100px;
    color: wheat;
    
}

body::-webkit-scrollbar{
    display: none;
}

header{
    background-color: #0e0e0e;
    width: calc(100%*1);
    height: 150px;
    display: grid;
    align-items: center;
    grid-template-columns: 20% 50% 30%;
    justify-items: center;
}

#logo a{
    font-size: 55px;
    border: 1px white solid;
    border-radius: 15px;
    padding: 7px;
    padding-left: 0px;
    color: wheat;
}

a span{
    font-size: 55px;
    border: 1px white solid;
    border-radius: 15px;
    padding: 7px;
}

#cat_sea{
    width: 350px;
    background-color: #0e0e0e;
    border: 2px black solid;
    border-radius: 15px;
    text-align: center;
    color: wheat;
}

/* #category{

}

ul{
    
} */

ul li{
    display: inline;
    margin-left: 5px;
    color: wheat;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

li a{
    text-decoration: none;
    color: wheat;
}

li a:hover{
    text-decoration: none;
    color: rgb(255, 166, 0);
}


/* ###################################################################################################### */



#rand{
    background-color: #0e0e0e;
    width: calc(100%*1);
    height: 300px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
    justify-content: space-around;
}

#rand img{
    width: 100%;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0px solid white;
}

#rand #rand_C{
    transition: 1;
}

#rand #rand_F{
    
    transition: 1;
}

/* ################################################################################################ */

#all_images{
    background-color: #0e0e0e;
    width: calc(100%*1);
    height: 500px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: calc(100%/2) calc(100%/2);
    justify-items: center;
    align-items: center;
    overflow: auto;
}


img{
    width: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0px solid white;
}

#all_images::-webkit-scrollbar{
    width: 10px;

}

#all_images::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius: 11px;
    height: 80px;}

#all_images::-webkit-scrollbar-track{
    background-color: #424242;
    border-radius: 20px;

}

/* ###################################################################################################### */


#go_to_all_images{
    background-color: #0e0e0e;
    width: calc(100%*1);
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
}

#go_to{
    width: 67%;
    height: 70%;
    border: 1px wheat solid;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    margin: 20px;
    border-radius: 70px;
    padding: 45px;
}

#go_to img{
    width: calc(100%/4);
    height: 200px;
    margin-left: 50px;
    
}

/* #go_to p{
    margin-left: -50%;
    color: wheat;
    border: 1px white solid;
} */

#go_to a p{
    margin-left: 40%;
    margin-top: -8%;
    width: 100px;
    font-size: 55px;
    text-align: center;
    color: wheat;
    border: 1px wheat solid;
    border-radius: 10px;
    
}

#go_to a {
    margin-left: -50%;
}




@media (max-width:909px){
    
    ul li{
        display: inline;
        margin-left: 5px;
        color: wheat;
        font-size:17px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }


    img{
        width: 100px;
    }

    /* #rand{

    } */
    #rand img{
        width: 100px;
    }

    header{
        background-color: #0e0e0e;
        width: calc(100%*1);
        height: 197px;
        display: flex;
        align-items: center;
        /* grid-template-columns: 20% 50% 30%; */
        /* justify-items: center; */
        flex-direction: column;
        justify-content: space-evenly;
    }

    #go_to img{
        width: calc(60%*1);
        height: 200px;
        margin-left: 50px;
        
    }

    #go_to a p{
        margin-left: 30%;
        margin-top: -8%;
        width: 90px;
        font-size: 55px;
        text-align: center;
        color: wheat;
        border: 1px wheat solid;
        border-radius: 10px;
    }  
    /* ###################################################################################### */
    /* ###################################################################################### */
    /* ###################################################################################### */
    /* ###################################################################################### */

   
   

    
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
footer{
    margin: 0;
    height: 100px;
    display: grid;
    background-color: black;
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    justify-items: center;
    align-items: center;
    color: antiquewhite;
}

footer div ul li{
    margin: 8px;
}

footer div ul a :hover{
    color: goldenrod;
}

footer #co::selection{
    background:none;
    
}

/* 
#AD{
    margin-top: calc(50% / 2);
    margin-left: calc(100% / 2);
    position: fixed;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
}

#AD img{
    width: calc(300px);
    height: calc(200px);
}

#AD button{
    cursor: pointer;
}
*/

@media (max-width:1080px){
    #footer{
        margin: 0;
        height: 200px;
        display: flex;
        background-color: black;
        /* grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3); */
        color: antiquewhite;
        font-size: 20px;
        justify-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }


    /* #footer div ul li{
        margin: 0px 10px;
        font-size: 20px;
    } */
}

