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

body {
    color: dodgerblue;
}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    background-color: rgb(77, 76, 76);
    /* background-color: yellow; */
    padding: 10px;
}

a {
    text-decoration: none;
}

.bibAndPopsGrad {
    height: 400px;
    position: fixed;
    /* top: 110px; */
    bottom: 10px;
    right: 10px;
    border-bottom: solid 7px #242323;
}

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

.TRKtitle {
    color: gray;
    font-size: 12px;
}

video {
    width: 300px;
}

/* .bibAndPopsNAV {
    display: none;
} */

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

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

    nav {
        background-image: url('../BIB/images/Pops_eBib_NAV.png');
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: right;
        /* background-position-y: 1px; */
    }

    .bibAndPopsGrad {
        display: none;
    }

    .trksDIV {

    }

    .bibAndPopsNAV {
        display: block;
    }


}