body {
    display: flex;
    flex-direction: column;
    align-items: center;     
    margin: 0px;
    font-family: 'Permanent Marker', cursive;
    background-color: gray;

}

* {
    outline: none;
    scroll-behavior: smooth;
}

h3 {
    /* font-family: "comic sans ms"; */
    font-size: 65px;
    color: #0066ff;
}

/* NAV */

nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.8);
    border-bottom: solid gray 3px;
}

.vids {
    width: 560px; 
    height: 315px;
    border-radius: 20px;
    background-color: black;
}

.navCont {
    width: 100%;
    position: fixed;
    /* top: ; */
}

.nav_2_btns {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-bottom: solid rgb(53, 52, 52) 1px;
}

button {
    border-radius: 5px;
}

iframe {
    border-radius: 20px;
}

.boxerGif {
    height: 70px;
}


.bBallReflink {
    border-radius: 90px;
    border: 2px orangered solid;
}

.nbaWebSiteLink {
    border-radius: 90px;
    border: solid 1.5px gray;
    padding-right: 6px;
    padding-left: 6px;
}

.jordanStatsLink {
    border-radius: 90px;
    border: 1.5px gray solid;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
}


img {
    border-radius: 12px;
}

.mostNbaRings {

    border: solid gray;
    border-radius: 20px;
}

.hmBtn {
    text-align: left;
}

a {
    text-decoration: none;
}

.NICE {
    color: red;
    font-weight: bold;
    /* background-color: rgb(255, 0, 0, 0.2); */
    background-color:rgb(255, 165, 0.7);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.kobeBtn {
    background: black;
    color: gold;
    border: solid purple 3px;
    font-weight: bold;
}

.KOBE_PIC_Tribute, .KOBE_PIC_TributeCont {
    width: 100%;
    border-radius: 0px;
}

.topBtn {
    display: flex;
    align-items: center;
}

/* BTN: See You Again  */
.playPauseSUA {
    position: fixed;
    top: 200px;
    right: 20px;
    border: solid gold;
    border-bottom: solid 6px red;
}

/* KOBE MENU  */

.kobeMenuBtn {
    position: fixed;
    z-index: 3;
    top: 20px;
    right: 20px;
}

.kobeMenuBar {
    height: 5px;
    width: 30px;
    background-color: purple;
    margin-bottom: 4px;
    border-bottom: solid gold 1px;
    border-right: solid gold 1px;
    border-radius: 5px;
}

.KobeMenuDIV {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0px;
    border-left: solid purple;
    border-top: solid purple;
    background-color: rgb(0, 0, 0, 0.85);
    width: 300px;
    height: 100%;
    border-top-left-radius: 10px;
    text-align: center;
    overflow: scroll;
}

.kbMenuVid {
    width: 90%;
    border: solid gray 2px;
    border-radius: 10px;
}

#KobeMenuDIVID {
    display: none;
}

.kbH4 {
    background-color: purple;
}

.h3boxing {    
    font-size: 30px;
    color: black;
    margin-bottom: 3px;
}

.NBAplayoffsBnr, .NBAplayoffs {
    width: 100%;
    border-radius: 0px;
}

.NBAplayoffsBnr {
    margin-bottom: -6px;
}

.nav_3mq {
    display: none;   
}

#nav_3mqID {
    display: none;
}

.navB_3mq_btn {    
    display: none;   
}

.boxVids {
    width: 640px;
    height: 360px;
    border-radius: 20px;

}


/* **** MEDIA QUERY ***************************************************************************** */

@media only screen and (max-width: 600px) {

    nav {
        display: none;
    }

    .nav_2_btns {
        background-color: rgba(92, 91, 91, 0.8);
    }


    .nav_3mq {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 50px;
        background-color: black;
        width: 290px;
        text-align: center;
        border: solid silver;
        border-left: none;
        overflow: scroll;
        height: 50%;
    }

    .navB_3mq_btn {   
        position: sticky; 
        z-index: 2;
        display: block;
        margin-left: 14px;
        margin-top: 14px;
        margin-bottom: 25px;

        border: none;

        background-color: transparent;
        /* color: white; */
    }
    
    .menu_dropdn {
        height: 50px;
        border-radius: 0px;
    }

    iframe, .iframeDiv {
        width: 100%;
    }




    .playPauseSUA {
        right: 60px;
        top: 10px;
        bottom: 5px;
    }

    .KobeMenuDIV {
        top: 0px;
    }

    .kobeMenuBtn {
        top: 55px;
        right: 5px;
    }

    .h3boxing {
        text-align: center;
    }

}
