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

body {
    background-color: black;
}

nav {
    position: fixed;
    z-index: 15;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    /* background-color: rgba(223, 203, 203, 0.9); */
    padding: 10px;
}

.go2HipHop {
    position: fixed;
    right: 35px;
    top: 50px;
    border: solid #333333;
    border-bottom: 8px solid #333333;
    border-radius: 10px;
    background-color: black;
    color: silver;

}

a {
    text-decoration: none;
}


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


.vidMAINcont {
    
    background-image: url('images/Real_Husbands/real-husbands-crop.png');
    background-position-y: center;
    background-size: 100%;
    background-repeat: no-repeat;

    z-index: 5;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 490px;

    /* border: solid gray; */
    border-radius: 20px;
    overflow: hidden;
    
    top: 350px;
}

.videoMAIN {
    background-color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#videoMAINid {
    display: none;
}

.mainVidBtn {
    /* position: inherit; */
    background-color: black;
    border: #333333 solid 1.5px;
    /* border-bottom: transparent; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: silver;
    height: 40px;
    text-align: left;
    overflow: hidden;
}

.btnCont {
    background-color: black;
    border-radius: 5px;
}

.playPauseBtn {
    height: 40px;
    text-align: left;
    /* margin-bottom: 15px; */
    /* height: 100px; */
    
    /* position: absolute; */
    /* top: 18px; */
    /* bottom: 0px; */
    /* left: -20px; */
    /* z-index: 0; */
}

/* footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 120px;
} */

.collage {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 100px;
    border-radius: 10px;
}

.MicsX2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 100px;
    border-radius: 10px;
}

.hiphopLogo {
    height: 60px;
}

.goToH3 {
    color: red;
    display: flex;
    flex-direction: column;
    height: 90px;
    align-items: center;
    justify-content: space-around;
}
/* ******************************************************************************************************* */

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

    body {
        
    }

    nav {
        background-color: black;
        color: silver;
        top: -20px;
    }

    .videoMAIN {
        width: 100%;
        border-radius: 0px;
    }

    .vidMAINcont {
        width: 100%;
        border-radius: 0px;
    }

    .mainVidBtn {
        border-radius: 0px;
    }

    footer {
        /* height: 100px; */
        display: none;
    }

    .collage, .MicsX2 {
        height: 60px;
        display: none;

    }

    .goToH3 {
        flex-direction: row;
        width: 170px;
        height: 50px;
    }

    .go2HipHop {
        bottom: 10px;
        top: auto;
        right: 10px;
    }


}