/* 
    Created on : May 20, 2019, 8:03:56 PM
    Author     : Leonard Garcia 
*/

body {
    background-color:  black;
    color: darkgrey;
} 
::-webkit-scrollbar {
    width: 1.5em;
    height: 1em;
}

::-webkit-scrollbar-track {
  background-color: hsl(120 75% 50%/1);
  border-radius: 100vw;
  margin-block: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: hsl(120 100% 20% / 1);
  border: 0.25em solid hsl(120 100% 20% / 1);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(120 100% 10% / 1);
}

.unselectable {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */       
}
.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ffff00, 0 0 40px #ffff00, 0 0 50px #ffff00, 0 0 60px #ffff00, 0 0 70px #ffff00, 0 0 80px #ffff00;
  }
}

#header {
    color: darkgreen;
    text-shadow: 0px 2px 3px #555;
    font-family: Harry p, Verdana;
    font-size: 5vw;
    position: absolute;
    left: 400px;
    top: 5px;
    padding:5px;
    margin-bottom: 5px;
    max-width: 90%;
}
h3 {
    color: darkgreen;
    font-family: Verdana;
    font-size: 1em;
}
.headShot {
    border: 4px silver;
    border-radius: 20%;
    border-style: groove;
    margin-top: 5%;
    margin-left: 15%;
}
#emoteShot {
    width: 280px; height: 200px;
    margin-top: 5rem;
}
button {
    background-color: #139483;
    color: darkslateblue;
    font-weight: 600;
    margin-left: 15px;
}
#select::before {
    content: url(../images/wizman_tiny.png);
} 
.ital {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 20px;
    font-style: oblique;
    width: 500px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 7px;
    position: relative;
    top: 70px;
    left: 20px;
    margin-bottom: 5px;
}
.norm {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 1.5vw;
    font-style: normal;
    width: 500px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 30px;
    left: 20px;
    margin-bottom: 5px;
}
.norm_short {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 1.5vw;
    font-style: normal;
    width: 136px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 120px;
    left: 20px;
    margin-bottom: 5px;
}
.norm_wide {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 1.6rem;
    font-style: normal;
    width: 800px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 50px;
    left: 20px;
    margin-bottom: 5px;
}
.AudBoxL {
        -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
        border-radius: 25px;
        background: lightsteelblue;
        color: darkblue;
        font-weight: 600;
        padding: 20px;
        width: 300px;
        position: relative;
        left: 15px;
        height: 70px; 
        margin-right: 5px;
}
.pairs {
        -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
        border-radius: 25px;
        background: lightsteelblue;
        color: darkblue;
        font-weight: 600;
        padding: 20px;
        width: 300px;
        position: relative;
        left: 15px;
        height: 70px; 
        margin-right: 5px;
}
.iconic {
    float: left;
    width: 2.5rem; height: 2.5rem;
    margin-right: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
#gramIcon {
    display: block;
    cursor: pointer;
    width: fit-content;
    border-radius: 50%;
    padding:       4px;
    border: 5px solid yellow;
    margin-left: 3rem;
    opacity: .6;
}
#gramIcon:hover {
    opacity: 1;
}
#base {
    margin-left: 3rem;
    color: darkgreen;
}
#footer {
    position: relative;
    top: 90px;
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:7px;
}

/******************************************************************************/
/****************************LAPTOP Wide***************************************/
/******************************************************************************/
@media screen and (min-width: 768px) {
    #header {
        font-size: 3vw;
        position: absolute;
        left: 200px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
        max-width: 90%;
    }
    .glow {
        font-size: 2rem;
    }
   
}    

/*********************************************************************/
/* For Tablet ********************************************************/
/*********************************************************************/
@media only screen and (max-width : 990px) and (min-width: 450px) {
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:Harry p,verdana;
        font-size:4vw;
        position: absolute;
        left: 150px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
    }
    h1  {
        font-size: 150%;
        position: relative;
        left: 180px;
        top:   30px;
        padding: 15px;
    }
    .norm {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 3vw;
    font-style: normal;
    width: 500px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 30px;
    left: 20px;
    margin-bottom: 5px;
    }
    .norm_short {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 3vw;
        font-style: normal;
        width: 136px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 120px;
        left: 20px;
        margin-bottom: 5px;
    }
    .norm_wide {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 3vw;
        font-style: normal;
        width: 800px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 50px;
        left: 20px;
        margin-bottom: 5px;
    }
}

/* For Smartphone ****************Cellphone*******************************/
/*********************************************************************
**********************************************************************/
@media only screen and (max-width : 414px) and (min-width: 280px) {
    body {
        width: 449px;
    }
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:Harry p,verdana;
        font-size: 1.8rem;
        position: absolute;
        left: 8%;
        top: 5px;
        padding:5px;
        margin-bottom: 10px;
    }
    .headShot {
        margin-top: 15%;
        margin-left: 8%;
        margin-bottom: 2rem;
    }
    #emoteShot {
        width: 260px; height: 160px;
        margin-top: 5rem;
        margin-bottom: -1rem;
    }
    h1  {
        font-size: 100%;
        position: relative;
        left: 40px;
        top:   30px;
        padding: 20px;
    }
    .norm {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 1.1rem;
        font-style: normal;
        width: 290px;
    }
    .norm_short {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 2.6vw;
        font-style: normal;
        width: 120px;
    }
    .norm_wide {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 1.4rem;
        font-style: normal;
        width: 270px;
    }
    .iconic {
        float: left;
        width: 2rem; height: 2rem;
        margin-right: 1rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    #footer {
        position: relative;
        top:    70px;
        left:   -5%;
    }

}

    