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


.bodyCvr {
    position: fixed;
    top: 0px;
    background-color: rgba(5, 78, 11, 0.9);
    height: 100%;
    width: 100%;
    /* z-index: 0; */
}

#bodyCvrID {
    display: none;
}


body {
    background-color: pink;
    margin: 0px;
}

* {outline: none;}


nav {
    position: fixed;
}

.audioDearMama {
    position: fixed;
    z-index: 10;
    left: 100px;
    top: 20px;
    border-bottom: green solid 5px;
    border-radius: 30px;
    height: 30px;
}

a {
    text-decoration: none;
}

.mom_Title_Div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Great Vibes', cursive;
    color: green;
    font-weight: bold;
    font-size: 50px;
}

.mom_Title_P {
    border: solid #88c057;
    padding: 30px 100px 30px;
    border-radius: 20px;
    font-size: 70px;
}

.Mom_Title_PNG {
    width: 1150px;
}

.hmFamBtn {
    background-color: pink;
    border: ;
    color: green;
    font-weight: bold;
}

.mom_Icon {
    position: fixed;
    top: 3px;
    right: 3px;
}

.hmBtn {
    background-color: black;
    color: green;
    /* border: solid rgb(243, 149, 165) 1px; */
}

button {
    border-radius: 5px;
}

.mom_pose_978_LivRm {
    border-radius: 50%;
    width: inherit;
}

.mom_pose_978_LivRm_Cont {
    text-align: center;
    background-color: green;
    border-radius: 20px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

/* ********  MENU ******************* */
.menuBtn {
    position: fixed;
    z-index: 5;
    top: 20px;
    left: 20px
}
.menuBar {
    /* border: salmon solid; */
    border-bottom: 2px white solid;
    background-color: salmon;
    width: 35px;
    height: 5px;
    margin-bottom: 3px;
    border-radius: 4px;
}

.menuDiv {
    position: fixed;
    display: flex;
    flex-direction: column;
    /* margin-left: auto;
    margin-right: auto; */
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0, 0.9);
    height: 100%;
    width: 400px;
    overflow: scroll;
}

.menuNav {
    /* width: 100%; */
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0, 77, 0, 0.5);
    
    /* border-bottom: solid 2px salmon;
    border-top: solid 2px salmon; */
}

.musicBtn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#menuNavHmBtns {
    width: 120px;
}

.audioPics {
    border: solid silver 4px;
    border-radius: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.MyPromiseDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: skyblue; */
    justify-content: right;
}

.thisismypromiseACTRL {
    margin-left: auto;
    margin-right: auto;
}

h2 {
    text-align: center;
}

#menuDivID, 
#momsGospelID, 
#wscVID,
#musicDivID {
    display: none;
}

.pianoGif {
    width: 105%;
}

.momsGospel {
    text-align: center;
    border: rgb(77, 77, 77) solid;
    color: green;
    background-color: black;
    border-radius: 10px;

}

.artist {
    color: rgb(77, 77, 77);
}

.wscH3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100px;
}

.wscDIV {
    width: 300px;
    margin: auto;
}

.wscVid {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid rgb(34, 33, 33) 2px;
}

.GospelBtnCont {
    display: flex;
    justify-content: center;
    width: 130px;
    text-align: center;
    margin: auto;
}

.GsplDwnBtn {
    background-color: #ffcc00;
    color: red;
}

#GsplDwnBtnID {
    display: none;
}

.pauseALL {
    position: fixed;
    top: 24px;
    left: 300px;
    color: silver;
    background-color: rgb(0, 0, 0, .5);
    border: solid 2px #333333;
    border-bottom: solid 7px #333333;
    padding: 5px;
}


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

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

    iframe, .mom_pose_978_LivRm, .mom_pose_978_LivRm_Cont {
        width: 100%;
    }

    .mom_Icon {
        width:20%;
        z-index: 10;
    }

    .mom_Title_Div, .Mom_Title_PNG {
        width: 100%;
    }




}