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

a {
    text-decoration: none;
}

* {outline: none;}

select {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 5;
    padding: 5px;

    border: solid gray;
    font-weight: bold;
    background-color: silver;
    border-radius: 10px;

}

.adi_vids_option {
    font-family: 'Acme', sans-serif;
    background-color: gray;
}


.homeBtn {
    background-color: black;
    padding: 4px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    height: 25px;
    color: white;
    bottom: 2px;
    left: 2px;
    position: fixed;
    z-index: 5;
}

.famHomeBtn {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 5;

    display: flex;
    flex-direction: row;
    align-items: center;

    background-color: rgb(0, 0, 0, 0.9);
    
    padding-top: 5px;
    padding: 4px;
    padding-left: 30px;
    padding-right: 30px;
    
    height: 35px;
    color: orange;
    font-size: 20px;
    font-weight: bold;
    
    border: solid 1px black;
    border-radius: 5px; 
    font-family: "cooper black"
}

.famHmBtnIcon {
    width: 45px;
    border-radius: 50%;
    border: solid 4px rgb(0, 0, 0, 0.9);
}


.pottieSeat {
    border: solid lightblue 3px;
    border-radius: 20px;
}

.adiPic {
    position: fixed;
    right: 12px;
    bottom: 12px;
    height: 33%;
    border-radius: 20px;
    border: solid 3px;
}

.DC_PlyGrnd {
    position: fixed;
    right: 10px;
    top: 40px;
    height: auto;
    width: 180px;
    border-radius: 20px;
    border: solid 3px;
}

select {
    /* color: pink; */
    
}

.mp4 {
    /* height: 200px; */
    width: 100%;
}


.SkateLand {
    display: flex;
    /* flex-direction: column; */
    align-content: center;
}

/* DIRTY PARK */

.DirtyParkVideo {
    /* text-align: center; */
    
}


.dirtyParkvid {
    /* height: 50px; */
}

.vidControls {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    border-radius: 20px;
    border: solid #0066ff;    
}

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

@media only screen and (max-width: 600px) {    
    
    .vidControls {
        width: 100%;
        border-radius: 0px;
        border: none;
    }

    .adiPic, .DC_PlyGrnd {
        display: none;
    }

    nav, select {
        position: absolute;
        z-index: 100;
    }
 
    
}






/* STYLES FOR JS */

