/*
Author:  Leonard Garcia
All Rights Reserved
Created on : Jan 12, 2025, 9:27:01 PM
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color:  black;
    color: darkgrey;
    margin: 0;
}
::-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 */       
}

.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;
    width: 50%;
}
#pastpHead {
    position: absolute;
    top:    5px;
    left:   30%;
}

#topimage {
    position: relative;
    top: 60px;
    left: 30px;
}
.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: 10px;
}
.audbox_perfect {           /*not in use*/
    border-radius: 25px;
    background: darkgreen;
    padding: 15px;
    width: 310px;
    height: 27px;
    position: relative;
    left: 15px;
    margin:0px 5px 0px 0px; /*top, right, bottom, left */
}
 
#full {
    border: 2px;
    border-color:#42F551;
    border-style:solid;
    border-radius: 40%;
    margin-left:2rem;
}

textarea {
    position: relative;
    top:  -2rem;
    left: 17px;
    width : 70%;
    height: auto;
    margin-bottom: -3rem;
    background-color: white;
    color: black;
    border-width: 2px;
    border-color:#42F551;
    border-style: solid;
    font-family: sans-serif;
    text-align: left;
    
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
       -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
            box-sizing: border-box;
}
#test {
    padding: 7px;
    margin-bottom: 30px;
}

.question {
    color: darkgreen;
    font-weight: 600;
}
.answers {
    color: darkgreen;
}

input {
    color: white;
    margin: .5rem;
    margin-left: 1rem;
}
label {
    color: yellow;
    margin-left: 0.5em;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
}

.tquestion
{
    background-image: linear-gradient(to bottom right, darkgreen, #42F551, yellow);
    background-color: lightgoldenrodyellow;
    color: black;
    font-weight: 600;
    border: 4px;
    border-radius: 10px;
    padding:        5px;
    cursor: url(../images/hand.png), default;  
    float:left;
    margin-left: 1rem;
    margin-bottom: 2px;
    width: auto;
}

#results {
    -webkit-box-shadow: 0 5px 5px rgba(13, 108, 12, .4);
    box-shadow: 0 5px 5px rgba(13, 108, 12, .4);
    background-repeat: repeat-y;
    background: yellowgreen;
    color: red;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 1.35em;
    padding: 3px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    border: 8px;
    border-color: darkgreen;
    border-radius: 10px;
    margin-left: 1rem;
}

#results:hover {
    background: yellow;
    color: red;
    font-weight: 600;
    padding: 3px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    border: 8px chartreuse;
    border-radius: 10px;
}

#category1, #category2, #category3, #category4, #category5, #category6, #category7, #category8, #category9, #category10 {
    display: none;
    color: red;
    font-style: normal;
    font-size: 1rem;
}

#category11 {
    display: none;
    color: red;
    font-style: normal;
    font-size: 3rem;
    margin-top: .5rem;
    margin-left: 2rem;
}
#timeline {
    position: relative;
    left: 20px;
}

.iconic {
    float: left;
    width: 3rem; height: 3em;
    margin-right: 1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
}
#except {}
#trigger{}

button {
    position     : relative;
    left         : 20px;
    top          : 20px;
    padding      : 5px;
    font         : bold 1em sans-serif;
    border       : 2px solid #635208;
    border-radius: 5px;
    background-color:#ff0;
    color        : darkgreen;
    cursor       : pointer;
}

button:after {
    content: " ";
}

button:hover,
button:focus {
     outline   : none;
     background-color: #d1e012;
     color   : #635208;
}
div#hideanswer {
    display: none;
    background-color: lightgreen;
    color: darkgreen;
    font-size: 1.3rem;
    font-style: oblique;
    width: 320px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 7px;
    position: relative;
    top: 40px;
    left: 5rem;
    margin-left: 2rem;
    margin-bottom: 15px;
}

#alive {
    color: yellow;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-top:  5rem;
    margin-left: 3rem;
}
#radioDir {
    border: 4px;
    border-color: silver;
    border-style:double;
    border-radius: 5%;
    color:          black;
    background-color: silver;
    font-size: 20px;
    padding: .5rem;
    margin-top: 3rem;
    margin-left: 3rem;
    width: 380px;
}
#fireside {
    margin-top: 3rem;
}

.cards{
    position: relative;
    top:  -1rem;          
    left: -42rem;
    margin-bottom: 18rem;
};

.flip-card {
  display: inline-block;
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
}

.flip-card .flip-card-inner {
  animation: rotate 5s .3s infinite;
  /*transition-timing-function: linear; */
}

@keyframes rotate {
  0%, 60% {
    transform: rotateY(0deg);  
  }
  10%, 50% {                    
    transform: rotateY(180deg);  
  }
}

    #trigger {
        position     : relative;
        left         : 20px;
        top          : 20px;
        padding      : 5px;
        font         : bold 1rem sans-serif;
        border       : 2px solid #635208;
        border-radius: 15px;
        background-color:#ff0;
        color        : darkgreen;
        cursor       : pointer;
        }


    div#hideanswer {
        display: none;
        background-color: burlywood;
        color: black;
        font-size: 22px;
        font-style: oblique;
        width: 970px;
        border: 7px;
        border-radius: 15px;
        border-style:groove;
        border-color: darkgreen;
        padding: 7px;
        position: relative;
        top: 60px;
        left: 20px;
        margin-bottom: 2rem;
    }

    #queries {
        color: white;
        background-color: darkgreen;
        border: 4px;
        border-color: transparent;
        border-style: groove;
        border-radius: 15%;
        position: relative;
        top:  -12rem;
        left: 3rem;
        padding: 1.5rem;
        margin-bottom: 5rem;
        width: 380px;
    }

    #fireside {
        position: relative;
        top:  -20rem;
        left: 1rem;
        margin-left: 2rem;
        width: 510px;
    }

    #gramperfIcon {
        display: block;
        position: relative;
        top:  -20rem;
        left: 1rem;
        cursor: pointer;
        width: fit-content;
        border-radius: 50%;
        padding:       4px;
        border: 5px solid yellow;
        margin-top:  5rem;
        margin-left: 5rem;
        opacity: .6;
    }
    #gramperfIcon:hover {
        opacity: 1;
    }
    #perfbase {
        position: relative;
        top:  -20rem;
        left: 1rem;
        color: darkgreen;
        margin-left: 6rem;
        margin-top:  .5rem;
    }

    #perf_footer {
        position: relative;
        top:  -20rem;
        left: 40%;
        color: white;
    }


/******************************************************************************/
/****************************LAPTOP Wide***************************************/
/******************************************************************************/

/* ----------- Non-Retina Screens ----------- */
@media screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 

.cards{
        position: relative;
        top:  -2rem;          
        left: -27rem;
        margin-bottom: 18rem;
    };

    .anti {
        display: block;
    }

    #perf_footer {
        position: relative;
        top:  -20rem;
        left: 40%;
        color: yellow;
    }

}

/* ----------- Retina Screens ----------- */
@media screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) { 

    #perf_footer {
        position: relative;
        top:  -20rem;
        left: 40%;
        color: green;
    }    
}


/*********************************************************************/
/******************************* For Smartphone ********************/
/*******************************************************************/

@media only screen and (max-width: 600px) {
    
    .header2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    #pastpHead {
        position: absolute;
        top:    5px;
        left:   30%;
        margin-bottom: 2rem;
    }
    #topimage {
        margin-left: -10px;
        max-width: 340px;
    }
    #test {
        font-size: 13px;
        width: 320px;
        padding: 7px;
        margin-bottom: 30px;
    }
    tquestion {
        font-size: 13px;
        margin-left: -2rem;
        max-width: 320px;
    }
    .cards{
        position: relative;
        top:  -2rem;          
        left: -5rem;
        margin-bottom: 18rem;
    };

    .anti {
        display: block;
    }
        
    div#hideanswer {
        display: none;
        background-color: burlywood;
        color: black;
        font-size: 15px;
        font-style: oblique;
        width: fit-content;
        border: 7px;
        border-radius: 15px;
        border-style:groove;
        border-color: darkgreen;
        padding: 7px;
        position: relative;
        top: 60px;
        left: -8px;
        margin-bottom: 2rem;
    }
    
    #radioDir {
        border: 4px;
        border-color: silver;
        border-style:double;
        border-radius: 5%;
        color:          black;
        background-color: silver;
        font-size: 17px;
        padding: .5rem;
        margin-top: 3rem;
        margin-left: .5rem;
        width: fit-content;
    }
    
    #queries {
        color: white;
        background-color: blue;
        font-size: 1.1rem;
        position: relative;
        top:  -12rem;
        left: 1rem;
        margin-right: 2rem;
        margin-bottom: 5rem;
        width: fit-content; 
    }
    #fireside {
        position: relative;
        top:  -20rem;
        left: -1rem;
        margin-right: 2rem;
        margin-bottom: 5rem;
        width: 300px;
    }
    .norm_wide{
        width: 300px;
    }
    
    #timeline {
        width: 300px;
    }
    #gramperfIcon {
        display: block;
        cursor: pointer;
        width: fit-content;
        margin-top:  5rem;
        margin-left: 5rem;
        opacity: .6;
    }
    #gramperfIcon:hover {
        opacity: 1;
    }

}

