/* 
    Created on : Mar 1, 2020, 11:24:24 AM
    Update on: October 14, 2021, 2:42 PM
    Author     : Leonard Garcia 
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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);
}

#header {
    color: darkgreen;
    text-shadow: 0px 2px 3px #555;
    font-family:verdana;
    font-size:250%;
    position: absolute;
    left: 550px;
    top: 5px;
    padding:5px;
}
#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:  25px;
    left: 30%;
}
.headShot {
    margin-top:   6%;
    margin-left: 23%;
    width: 30%; height: 30%;
}
.iconic {
    float: left;
    width: 3rem; height: 3em;
    margin-right: 1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
}
#except {
    width: 2.3rem; height: 2.3rem;
    margin-top: .1rem;
}
.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;
}

#p1::first-letter {
    font-size: 200%;
    color: #186321;
} 
#chart {
    position: relative;
    left: 20px;
}
#dems{
    width: 35%;
    margin-left: 1.5rem;
}

table, th, td {
    background-color: linen;
    color: black;
    border: 2px;
    border-color: darkgreen;
    border-style: ridge;
}
.rotate {}
.flip3D {
    width:100px; height:40px; margin:10px; 
    float:left;
 }

.flip3D >  .front{
    color:black;
    border: 4px solid;
    border-color: darkgreen;
    padding:3px;
    position:absolute;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    background:#FFFF10; width:110px; height:40px; border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}

.flip3D >  .back{
    color:black;
    border: 4px solid;
    border-color: darkgreen;
    padding:3px;
    position:absolute;
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    background:#80BFFF; width:110px; height:40px; border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
.flip3D:hover >  .front{
    -webkit-transform: perspective(600px) rotateY(-180deg);
    transform: perspective(600px) rotateY(-180deg);
}
.flip3D:hover >  .back{
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.noflip3D {
    width:100px; height:40px; margin:10px; 
    float:left;
 }
.noflip3D >  .front{
    color:black;
    border: 4px solid;
    border-color: darkgreen;
    padding:3px;
    position:absolute;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    background:#FFFF10; width:110px; height:40px; border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
.noflip3D >  .back{
    color:black;
    border: 4px solid;
    border-color: darkgreen;
    padding:3px;
    position:absolute;
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    background:#80BFFF; width:110px; height:40px; border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
.img {
    width: 50%;
    height: 80%;
}
/* Let's Talk Section********************************************/
h3 {
    color: yellow;
    font-size: 30px;
    font-weight: 600;
    margin-left: 20px; 
    margin-bottom: -1rem;
}

.talkBox {
    color: darkgreen;
    display: flex;
    justify-content: flex-start;
    width: 520px;
    height: 100px;              /* 100px */
    gap: 10px 5px;
    padding: 6px;
    background-color: buttonhighlight;
    border: 4px;
    border-style: groove;
    border-color: gold; 
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.flow {
    float: right;
    width:  5rem;
    height: 5rem;
}

.flow:hover {
    -webkit-transform: translate(50px) scale(1.8) rotate(0.01deg);
    transform: translate(50px) scale(1.8) rotate(0.01deg);
}

#talk_01, #talk_02, #talk_03, #talk_04, #talk_05, #talk_06, #talk_07, 
#talk_08, #talk_09, #talk_10, #talk_11
{
    display: none;
    background-color:ghostwhite;
    color: darkred;
    font-size: 20px;
    font-style: normal;
    width: 500px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    margin-bottom: 5px;
}

.bold {
    color: #cc0066;
    font-weight: 600;
}
.sounds{
    flex-grow: 1;
    color:darkgreen;
    background-color: darkseagreen;
    height: 2rem;
}

#startup {
    font-size:   20px;
    font-weight: 400;
}
button {
    border-color: darkgreen;
    border-style: solid;
    color: red;
    font-size: 20px;
    font-weight: 600;
    background-color: khaki;
    padding:  4px;
}
button:hover {
    border-right: 1px solid darkslategray;
    border-bottom: 1px solid darkslategray;
}
   
.one, .two, .three, .four{
    flex-grow: 1;
    color:darkgreen;
    background-color: darkseagreen;
}
#show {
    color: red;
    border: 4px;
    border-style: ridge;
    border-radius: 5px;
    width: fit-content;
    padding: 4px;
}
#answer {
    color:  #cc0066;
    font-size:   20px;
    font-weight: 400;
    display: none;
}

#Title {
    color:  #cc0066;
    font-size:   30px;
    font-weight: 600;
}

#wizwel {
    border: 6px;
    border-color: goldenrod;
    border-radius: 6px;
    border-style: groove;
    margin-left: 2rem;
    margin-top: 4rem;
    margin-bottom: -2rem;
    width: 20%;
}
.ww {
    width:  50%; /*100% */
    height: 340px;
    margin: 0px 0px 5px 5px; /*top, right, bottom, left */
} 
#hw {
    width: 350px;
}
#footer {
    position: relative;
    left: 50%;
}
#gramIcon {
    display: block;
    cursor: pointer;
    width: fit-content;
    border-radius: 50%;
    padding:       2px;
    border: 5px solid yellow;
    margin-left: 3rem;
    opacity: .7;
}
#gramIcon:hover {
    opacity: 1;
}
#base {
    color: darkgreen;
    margin-left: 3rem;
}

/******************************************************************************/
/****************************LAPTOP Wide***************************************/
/******************************************************************************/
@media only screen and (max-width : 1366px) and (min-width: 1030px) {
    #show {
        font-size: 20px;
        padding: 6px;
    }
    #answer {
        font-size:   24px;
    }
}

/******************************************************************************/
/****************************LAPTOP Normal************************************/
/******************************************************************************/
@media only screen and (max-width : 1028px) and (min-width: 768px) {
    #show {
        font-size: 20px;
        padding: 6px;
    }
}
/*******************************************************************************/
/* for tablet ******************TABLET*****************************************/
/*******************************************************************************/
@media only screen and (max-width : 1180px) and (min-width: 820px) {
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:verdana;
        font-size:190%;
        position: absolute;
        left: 150px;
        top: 5px;
        padding:5px;
        margin-bottom: 5px;
    }
    #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:  25px;
        left: 30%;
        margin-bottom: 5px;
    }
    .headShot {
        margin-top:  14%;
        margin-left: 28%;
    }
    h3 {
        font-size: 36px;
    }
    #startup {
        font-size: 25px;
    }
    button {
        font-size: 30px;
    }
    .one, .two, .three, .four{
       font-size: 20px;
    }
    #show {
        font-size: 30px;
        width: fit-content;
        padding: 6px;
    }
    #answer {
        font-size:   25px;
        font-weight: 400;
    }    
}
/****************************************************************************/
/************************* For Smartphone ***********************************/
/****************************************************************************/
@media only screen and (max-width : 414px) and (min-width: 240px) {
    body {
        max-width: 405px;
    }
    
    #header {
        color: darkgreen;
        text-shadow: 0px 2px 3px #555;
        font-family:verdana;
        font-size:1.1em;
        position: absolute;
        left: 25%; 
        top: 5px;
        padding:5px;
        margin-bottom: 10px;
    }
    #header2 {
        color: darkgreen;
        font-family: Harry p, Helvetica;
        font-size: 2rem;
        font-weight: 600;
        text-shadow:#fff 0 -1px 4px, 
        #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
        position: absolute;
        top:    18px;
        left:   20%;
    }
    h2 {
        font-size: .8em;
        position: absolute;
        top: 545%;
        left: 5px;
        margin-bottom: 50px;
    }
    .headShot {
        margin-top:  18%;
        margin-left: 13%;
        width: 70%; height: 70%;
    }
    .norm {
        background-color: lightgreen;
        color: darkgreen;
        font-size: .9em;
        font-style: normal;
        width: 240px;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 20px;
        left: 10px;
        margin-bottom: 5px;
    }
    
    #chart {
        position: relative;
        left: 10px;
    }
    #dems{
        width: 87%; height: 6rem;
        margin-left: 1rem;
    }
    
    table, th, td {
        background-color: linen;
        color: black;
        border: 2px;
        border-color: darkgreen;
        border-style: ridge;
        width: 90%;
    }
    
    .flip3D {
        width:25%; height:30px; margin-right: 5px; margin-top: 5px;
        font-size: .75em;
    }
    .flip3D >  .front{
        border: 2px solid;
        border-color: darkgreen;
        background:#FFFF10; width:20%; height:25px;
        padding: 1px;
    }
    .flip3D >  .back{
        border: 2px solid;
        border-color: darkgreen;
        background:#80BFFF; width:20%; height:25px;
        padding: 1px;
    }
    .img {
        width: 50%;
        height: 90%;
    }
    .noflip3D {
        width:25%; height:30px; margin-right: 5px; margin-top: 5px;
        font-size: .75em;
    }
    .noflip3D >  .front{
        border: 2px solid;
        border-color: darkgreen;
        background:#FFFF10; width:20%; height:25px;
        padding: 1px;
    }
    .noflip3D >  .back{
        border: 2px solid;
        border-color: darkgreen;
        background:#80BFFF; width:20%; height:25px;
        padding: 1px;
    }
    /***Let's Talk Section**************************/
    h3 {
        font-size: 40px;
    }
    .box {
        flex-flow: row wrap;
        width: fit-content;
        height: fit-content;
    }
        
    .talkBox {
        color: darkgreen;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-flow: row wrap; 
        width: 23rem;
        height: 130px; 
        gap: 10px 5px; 
        padding: 6px;
        background-color: buttonhighlight;
        border: 4px;
        border-style: groove;
        border-color: gold; 
        font-size: 1.3rem;
        margin-bottom: .5rem;
    }
    .flow {
        float: left;
        width: 5rem;
        height: 5rem;
    }
    .flow:hover {
        -webkit-transform: translate(50px) scale(2.5) rotate(0.01deg);
        transform: translate(50px) scale(2.3) rotate(0.01deg);
    }
    
    #talk_01, #talk_02, #talk_03, #talk_04, #talk_05, #talk_06, #talk_07, 
    #talk_08, #talk_09, #talk_10, #talk_11
    {
        display: none;
        background-color:ghostwhite;
        color: darkred;
        font-size: 18px;
        font-style: normal;
        width: fit-content;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        margin-bottom: 5px;
    }
    p.quest {
        clear:left;
        margin-top: -2px;
    }
    .bold {
        color: #cc0066;
        font-weight: 600;
    }
    .sounds{
        flex-grow: 1;
        color:darkgreen;
        background-color: darkseagreen;
        height: 2rem;
        font-size: 1.3rem;
    }
        
    button {
        font-size: 30px;
    }
    #show {
        font-size: 22px;
        width: fit-content;
    }
    #answer {
        font-size:   25px;
        font-weight: 400;
    }
    
    #wizwel {
        border: 6px;
        border-color: goldenrod;
        border-radius: 6px;
        border-style: groove;
        margin-left: 2rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        width: 80%;
    }
    .ww {
        width:  100%; /*100% */
        height: 340px;
        margin: 0px 0px 5px 5px; /*top, right, bottom, left */
    }
    #hw {
        width: 250px;
    }
    
    #footer {
        position: relative;
        left: 35%;
    }
}
