* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
    font-weight: lighter;
    word-spacing: 4px;
}


body {
    background-color: black;
}

a {
    text-decoration: none;
}

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 20px;
    z-index: 10;
    border: solid 2px #262626;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(0,0,0,0.7);
}

h3 {
    color: #f1f3f4;
}

h4 {
    color: gray;
}



.topCONT {
    /* position: absolute; */
    /* right: 0px; */
    /* left: 0px; */
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    
    /* #485dd2 */
    border: solid #262626 2px;
    border-radius: 10px;
    /* border-bottom: 8px solid #262626; */
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    flex-wrap: wrap;

}

.tpContCnt {
    height: 100%;
    height: 300px;
}

.RIHvnMbl {
    display: none;
}

.vids {
    width: 230px;
    /* height: 350px */
    border: solid #262626 2px;
    border-radius: 10px;
    border-bottom: solid 4px #262626;

}



.auds {
    height: 30px;
    width: 230px;
    border-bottom: gray 6px solid;
    /*#3b4287*/
    border-radius: 30px;
}

.vidDIVS {
    /* border: solid gray 2px; */
    width: 330px;
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

/* Videos Contaner */
/* Videos Contaner */
.vidCONT {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 2px red; */
}

.bkBtn {
    display: none;
}

/* MEDIA QUERY  ***************************************************  */
/* MEDIA QUERY  ***************************************************  */
/* MEDIA QUERY  ***************************************************  */
/* MEDIA QUERY  ***************************************************  */
@media only screen and (max-width: 800px) {

    .topCONT {
        border-color: black;
    }

    .vidTribute {
        border-radius: 10px;
        border: solid 2px #262626;
        /* background-color: #2e3469; */
    }

    .RIHvnMbl {
        display: block;
        height: 150px;
        margin-bottom: 40px;
        border: solid #242850 3px;
        border-bottom: solid #242850 8px;
        border-radius: 30px;


        /* width: 100%; */
        /* height: auto; */
    }

    .RIHvn {
        display: none;
    }

    .vidCONT {
        flex-direction: column;
    }

    .bkBtn {
        display: block;
        height: 40px;
        position: fixed;
        bottom: 10px;
        right: 7px;
    }


}