* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}

a {
    text-decoration: none;
}


body {
    /* background-image: url('../LandingPg/images/MJ_Shot_98.jpg'); */
    background-image: url('images/MJ_Shot_98_Drk_BG.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: black;
}



.mPgBtn {
    display: flex;
    align-items: center;
    background-color: black;
    color: silver;
    border: black solid;
    border-radius: 10px;
    border-radius: 5px;
    border: gray solid 1.5px;
}

.jmMnPgBtn {
    height: 70px;
}

nav {
    display: flex;
    align-items: center;
    width: 230px;
    /* height: 50px; */
    justify-content: space-around;
    background-color: black;
    border-radius: 10px;
    padding: 5px;
    padding-top: 8px;
    overflow: visible;
}

.videoMn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 200px;
    border-radius: 10px;
    border: solid #d70404 4px;
    border-bottom: solid #d70404 11px;
}

.MixTape  {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 200px;
    border-radius: 10px;
    border: solid silver 4px;
    border-bottom: solid silver 11px;
}

#MixTapeID {
    display: none;
}

.MxTpBtn {
    position: fixed;
    top: 250px;
    right: 130px;
}

/* ************************************************************************************************ */

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


    .jmMnPgBtn {
        height: 30px;
    }

    .videoMn {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100px;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border: none;
        border-bottom: solid #333333 2px;
        border-left: solid #333333 2px;
    }




}