body {
    background-color: black;
    font-family: "cooper black";
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 0px;
    
}

* {outline: none; scroll-behavior: smooth;}

/* RIBBON (Blue Pics) */
.blueRibbonDiv {
    width: 400px;
}

h3 {
    color: silver;
    text-align: center;
}

.popsAndBibPic {
    border-radius: 20px;
}

/* NAV */

nav {        
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.3) ;
    height: 85px;
    border:none;
    border-bottom: solid gray 2px;    
}

/* HOME Btn */

.homeNAV {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(0, 115, 230, 0.1);
    border: solid 2px gray;
    border-radius: 20px;
    width: 230px;
    justify-content: space-around;
    padding: 4px;
    padding-top: 6px;
}


.famHmBtnDiv {
    padding: 3px;
    background-color: silver;
    border-radius: 70px;
    border: solid gray 2px;
    overflow: hidden;
    height: 35px;
}

.famHmBtnIcon {
    width: 35px;
    /* border-radius: 10px; */
}

/* SELECT */
.Blue_Sites {
    color: white;
    background-color: rgb(0, 0, 0, 0.4);
    border-radius: 10px;
    border: solid dodgerblue 2px;
    padding: 10px;
}

.blue_sites_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}



select {
    outline: none;
}

/* Blue Ribbon */
.blueRibbonDiv {
    display: flex;
    flex-direction: row;
    
    border: 0xp;
    border-right: solid 3px #0066ff;
    border-left: solid 3px #0066ff;
    border-top: solid 3px #0066ff;
    background-color: #0066ff;
    padding-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.blueRibbon {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.blueRibGlove {
    height: 100px;
    border-right: 3px #0066ff solid;
}


/* GLOVES: RIBBON */

.blueRibGlove {
    height: 100px;
    border-left: 3px #0066ff solid;
    background-color: white;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    /* padding-bottom: 8px; */
}

.I_LUV_DAD_Rbn_End {
    height: 100px;
    border-left: 3px #0066ff solid;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 18px;
}

.blueRibPic {
    height: 100px;
    width: auto;
    /* border: 0px;     */
    border: 2px solid dodgerblue;
    border-radius: 18px;
}


/* TITLE */


.blueTitlePic {
    border-radius: 20px;
}

.title_P {
    color: silver;
}


.title_txt, .TITLE_DIV {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}


.TITLE_DIV {
    border: silver solid;
    padding: 90px;
    border-radius: 300px;
    background-color: rgb(0, 0, 0, 0.7);
}

.title_Cont {
    background-color: #0066ff;
    background-image: url("https://thumbs.dreamstime.com/b/skywriting-heart-13188599.jpg");
    /* BLUE HEARTS */
    /* FAV: https://www.emoji.co.uk/files/phantom-open-emojis/symbols-phantom/12937-blue-heart.png */
    /* Heart in Box (1st used) - https://thumbs.dreamstime.com/b/skywriting-heart-13188599.jpg" */
    background-size: 72px;
    border-radius: 15px;
    width: 600px;
    border: silver solid 2px;
}

/* Blue TITLE BG List (NICE) */
/* ************************* */
/* background-image: url("https://thumbs.dreamstime.com/b/skywriting-heart-13188599.jpg");    CLOUD/PLANE HEART    */




.BLUE_JAB_PIC {
    width: 600px;
    border-radius: 20px;
    border: solid #0066ff 5px;;
}





.blueAndNormanPic {
    width: 100%;
}

.Blue_And_Adi_Blue_Title {
    color: #0066ff;
}

.Blue_And_Adi_Blue_1 {
    width: 400px;
}


.blueAndNormanTitle {
    color: ;
}

.blueAndNormDiv {
    /* border: solid darkred 2px; */
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #737373;
    /* color: white; */
}

/* GLOVES */
.gloveFixedDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;  
    color: white;  
}


.gloveFixed {
    height: 60px;    
}

.BlueVsAli {
    width: 600px;
    border: solid 2px gray;
    border-radius: 10px;
}

.audioDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* border: red solid; */
    width: 270px;
    height: 80px;
}
/* ****************************************  MEDIA QUERY **************************************** */



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


    .title_Cont {
        width: 100%;
    }


    .BLUE_JAB_PIC {
        width: 100%;
    }
      

    .popsAndBibPic {
        width: 100%;        
    }

    
    .blueRibbonDiv {   
        display: flex;
        flex-direction: row;   
        width: 100%;  
        /* overflow: scroll; */
    }

    .blueRibbon {
        overflow: scroll;
    }

    nav {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;  
        height: 145px;      
    }

    button, select {
        width: 200px;        
        border-radius: 4px;
    }
    
}
