* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}



body {
    background-image: url('images/LH.png');
    background-position: right;
    background-position-y: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 600px;

}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 101.01%;
    background-color: rgb(192, 192, 192, 0.9);
    /* background-image: url('images/b&w_RS_2_blk_bg.png'); */
    /* background-position-x: 1380px; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: 152px;
    padding: 10px;
}


a {
    text-decoration: none;
}


.trksDIV {
    position: absolute;
    top: 200px;
}

.albumMEdofLH {
    width: 400px;
    border-radius: 20px;
}

/* MORE LAURYN */
.hr1 {
    height: 2px;
    border-radius: 5px;
}

.moreMusic {
    width: 300px;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}

.gtgDiv {
    display: flex;
    background-color: black;
    background-image: url('https://pyxis.nymag.com/v1/imgs/80f/6af/7c67dc3939ef88304e0c48c0f0b71759da-27-queen-and-slim-01.rsquare.w1200.jpg');
    /* background-color: tomato; */
    background-size: cover;
    /* background-position-y: -40px; */
    border: solid 1px silver;
    border-bottom: 0px;
    width: 300px;
    height: 200px;
}

.gtgACtrl {
    background-color: #f1f3f4;
    width: 300px;
    border: solid 1px silver;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px;
}

.artist {
    color: silver;
}

/* *****  MEDIA QUERY  ************************************************************************************* */

@media only screen and (max-width: 600px) {

    .titleMQ {
        position: fixed;
        top: 63px;
        /* color: red; */
        left: 40px;
    }

    body {
        /* background-color: green; */
    }

    body {
        background-image: url('images/LH_grad_1.png');
        background-position-x: 50px;
        background-position-y: bottom;
        background-attachment: fixed;
        background-repeat: no-repeat;
        /* background-size: 600px; */
        /* background-size: 100%; */
    
    }

    nav {
        /* background-color: black; */
        background-image: url('images/LH_960x400-768x400.jpg');
        /* background-position-x: 1380px; */
        background-position: right;
        background-repeat: no-repeat;
        background-size: 233px;
        padding: 10px;
    }

    .trksDIV {
        position: absolute;
        top: 500px;
    }





}