
body {
    background-color: gray;
    color: #0066ff;
    font-family: 'Overpass', sans-serif;

    margin: 0px;
}

* { outline: none;
    scroll-behavior: smooth;
}



#nowPlayingTrack {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    border: solid gray;
    height: 40px;
    width: 250px;
    border-radius: 5px;
}



/* ******************  GTL_Draft ************************************* */

/* .GTL_Draft {
    background-color: white;
} */





nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0px;
    background-color: rgb(255, 255, 255, 0.3);
    width: 100%;   
    /* border: rgb(89, 89, 89, 0.5) 5px solid; */
}


.nav_Left {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 350px;
    /* background-color:#0066ff; */
    justify-content: space-between;
}

.nav_Right {
    display: flex;
    flex-direction: row;
}

.nowPlayingIcon {
    border-radius: 50%;
    width:43px
}

a {
    text-decoration: none;
}


.back2Top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 7px;
    /* padding: 10px;    */
    background-color: black;
    color: silver; 
    width: 120px;
    height: 45px;
}

.Go2Btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 7px;
    width: 130px;
    padding: 5px; 
    border: solid gray;
    color: silver;
    background-color: black;

    
}

iframe {
    border-radius: 20px;
    border: gray solid;
}

.musicIconTitle {
    position: fixed;
    z-index: -1;
    top: 20px;
    right: 10px;
}

.PlayAllIcon {
    height: 20px;
}

.PlayALLbtn {
    display: flex;
    align-items: center;
    width: 90px;
    height: 40px;
    justify-content: space-between;
    border-radius: 5px;
    border: solid silver 1px;
    border-bottom: 3px solid silver;
}
/************************************************** Go To */
#GoToList, #playlist_2 {
    display: none;
}

.goTo  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border: solid yellow 3px; */
}


/* ******************** */


/* Go To List */
.GTL_Btn {
    /* display: flex;
    align-items: center; */
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-color: transparent;

    color: silver;
    border: 1px solid gray;
    padding: 4px;
}

/* Go To List (DRAFT) */
.pl_btn {
    background-color: transparent;
    border: none;
}

/* Etta & B *******************************/
#Etta_n_B_ID {
    display: none;
}

.Etta_n_B {
    width: 270px;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 2;
    border-radius: 30px;
    border: solid orange;
}
/* Etta & B --- END********************* */

/* **************  MEDIA QUERY  ***************************************************************************** */


@media only screen and (max-width: 900px) {

    iframe, body {
        width: 100%;
    }

    nav {
        flex-direction: column;
    }

        

    .nav_Left {
        /* display: flex; */
        /* flex-direction: row; */
        align-items: left;
        /* height: 100%; */
        /* width: 350px; */
        /* background-color:#0066ff; */
        /* justify-content: left; */
    }

    .nav_Right {
        /* position: inherit; */
    }


    .musicIconTitle {
        width: 20%;
        z-index: 2;
        border-radius: 30px;
        padding-bottom: 5px;
        top: 100px;
    }
    
    /* Etta & B ****************************** */
    #Etta_n_B_ID {
        /* display: none; */
    }

    .Etta_n_B {
        width: 35%;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 2;
        border-radius: 30px;
    }
    /* Etta & B --- END*/

    .MusicalNotesTitle {
        width: 100%;
        height: auto;        
    }

    .goTo {
        width: 100%;
        flex-direction: column;
        border-color: tomato;
    }

    .GTL_Btn {
        width: 48%;
        text-align: left;        
    }

    .musicIndex {
        position: fixed;
        top: 60px;
        right: -15px;
        margin-right: -15px;
        /* height: 40px; */
    }

    

}