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

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    background-color: #000000;
    font-family: 'Hind Vadodara', sans-serif;
    color: silver;
    text-align: center;
    /* background-image: url("autobot_decd39e359794a23c3990004454f8f0f.png"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
}

a {
    text-decoration: none;
    color: silver;
    font-size: 20px;
}

/* AUTOBOT / Bk 2 TOP */
.AutobotTopBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: dodgerblue solid 2px;
    /* border-bottom: solid #0066ff 12px; */
}

/* H E A D E R */
header {
    position: fixed;
    top: 0px;
}

/* SELECT */
select {
    width: 120px;
    background-color: rgb(0, 0, 0, 0.7);
    /* color: dodgerblue; */
    /* border-color: rgb(227, 238, 248); */
    padding: 5px;
    border-radius: 7px;
}

option {
    color: white;
    border: 0px;
}

/* SELECT: Color Palletes */
.colorPalettes {
    background-color: orange;
    color: black;
    font-style: italic;
    font-weight: bold;
}

.redirect {
    color: dodgerblue;
    font-weight: bold;
}

.JS_Select {
   background-image: linear-gradient(black, black, silver);
   color: white;
}


/* PRACTICE */
.PRACTICE {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* JS PRACTICE */
.jsPractice {
    color: green;
    font-family: "cooper black"
}

.jsPracticeMOSH {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: silver;
    justify-content: space-around;
    font-family: "cooper black";
    border: solid 2px gray;
    border-radius: 13px;
    padding: 7px;
}

/* TEST CODE */
#testCode {
    background-color: #000000;
    color: silver;
    font-family: "cooper black";
    border-radius: 5px;
    border: solid gray 1px;
    -webkit-text-stroke-width: .25px;
   -webkit-text-stroke-color: black;
   padding: 1px 15px 1px 15px;
   font-size: 1em;
}

/* DEV TOOLS */
.devTools {
    border-radius: 50%;
    /* border: solid 2px #0059b3; */
    border: solid 2px gray;
    padding: 5px;
    overflow: hidden;
}

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

.NAV {
    background-color: rgb(128, 128, 128, .7);
    margin: 0px;
 /* border-bottom: #0066ff 0.5px solid; */
    position: fixed;
    bottom: 0px;
    left: 0px;
}

/* Crucial Code ************************************************* CRUCIAL CODE: DESKTOP VIEW *****************************************/
.crucialCode {    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: scroll;

}

.crucialCodeIMG {
    border: #000000 solid 3px;
    border-radius: 10px;
    /* padding-left: 10px; */
}

/*   -----   B U T T O N S   -----   */

button {
    border: solid lightgray;
    background-color: lightgray;
    font-family: "fira sans";
}


/* -----   HOVER   ----- */

button:hover {
    background-color: #0066ff;
    border: 1.6px solid white;
    color: white;
}

span {
    color: black;
}

span:hover {
    border: orange solid 2px;
    background-color: #000000;
    color: red;
    padding: 10px;
    border-radius: 8px;
    font-size: 30px;

}

a:hover {
    background-color: black,;        
}





/*   -----   BOX SHADOW  -----   */

.shadow_example {
    box-shadow: 13px 10px /*rgb(87, 87, 87)*/ #0066ff;
    border-radius: 10px;
    border: gray 1.5px solid;
    height: 100px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: gray;
    opacity: .9;
}


/* *****   ANGULAR 7  ***** */

.angular7 {
    background-color: rgb(0, 153, 0, 0.7);
    width: 60%;
    border-radius: 20px;
    font-family: "cooper black";
}

.aIO {
    color: gray;
}

.underLine {
    color: black;
}

.AngularH1 {
    color: silver;
}


/* FLEXBOX */

.flexbox2 {
    color: "silver"
}


/*   -----   background-attachment   -----   */

.background-attachment {
    /* text-decoration: #0066ff underline; */
    font-family: "comic sans ms";
    border: solid 1px orange;
    padding: 8px;
    border-radius: 5px;
    
}

.devToolsPng, .cssTricksPng, .flexBoxPng, .colorCodesPng, .mediaQueryPng {
    border-radius: 20px;
    height: 200px;
}

#W3Schools {
    height: 15px;
}


iframe {
    border-radius: 20px;
    border: gray 3px solid;
    padding: 8px;
    background-color: gray;
}


.addressBook {
    font-family: comic sans ms;
    font-size: 100px;
    color: orange;
}


.hr {
    background: ;
    border-color: ;
}

.animation {
    background: #1c1c1c;
        color: #0099ff;
        display: block;
        margin: 30px;
        padding: 20px;
        text-align: center;
        width: 150px;
        -moz-box-shadow: 0px 0px 15px #0099ff;
        -webkit-box-shadow: 0px 0px 15px #0099ff;
        box-shadow: 0px 0px 15px #0099ff;
}

.href {
    background-color: black;
    color: orangered;
    font-weight: bold;    
}

.gradients {
    background-color: yellow;
    font-weight: bold;
    color: black;
}

.Comp_Logic_Operators {
    color: orange;
    background-color: black;
    font-weight: bold;    
}


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


.ezgif {
    border-radius: 10px;
}

.ezgifCONT {
    display: flex;
    flex-direction: column;
    color: orange;
}

.showHideOpt {
    color: silver;
    background-color: #404040;
    font-weight: bold;
}

.navBtn {
    background-color: transparent;
    border: none;
    color: ;
}


.jeezyBaby {
    position: fixed;
    top: 40px;
    border-radius: 30px;
    border-bottom: orangered 5px solid;
    height: 30px;

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

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

    select, div, iframe {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: auto;        
    }

    .jeezyBaby {
        top: 0px;
        left: 0px;
        border-radius: 30px;
        height: 30px;
    }


    .PRACTICE {
        display: flex;
        flex-direction: column;
    }

    .NAV {
        display: flex;
        /* flex-direction: row; */
        
        background-color: ;
        
        position: fixed;
        bottom: 0px;
        left: 20px;
        width: 140px;
        border-radius: 10px;
        /* left: 0px; */
    }

    .crucialCode {
        display: flex;
        flex-direction: row;        
        /* justify-content: space-between; */
    }

    hr {
        width: 90%;
    }
    
    .header2 {
        flex-wrap: wrap;
    }

    .AutobotTopBtn {
        bottom: 15px;
        top: auto;
        height: 50px;
        /* border: dodgerblue solid 2px; */
    }

}