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

* {outline: none;}


/****  S C R O L L B A R  ****************************************************/
    
    /* width */
    ::-webkit-scrollbar {
        width: 20px;
    }
      
    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
      }
       
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: black; 
        border-radius: 10px;
        box-shadow: inset 0 0 5px grey;
    }
      
      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
          /* background: #b30000;  */
        background: #0066ff; 
    }

    


/* a:link, :visited {
    color: dodgerblue;
} */

a {
    color: #a58b4e;
}


/* AUDIO: Top/Right - FIXED  travis-scott-sicko-mode-official-instrumental.mp3  */
.audio1 {
    position: fixed;
    top: 200px;
    right: 10px;
    height: 20px;
    border-bottom: orange solid 5px;
    border-radius: 20px;
}

.audioBtn {
    display: none;
    position: absolute;
    top: 200px;
    right: 10px;
    height: 20px;
    border-bottom: orange solid 5px;
    border-radius: 20px;
}
/* *********************************** */

a:active {
    color: aqua;
}

a:hover {
    color: white;
}

nav {
    display: flex;
    flex-direction: column;
    background-image: url('images/NAV/FAM_NAV_BG_PICS_11.27.19.png');
    border-bottom: solid 5px orange;
    height: 208px;
}

.nav_slogan {
    width: 100%;
    height: 40%
    /* height: auto; */
}   

.Nav_Slogan_Cont {
    background-color: rgb(0, 0, 0, 0.5);
}

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

#nav_select {
    font-size: 20px; 
    background-color: rgb(0, 0, 0, 0.4);
    color: white;
    width: 160px;
}

.nav_links {
    display: flex;
    flex-direction: row;
}

button {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: ;
}

.hm_Btn {
    display: flex;
    align-items: center;
    border: solid #635535;
    background-color: transparent;
    color: #635535;
    border-radius: 5px;
    font-family: 'Indie Flower', cursive;
    font-weight: bolder;
}

#hm_btn_id {
    display: flex;
    align-items: center;
    border: 0px;
    background-color: transparent;
    font-family: 'Indie Flower', cursive;
    font-weight: bold;
}




/* D I R E C T O R Y                         directory s*/
.directoryCont {
    display: flex;
    flex-direction: row;
    justify-content: center;



    
    /* border: gray solid 5px; */
    /* height:200px; */
    width: 100%;
}

.directoryBtns {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: ;
    
    /* border: solid blue  5px; */
    width: 300px;
    
}

#directorySelected {
    width: 180px;
    background-image: url("https://p7.hiclipart.com/preview/791/926/397/family-father-mother-icon-flat-happy-family-material.jpg");
    background-size: 100%;
    border-radius: 50%;
    border: solid gray;
    /* background-color: silver; */
    background-position: center;
    /* overflow: hidden; */

}

.dirBtns {
    display: flex;
    position: relative;
    justify-content: space-between;

    font-family: 'Indie Flower', cursive;

    width: 80%;
    padding: 5px;
    background-color: transparent;
    color: silver;
    border: none;
    /* border: black solid 1px; */
    border-radius: 10px;
    /* margin-bottom: 10px; */
}



/* PEOPLE */

.people {
    display: flex;
    flex-direction: row;

    justify-content: space-around;

    align-items: center;
    border: none;
    border-bottom: solid 2px gray;
    padding-bottom: 15px;
    overflow: scroll;
}

.boochDiv, .nineTwentyDiv, .blueLinkCont {
    text-align: center;
}


/* BUTTONS (LINKS) */
.btnLinks {
    /* display: none; */

    /* width: 180px; */
    border-radius: 7px;
    background-color: black;
    border: none;
    border-right: #404040 solid;
    border-bottom: #404040 solid;
    color: silver;
    padding: 10px;
}



.bgChange {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* IMG */
img {
    border-radius: 20px;
}



.blueLinkImg {
    display: flex;
    flex-direction: column;
    justify-items: center;
    border-radius: 20px;
}

.blueLinkDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

    /* width: 70px; */
    /* border: solid 1px red; */
    border-radius: 20px;
   
    background-color: black;
}

a {
    text-decoration: none;
}

.nineTwentyDiv {
    color: dodgerblue;
}

/* ADI STUFF... */
#fixedDivdogs {
    display: none;
}

/* SLIDE SHOW */
.Fam_SlideShow_Cont {
    /* background-attachment: url('https://www.drupal.org/files/border-thumbnail-slice.gif');
    background-size: f; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: solid green; */
    height: 800px;
    justify-content: center;

}

.mySlides {
    height: 400px;        
}


.mifamiliaTitleDiv {
    border: none;
    border-bottom: gray solid 2px;    
}

.links_n_videos_DIV {
    display: flex;
    justify-content: center;
}

.links_n_videos {
    background-color: transparent;
    border-radius: 10px;
    border: solid #404040;
    color: #c1b393;
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
}

.TG_2019_DIV {
    text-align: center;
}

.Thanksgiving_2019 {
    width: 600px;
}

.AdiPeace, .AdiRdDrtyPIC2 {
    /* position: absolute; */
    /* z-index: -1; */
    height: 300px;
    /* top: 300px; */

}

.RidinDirtyIMG {
    position: fixed;
    z-index: 6;
    top: 240px;
    margin-left: -1000px;
}

#RidinDirtyIMGID, #PoPoGifID {
    display: none;
}

.RnDrtyBtn {
    display: flex;
    position: fixed;
    left: 10px;
}

#AdiRdDrtyPIC2ID {
    display: none;
}

.ShowRdnDtyPic {
    background-color: black;
    color: silver;
    border: solid gray 1px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.RIDE {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

marquee {
    border: 0px;
    background-color: transparent;
}

.rdnDrtyBtn {
    background-color: black;
    border:0px;
    border-radius: 20px;
    padding-left: 70px;
}

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

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

    .AdiPeace, .AdiRdDrtyPIC2 {
        position: absolute;
        top: 180px;
        left: 5px;
    }

    .mySlides {
        width: 100%;
        height: 100%;
                
    }

    .Fam_SlideShow_Cont {
        
        align-items: center;
        
        height: 800px;
        justify-content: start;    
    }

    .mifamiliaTitleDiv, .Thanksgiving_2019 {
        width: 100%;
    }

    .miFamilia {
        width: 100%;
        margin-top: 70px;
    }

    nav {
        height: 160px;
        /* border-bottom: 3px; */
        width: 100%;
    }

    .nav_slogan {
        /* border-bottom: solid 5px #0066ff; */
        border-radius: 8px;
    }

    .nav_top_div {
        flex-direction: column;
    }

    .nav_links {
        flex-direction: column;
    }

    .links_n_videos_DIV {
    }

    .links_n_videos {
        width: 200px;
    }
    
    .audio1 {
        display: none;
    }

    .audioBtn {
        display: block;
    }

    .RnDrtyBtn {
        position: absolute;
        right: 10px;
        /* left: auto; */
        top: 100px;
    }
    

    .RidinDirtyIMG {
        margin-left: -970px;
    }

}

