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


body {
    font-family: 'Acme', sans-serif;
    background-color: silver;  
}

nav {
    background-color: black;
    background-image: url("images/red_glasses.jpg");
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;

    padding: 10px;
}

.navBtns {
    position: initial;
    z-index: 3;
}

a {
    text-decoration: none;
}


.trksDIV {
    position: absolute;
    top: 130px;
}

.albumsSLCT {
    border-radius: 5px;
    background-color: black;
    color: #aaff00;
    border: gray solid 2px;
    border-bottom: 4px gray solid;
    font-size: 20px;
    width: 300px;
}

.titleNAV {
    margin-left: 50px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: silver;
    font-size: 40px;
    font-family: arial;
}


.backMbl {        
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 30px;
    /* background-color: #333333; */
    border-radius: 40px;
    /* border: solid 2px #333333; */
    height: 50px;    
}

.bAiVID {
    width: 300px;
    border-radius: 15px;
}

.navBGimg {
    position: fixed;
    height: 170px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.mainIMG {
    position: fixed;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    height: 60%;
    border-radius: 20px;
    /* border: solid rgb(155, 155, 155) 4px; */
    /* border: solid gray 8px; */
}

.rtE604 {
    border-radius: 5px;
    margin-bottom: 7px;
    width: 295px;
    color: gray;
    font-weight: lighter;
    text-align: center;
}

.mVidsCont {
    position: absolute;
    top: 130px;
    right: 20px;
    width: 300px;
    border-radius: 20px;
    /* border: rgb(173, 172, 172) solid 2px;
    overflow: hidden; */
}

.mVidDiv {
    text-align: center;
}


.mVid {
    width: 100%;
    border-radius: 10px;
}

.mVdH3 {
    border: rgb(173, 172, 172) solid 2px;
   /* color: gray; */
   font-weight: lighter;
   margin-top: 65px;
}

.mVidH5 {
    color: gray;
    font-weight: lighter;
    margin-bottom: 4px;
    margin-top: -15px;
}

.mVidsAud {
    height: 30px;
    border-radius: 0px;
    background-color: aliceblue;
}

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

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

    
    nav {
        background-position: right;
    }
    
    /* .titleNAV {
        position: fixed;
        top: 100px;
        margin-left: 20px;
    } */

    .navBGimg {
        position: fixed;
        height: 170px;
        left: auto;
        right: 0px;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    .mainIMG {
        display: none;
    }

    .mVidsCont {
        position: absolute;
        top: 473px;
        right: auto;
        /* left: ; */
        /* width: 300px; */
    }



}