/*
Author:  Leonard Garcia
All Rights Reserved
Created on Jan 24, 2022, 7:29:05 PM
*/
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:verdana;
        font-size:250%;
        position: absolute;
        left: 440px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
    }
	#header_UC {
        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%;
    }
        
    #header2 {
        color: darkgreen;
        font-family: Harry p, Helvetica;
        font-size: 30px;
        font-weight: 600;
        text-shadow:#fff 0 -1px 4px, 
        #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
        position: relative;
        top:  30rem;
        left: 5px;
        margin-top: 7rem;
        margin-left: -28rem;
    }
    
    .glow {
        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;
        }
    }
    
    .headShot {
        margin-top:  10%;
        margin-left: 32%;
    }
    h1  {
        color: darkgreen;
        font-family:verdana;
        font-size: 200%;
        position: relative;
        left: 370px;
        top:   10px;
        padding:5px;
    }
    h3 {
        color: red;
        font-family: Verdana;
        font-size: 1.5rem;
        position: relative;
        top:      5px;
        left:     5px;
        padding:5px;
    }
    .conditional {
        float: left;
        margin-right: 15px; margin-left: 5px;
        width:170px;height:170px;
    }
    div#dialog{
        background-color: lightgreen;
        color: black;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 5px;
        border:5px darkkhaki;
        border-style: groove;
        border-radius: 20px;
        padding:12px;
        margin:30px; 
        width: fit-content;  height: fit-content;
    }
    #setP {
        position: absolute;
        top: 100px;
        left: 140px;
    }
    p#help {
        display:   none;
        font-size: 15px;
    }
    .guide {
        cursor: pointer;
        background-color: #139483;
        color: darkslateblue;
        font-weight: 600;
        width: 58px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 5px;
        margin-left: 15px;
    }
    #select::before {
        content: url(../images/wizman_tiny.png);
    } 
    .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.5vw;
        font-style: normal;
        width: 800px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 50px;
        left: 20px;
        margin-bottom: 5px;
    }
    .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;
    }
    button {
        color        : #73AD21;
        position     : relative;
        left         : 40px;
        top          : 40px;
        padding      : 5px;
        font         : bold 1em sans-serif;
        border       : 4px solid #00C853;
        border-radius: 5px;
        border-style : groove;
        background   :#FFFF10; 
        cursor       : pointer;
    }
    button:after {
        content: " ";
    }
    button:hover,
    button:focus {
         outline   : none;
         background: #73AD21;
         color   : #FFFF10;
    }

    div#p01  {
        background-color: lightgreen;
        color: black;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 50px;
        border:5px darkkhaki;
        border-style: groove;
        border-radius: 20px;
        padding:12px;
        margin:30px;
    }

    div#p02  {
        background-color: lightgreen;
        color: black;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 30px;
        border:5px darkkhaki;
        border-style: groove;
        border-radius: 20px;
        padding:12px;
        margin:30px;
    }

    div#p03  {
        background-color:#73AD21; 
        color:  black;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 30px;
        width: fit-content;
        border:5px darkkhaki;
        border-style: groove;
        border-radius: 20px;
        padding:12px;
        margin: 1rem;
    }

    div#p04  {
        background-color: linen;
        color:   darkgreen;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 30px;
        border:5px darkkhaki;
        border-style: groove;
        border-radius: 20px;
        padding:12px;
        margin:30px;
    }

    div#p05  {
        background-color: lightgreen;
        color: black;
        font-family: sans-serif;
        font-size:160%;
        position: relative;
        left: -10px;
        top: 30px;
        border:5px darkgreen;
        border-style: groove;
        border-radius: 20px;
        padding:5px;
        margin:30px;
    }
    .AudBox {
        clear: both;
        display: inline;
        border-radius: 25px;
        background: #73AD21;
        padding: 9px;
        width:  100px; 
        height: auto;
        position: relative;
        top: 9px;
        margin:5px 15px 15px 0px; /*top, right, bottom, left */
    } 
    audio {
        padding: 5px;
        width:  150px;                        
        height: 15px;
        position: relative;
        top: 10px;
    }    
    
    .AudBoxL_TA {
        -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: 25px;           /*was 70 */
        margin-top:   5px;
        margin-right: 5px;
    }
    .blend {
        clear: both;
        display: inline;
        margin-right: 4rem;
    }
    .audchk {
        border: 4px;
        border-radius: 10px;
        background-color: #139483;
        padding: 5px;
        width:  160px;                        
        height: 30px;
        margin-left: .5rem;
    }
    
    .TA   {
        position: absolute;
        top:    12px;
        left:   90px;
        width:  180px;
        height: 35px;
    }
    .question {
        color: black;
        font-weight: 600;
    }
    .answers li {
        list-style: upper-alpha;
    }

    label {
        margin-left: 0.5em;
        cursor: pointer;
    }

    #results {
        background: linen;
        color: #3d91b8;
        padding: 3px;
        text-align: center;
        width: 200px;
        cursor: pointer;
        border: 1px darkgreen;
    }

    #results:hover {
        background: linen;
        color: darkgreen;
        padding: 3px;
        text-align: center;
        width: 200px;
        cursor: pointer;
        border: 1px darkgreen;
    }

    #categorylist {
        margin-top: 6px;
        display: none;
    }

    #category1, #category2, #category3, #category4, #category5, #category6, #category7, #category8, #category9, #category10, #category11 {
        display: none;
    }

    #closing {
        display: none;
        font-style: italic;
    } 

    div#content {
        height: 200px;
        width: auto;
    }  

    #rules {
        font-size: 20px;
        font-weight: bold;  
        background-color: lightgoldenrodyellow;
        color: darkgreen;
        width: auto;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
    }
    
    td {
        width: 205px; height: 50px; 
        border-radius: 8px;
        border-style: solid;
        border-width: 15px; 
        border-color:  chartreuse;
        margin: 15px;
        padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-style:  normal;
        font-size: 14px;
        font-weight: bold;
        background-color: lightgoldenrodyellow;
        color:    darkgreen;
    } 

    #Drag_1, #Drag_2, #Drag_3, #Drag_4, #Drag_5 { 
        width: 195px; height: 50px; 
        background-image: url("../images/old_paper.jpg");
    }

    #Drop_1, #Drop_2, #Drop_3, #Drop_4, #Drop_5 { 
        width: 195px; height: 50px; 
    }

    #NoDrop_1, #NoDrop_2, #NoDrop_3, #NoDrop_4, #NoDrop_5 { 
        width: 195px; height: 50px; 
    }

    #dragrow {

    } 
    .pairs {
        -webkit-border-radius: 25px;
		-moz-border-radius: 25px;
        border-radius: 25px;
        background: lightgoldenrodyellow;            /*lightsteelblue;*/
        color: darkgreen;
        font-weight: 600;
        padding: 22px;
        width: 300px;
        position: relative;
        left: 15px;
        height: 70px; 
        margin-right: 5px;
        margin-bottom: 0px;
    }
    
    #holder {
        margin-left: 3rem;
    }
    
    #murphy {
        color:#E217AF;
        font-size: 2rem;
        margin-left: 2rem;
    }
    #toon{
        border: 4px;
        border-color:#139483;
        border-style:solid;
        margin-left: 2rem;
    }
    #murphAud {
        border: 4px;
        border-radius: 10px;
        background-color: #139483;
        padding: 5px;
        width:  250px;                        
        height: 50px;
        margin-left: 4rem;
    }
    #notes {
        font-size: large;
        font-weight: 600;
        color: black;
        background-color:linen;
        margin-top: 1rem;
        margin-left: 2rem;
    }
    #gramIcon {
        display: block;
        cursor: pointer;
        width: fit-content;
        border-radius: 50%;
        padding:       4px;
        border: 5px solid yellow;
        margin-left: 3rem;
        margin-top:  1rem;
        opacity: .6;
    }
    #gramIcon:hover {
        opacity: 1; 
    }
    #homeBase {
        margin-left: 3rem;
        color: darkgreen;
    }
    
    #hw {
        width: 345px;
    }
    #footer {
        background-color:black;
        color:white;
        clear:both;
        text-align:center;
        padding:5px;
    }
    
/******************************************************************************/
/****************************LAPTOP Wide***************************************/
/******************************************************************************/
@media screen and (min-width: 768px) {
    #header_UC {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:Harry p,verdana;
        font-size: 5vw;
        position: absolute;
        left: 350px;
        top:  10px;
        padding:5px;
        margin-bottom: 8px;
    }
    .glow {
        margin-left: 13rem;
        font-size: 2.1rem;
    }
    #header2 {
        color: darkgreen;
        font-family: Harry p, Helvetica;
        font-size: 2.5em;
        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: 52%;
    }
    .headShot {
        margin-top:  12%;
        margin-left: 26%;  
    }
    div#p01, div#p02  {
        width: 80%;
    }
    
}
/*******************************************************************************/
/********************TABLET*****Portrait*******************************************/
/*********************************************************************************/
@media only screen and (max-width : 1180px) and (min-width: 820px) {
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:Harry p,verdana;
        font-size:4vw;
        position: absolute;
        left: -160px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
    }
	#header_UC {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family: Harry p, Verdana;
        font-size: 3.2rem;
        position: absolute;
        left: 250px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
        max-width: 90%;
    }
    #header2 {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family: Harry p, Verdana;
        font-size: 2.4rem;
        position: relative;
        left: 300px;
        top: -40px;
        padding:5px;
        margin-bottom: 5px;
        max-width: 90%;
    }
    .headShot {
        margin-top:  2%;
        margin-left: 26%;  
    }
    h1  {
        font-size: 150%;
        position: relative;
        left: 180px;
        top:   30px;
        padding: 15px;
    }
    h3  {
        color: darkgreen;
        font-family:verdana;
        font-size:140%;
        position: relative;
        left: 10px;
        top: 10px;
        padding:5px;
    }
    .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: 700px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 50px;
        left: 20px;
        margin-bottom: 5px;
    }
    div#p01, div#p02, div#p03, div#p04, div#p05  {
        font-size:120%;
        padding:5px;
        margin:25px;
    }
    #rules {
        font-size: 100%;
    }
    td {
        font-size: 75%;
        width: 120px; height: 40px;
        border-width: 6px; 
        margin-bottom: 2px;
    }
    #Drag_1, #Drag_2, #Drag_3, #Drag_4, #Drag_5 { 
        width: 120px; height: 40px; 
    }

    #Drop_1, #Drop_2, #Drop_3, #Drop_4, #Drop_5 { 
        width: 120px; height: 40px; 
    }

    #NoDrop_1, #NoDrop_2, #NoDrop_3, #NoDrop_4, #NoDrop_5 { 
        width: 120px; height: 40px; 
    }
    .AudBox {
        display: inline-block ;
        background: yellowgreen;
        width: 130px;
        padding: 5px;
        margin:5px 5px 15px 0px; /*top, right, bottom, left */
    }
    audio {
        padding: 1px;
        width: 128px;
        height: 15px;
        position: relative;
        top: 10px;
        margin:0px 0px 1px 0px; /*top, right, bottom, left */
    }
}

/* for smartphone *****************SMARTPHONE***********************************/
@media only screen and (max-width : 414px) and (min-width: 280px) {
    body {
        width:98%;
    }
    #header_UC {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:Harry p,verdana;
        font-size: 33px;
        position: absolute;
        left: 88px;
        top:  10px;
        padding:5px;
        margin-bottom: 8px;
    }
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:verdana;
        font-size:1em;
        position: absolute;
        left: 10px;
        top: 5px;
        padding:5px;
        margin-bottom: 15px;
    }
    #header2 {
        color: darkgreen;
        font-family: Harry p, Helvetica;
        font-size: 30px;
        font-weight: 600;
        text-shadow:#fff 0 -1px 4px, 
        #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
        position: relative;
        top:  2rem;
        left: -25px;
        margin-top: 2rem;
        margin-left: 2.8rem;
        margin-bottom: 1rem;
    }
	
    .headShot {
        margin-top:  12%;
        margin-left:  8%  
    }
    h3  {
        color: darkgreen;
        font-family:verdana;
        font-size: 1.1em;
        position: relative;
        left: 7px;
        top: 10px;
        padding:5px;
    }
    .norm {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 2.8vw;
        font-style: normal;
        width: 220px;
    }
    .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: 2.6vw;
        font-style: normal;
        width: 270px;
    }
    
    p#help {
        display:none;
        color: black;
        font-size: 15px;
        width: 380px;
    }
    div#p01, div#p02, div#p03, div#p04, div#p05  {
        font-size:80%;
        padding:  4px;
        margin: .5rem;
    }
    div#p03 {
        width: 380px;
    }
    div#p01, div#p02, div#p05 {
        margin-top: 5px;
        width: 385px;;
    }
    #rules {
        font-size: 80%;
        width: 80%;
    }
    td {
        font-size: 63%;
        width: 55px; height: auto;
        border-width: 2px; 
        margin-bottom: 2px;
    }
    #Drag_1, #Drag_2, #Drag_3, #Drag_4, #Drag_5 { 
        width: 55px; height: 80px; 
        margin-bottom: 2px;
    }

    #Drop_1, #Drop_2, #Drop_3, #Drop_4, #Drop_5 { 
        width: 55px; height: 80px; 
        margin-bottom: 2px;
    }

    #NoDrop_1, #NoDrop_2, #NoDrop_3, #NoDrop_4, #NoDrop_5 { 
        width: 55px; height: 80px; 
        margin-bottom: 2px;
    }
    .AudBox {
        display: block ;                    /* inline-block ;*/
        background: yellowgreen;
        width: 130px;
        padding: 5px;
        margin:5px 5px 15px 0px; /*top, right, bottom, left */
    }
    audio {
        padding: 1px;
        width: 128px;
        height: 15px;
        position: relative;
        top: 10px;
        margin:0px 0px 1px 0px; /*top, right, bottom, left */
    }
    #toon{
        width: 75%;
    }
    #notes {
        width: 75%;
        margin-left: 1rem;
    }
    
    #hw {
        width: 200px;
    }
    #footer {
        position: relative;
        top: 40px;
        left: -22px;
    }

}

