/* 
    Created on : Apr 12, 2019, 2:40:12 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 */       
}

#header {
    color: darkgreen;
    text-shadow: 0px 2px 3px #555;
    font-family: Harry p, Verdana;
    font-size:3.5em;
    position: absolute;
    left: 45%;
    top: 5px;
    padding:5px;
    margin-bottom: 40px;
    max-width: 90%;
}
#header2 {
    color: darkgreen;
    font-family: Harry p, Helvetica;
    font-size: 3.1em;
    font-weight: 600;
    text-shadow:#fff 0 -1px 4px, 
    #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
    position: absolute;
    top:  5px;
    left:   30%;
}
#select::before {
    content: url(../images/wizman_tiny.png);
} 
h1  {
    color: darkgreen;
    font-family:verdana;
    font-size: 200%;
    position: relative;
    left: 310px;
    top:   30px;
    padding: 10px;
}
h2  {
    color: yellow;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: .8em;
    position: relative;
    left: 40%;
    top:   80px;
    padding: 5px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
#gramTheme {
    border: 8px #ff0;
    border-style: groove;
    border-radius: 5%;
    margin-top:  3rem;
    margin-left: 25%;
}

.iconic {
    float: left;
    width: 3rem; height: 3rem;
    margin-right: 1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
}
#firstP{
    position: relative;
    top: 100px;
    padding:5px;
    margin-bottom: 10px;
}
p {
    font-size: 1.1em;
    color: darkgreen;
}
#nun {
    position: relative;
    left: -1%;
    top: -2px;
    float: left;
    padding:10px;
    margin-bottom: 15px;
    max-width: 85%;
}
.norm {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 20px;
    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_wide {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 20px;
    font-style: normal;
    width: 800px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 50px;
    left: 20px;
    margin-bottom: 5px;
}
#first::first-letter {
  font-size: 200%;
  color: darkgreen;
}
#verbals {
    position: relative;
    left: 7%;
    top:  2px;
    padding:5px;
    margin-bottom: 3px;
    max-width: 85%;
}

div.intro
{
    border: 4px;
    border-style: double;
    border-color: #ff0;
    background-color: #ADDE63;
    color: darkgreen;
    font-size: 1.5em;
    font-weight: 900;
    width: 300px;
}
p.cool {
    background-color: #ADDE63;
    color: darkgreen;
    border: 4px;
    border-style: inset;
    border-color: #31B5D6;
    font-size: 1.3rem;
    padding: 4px;
    width: fit-content; 
}
.grad {
  background-image: linear-gradient(to bottom right, crimson, yellow);
  color: black;
  border: 2px;
  border-radius: 10px;
  border-style: solid;
  border-color: darkgreen;
  padding: 4px;
  width: fit-content;
  margin-bottom: 2px;
}
.spacer {
  width: 20rem;
  height: .5rem;
}
div.panel,div.flip
{
  margin:0px;
  padding:5px;
  text-align:center;
  background:yellow;                    
  border:solid 2px darkolivegreen;             
  width:140px;
}
div.panel
{
  display:none;
  color: #A52A2A;
}
div.flip 
{
  margin-bottom: 5px;
}

.question
{
    cursor: url(../images/hand.png), default;  
    float:left;
    margin-bottom: 1px;
}
.questions
{
    color: darkgreen;
    font-weight: 600;
    height: 80px;
    margin-bottom: 5px;
}
input {
    cursor: url(../images/hand.png), default;
}
.answers {
    margin-top: 10px;
    overflow: hidden; 
}
.spacer2 {
    
}
#inset{
    background-color: #cabc26;
    color: black;
    font-family: cursive;
    font-weight: 600;
    border: 4px;
    border-color: gold;
    border-style: ridge;
    width: fit-content;
    padding: .5rem;
    margin-bottom: .5rem;
}
.oranges {
    width: 20px; height: 20px;
}
#nuns_01 
{
    display: block;
    margin-left: 1.5rem;
}
#nuns_02 
{
    display: none;
    margin-left: 1.5rem;
}
#memo1 {
    display: block;
}
#memo2 {
    display: none;
}

/* tooltip styles */
ul {
    background-image: linear-gradient(to bottom right, cyan, #42F551, yellow);
    color: black;
    font-size: 20px;
    font-weight: 600;
    border: 4px;
    border-style: solid;
    border-color: darkgreen;
    border-radius: 10px;
    margin-left: 20px;
    padding: 4px;
    width: fit-content;
    position: relative;
    top: .1rem;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color: bisque;  
    color: crimson;     
    font-weight: 900;
    text-decoration:none}

a.info:hover{z-index:25;}  

a.info span{
    display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;   
    border:1.5px  solid green;    
    border-radius: 7px;
    background-color: greenyellow; color:#000;  
    font-size: 1rem;
    text-align: center
}
.iconic {
    float: left;
    width: 2rem; height: 2.5em;
    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;
}
#fitIcon {
    width: 170px;
    height: 40px;
    padding: .7rem;
    margin-left: .3rem;
}
#base {
    margin-left: 3rem;
    color: darkgreen;
}
#footer {
    position: relative;
    top: 90px;
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:7px;
}

/******************************Cellphone************************************/
/*********************************************************************
**********************************************************************/
@media only screen and (max-width : 449px) and (min-width: 280px) {
#header {
    font-size:3.5em;
    position: absolute;
    left: 30%;
    top: 5px;
    padding:5px;
    margin-bottom: 40px;
    max-width: 90%;
}
#header2 {
    color: darkgreen;
    font-family: Harry p, Helvetica;
    font-size: 1.3em;
    font-weight: 600;
    text-shadow:#fff 0 -1px 4px, 
    #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
    position: absolute;
    top:  5px;
    left:   10%;
}
h2  {
    color: yellow;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: .8em;
    position: relative;
    left: 15%;
    top:   70px;
    padding: 5px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
#gramTheme {
        border: 8px #ff0;
        border-style: groove;
        border-radius: 5%;
        margin-left: 1rem;
        width: 90%;
}

#nun {
    position: relative;
    left: -1%;
    top: -2px;
    float: left;
    padding:10px;
    margin-bottom: 5px;
    max-width: 70%;
}
.norm {
    font-size: .85em;
    font-style: normal;
    width: 250px;
    padding: 5px;
    position: relative;
    top: 30px;
    left: 20px;
    margin-bottom: 5px;
}
.norm_wide {
    font-size: .85em;
    font-style: normal;
    width: 300px;
    padding: 5px;
    position: relative;
    top: 50px;
    left: 20px;
    margin-bottom: 5px;
}
#first::first-letter {
    font-size: 200%;
    color: darkgreen;
}
#verbals {
    position: relative;
    left: 7%;
    top: -2px;
    padding:5px;
    margin-bottom: 5px;
    max-width: 85%;
}
div.intro
{
    color: darkgreen;
    font-size: 1.2em;
    font-weight: 900;
}
div.panel,div.flip
{
    font-size: .85em;
    margin:0px;
    padding:5px;
    text-align:center;
    background:yellow;                    
    border:solid 2px darkolivegreen;             
    width:100px;
}
.question
{
    font-size:  .85em;
}
.questions
{
    font-size:  .85em;
}


}