body {
    margin: 0px;
    font-family: "cooper black";
    background-color: black; 
    /* display: flex;
    flex-direction: column;   */
}

* {outline: none;}

.colion_noir {
    width: 600px;
    border-radius: 20px;
}

nav {
    display: flex;
    flex-direction: row;
    /* justify-items: flex-start; */
    align-items: center;
    /* justify-content: space-around; */
    background-color: rgb(0, 0, 0, 0.7);
    width: 100%;
    color: silver;
    padding: 10px;
    position: fixed;
    top: 0;
    border-bottom: solid gray 1px;    
}

.Nav_Links_Div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.uscca-logo {
    height: 50px;
    padding-left: 50px;    
}

.nav_Links_Div {
    border-left: 1px gray solid;
}

.colion_noir_Div {
    /* border-left: 1px gray solid; */
}

.homeBtnLink {
    padding-right: 50px;
}




.homeIcon {
    height: 25px;    
}

.homeBtn {
    background-image: url("https://cdn.shopify.com/s/files/1/2182/5673/products/USflag-BG-fwd_300x300.png?v=1500442090");
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 4px;
    border-radius: 5px;    
}




.container_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

hr {
    width: 90%; 
    height: 10px; 
    background-color: dodgerblue; 
    border: solid; 
    border-radius: 50px;
}

.sites {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 1%;
    width:45%;       
}



#q5_img {
    width: 100%;
    border-radius: 90px;
}

iframe {
    border-radius: 10px;
}

a:link, a:visited, a:active {
    color: silver;
    text-decoration: none;
    
}

/* SELECT VIDEOS */
.moreVid {
    background-color: black;
    border-radius: 7px;
    padding: 10px;
    color:white;
}

.model2011 {
    border-radius: 10px;
}

.model2011_p {
    border: solid gray;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
}

select {
    width: 100%;
}

.colion_noir_NAV {
    height: 100px;
}

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



@media only screen and (max-width: 640px) {
    
    .container_1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .sites, select, iframe {
        width: 100%;
    }

    hr {
        height: 1px;

    }

    .model2011 {
        width: 90%;
    } 

    .colion_noir_cont, .colion_noir, .colion_noir_select {
        width: 100%;
    }


}