body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px;
    background-color: gray;
}

* {outline: none;}


/*   -----   N A V   ------   */

.NAV {
    background-color: black;
    margin: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
}

/* SPACING NAV */
.spacing_under_NAV {
    height: 31px;
    margin: 0px;
}

button {
    color: silver;
    background: black;
    border: solid black;
    padding: 5px;    
}

/* CAMARO Container */
/* .SilverHawk_Cont, .RED_CAM {
    display: block;
    margin-left: auto;
    margin-right: auto;  
} */


/* .RED_CAM {
    display: block;

} */



/*   L I N K S   */

.autoLinks {
    display: flex;
    flex-direction: row;    
    background: black;    
    text-align: center;
    overflow: scroll;
    
}


.autoLinksIMG {   

    height: 190px;
    border-radius: 6px;
}


.lgCarPics {
    border-radius: 50%;
    width: 800px;
}

.Cam_CONT {
    text-align: center;
}

.White_Beauty_CONT {
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    padding-top: 10px;
    padding-bottom: 10px;

    background-color: orange;
    border: orangered solid 3px;
    border-radius: 10px;
    width: 840px;


}


.SilverHawk_Cont {
    /* text-align: center; */
    background-color: black;
    border: green solid 3px;
    border-radius: 10px;
    
    width: 840px;    
}





._30_mCars {
    box-shadow: 5px 10px gray; /* rgb(190, 2, 2); */
    border-radius: 7px;
}

.karmaLink {
    box-shadow: 5px 10px gray; /* rgb(44, 76, 146); */
    border-radius: 7px;
}


.ClassicDigestLink {
    box-shadow: 5px 10px gray;
    border-radius: 7px;
}


.white69, embed {
    width: 100%;
    /* height: 600px; */
    /* border: aqua solsid; */

}

/* VIDEOS */
.Sixty9CamVid {
    position: absolute;
    top: 242px;
    right: 0px;
    height: 200px;
    border-bottom-left-radius: 20px;
} 

.cadi72 {
    position: absolute;
    top: 242px;
    left: 0px;
    height: 200px;
    border-bottom-right-radius: 20px;
}

.hideVid {
    position: absolute;
    top: 242px;
    right: 356px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(92, 90, 90);
    border-left: 2px solid rgb(92, 90, 90);
    border-bottom-left-radius: 10px;
}
/* ***************************************************************************************** */

@media only screen and (max-width: 600px) {
    
    div, .lgCarPics {
        width: 100%;
    }

    
    .lgCarPics {
        border-radius: 0px;
    }

    .RED_CAM {
        width: 100%;
    }

    /* VIDEO */
/* .Sixty9CamVid {   
    top: auto;
    width: 100%;
    bottom:0px;
    background-color: rgb(0,0,0,0.8);
    
}  */


.hideVid {
    position: absolute;
    top: 242px;
    right: 0px;
    background-color: black;
    /* border: none; */
    /* border-bottom: 2px solid rgb(92, 90, 90); */
    /* border-left: 2px solid rgb(92, 90, 90); */
    /* border-bottom-left-radius: 10px; */
}

.cadi72, #Sixty9CamVID, .hideVid  {
    display: none;
}

}











/*
box-shadow: 5px 10px red: