/* 
    Created on : May 21, 2016, 7:52:22 PM
    Author     : Leonard Garcia.  All rights reserved.
*/
* {
  touch-action: manipulation;
}

#body {
    background-color:black;       
    width: fit-content;
}
::-webkit-scrollbar {
    width: 1.2em;
    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;
    font-style: italic;
    font-weight: bold;
    text-align:center;
    padding:5px;
}
h1 {
    margin-bottom: 120px;
}
h1::before {
        content: url(Honduras.jpg); 
        position: absolute;
        top:80px;
        left:12px;
}
h3 {
    color: darkgreen;
    position: relative;
    top:20px;
    background-color:#ff0;
    border: 8px;
    border-color: darkgreen;
    border-style: double;
    padding: .5rem;
    width: fit-content;
}

#yan {
        border: 2px;
        border-color: transparent;
        border-style: solid;
        border-radius: 50%;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to left, #00C853, #B2FF59);
        position: absolute;
        top: 128px;
        left: 30px;
        width: 140px;
        height: 140px;
        padding:  4px;
        object-fit: contain;
}
        
.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
  }
.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
.border-gradient-green {
    border-image-source: linear-gradient(to left, #00C853, #B2FF59);
}

/* Slider Styles */
#prevBtn, #nextBtn {
    display: inline-block;
    color:            black;
    background-color: yellow;
    font-size:        1.5rem;
    font-weight:      600;
    border-radius:    30%;
    width:            fit-content;
    margin-top:       1rem;
    margin-left:      6rem;
    cursor:           pointer;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 8px;
  border-color:aqua;
  border-style:groove;
  border-radius: 2%;
  outline: 8px;
  outline-color: blueviolet;
  outline-style: groove;
  width: fit-content;
  padding: .5rem;
  margin-left: 2rem;
}

.slider {
  width: 300px;
  overflow: hidden;
}

.slides {
  display: flex;
  flex-wrap: nowrap;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

/***************/

.lg {font-size: 120%;}
.fotos {
    position: absolute;
    top:    100px;
    left:   30px;
    width:  150px; height: 150px;
}
.phoneme {
    display: none; 
    border: 4px;
    border-style:inset;
    border-top-color:#FFFF10;
}
#V, #W {
    
}
#opening {
    font-size: 100%;
    color: darkgreen;
    visibility: visible;
    background-image: url(images/wizard_TA.jpg), url(images/ricepaper_blue.jpg);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat; 
    width: 500px; height: 70px;
    position: relative;
    top:	  50px;
}
.home {
    width: 100px; height: 60px;
}

#section {
    width: 700px;
    float:left;
    color:darkgreen;
    padding:10px;
    margin-top: 1rem;
}

#audioStop {
     cursor: url(../images/handcursor.cur), default;
     width: 80px; height: 40px;
     float:left;
     color: white;
     position: relative;
     margin-left: 3%;
     margin-top: 9%;
     margin-bottom: 5%;
}
.articulate{
    background-color:#FFFF10;
    color: black;
    border: 6px;
    border-color: darkgreen;
    border-style:double;
    border-radius: 8px;
    padding: 4px;
    width: fit-content;
}
.articulateVW {
    background-color:#FFFF10;
    color: black;
    border: 6px;
    border-color: darkgreen;
    border-style:double;
    border-radius: 8px;
    padding: 4px;
    width: fit-content;
}
#checkup {
    width: 700px;
    float:right;
    color:darkgreen;
    padding:10px;
    position: relative;
    top: 10%;
    margin-bottom: 15%;
}
#match {
    font-family:cursive;
    font-size:  1.3em;
    color:      red;
    background-color:transparent;
    border: 6px;
    border-color: darkgreen;
    border-style:solid;
    border-radius: 8px;
    padding: .5rem;
    width: fit-content;
    margin-top: 9rem;
 }
 .h-sound {
    background-color:#FFFF10;
    color: black;
    border: 6px;
    border-color: darkgreen;
    border-style:double;
    border-radius: 8px;
    padding: 4px;
    width: fit-content;
    margin-top: 6rem;
}
audio {
    width: 100%;
    margin-top: 5px;
}
.AudBox {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 300px;
    float:left;
    height: 50px;
    font-weight: 600;
    margin:0px 5px 0px 0px; /*top, right, bottom, left */
}
@-moz-document url-prefix() {
    .AudBoxL {
       border-style: groove;
            }
        .next{clear: left;}
        #match {clear: left;}

}

.video {
     width: 400px;
     aspect-ratio: 16/ 9;
     margin-top: 80px;
     margin-left: -80px;
     border: 8px;
     border-style: solid;
     border-color:#3399ff;
     border-radius: 5%;
     outline: 10px groove blueviolet;
     outline-offset: -1px;
     background-position: 0 0;
     background: rgb(2,0,36);
     background: linear-gradient(90deg, rgba(14,136,201,0.004639355742296902) 20%, rgba(58,133,135,0.8897934173669468) 31%, rgba(0,212,255,1) 100%);
     background-size: 140% 140%; 
}

.AudBoxL {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 300px;
    float:left; 
    height: 70px; 
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5%;
}

p {
    font-size: 100%;
    color: darkgreen;
    visibility: visible;
}
.expo {
    background-color: lightgreen;
    color:            black;
    border:           5px;
    border-radius:    5px;
    border-style:     groove;
    padding:          3px;
    width:            70%;
    height:           auto;
    margin-top:       15%;
    margin-bottom:     7%;
}

img {
    vertical-align:middle;
    height: 60px; width:  80px;
}
div.panel  /*text*/
{
    margin:0px;
    padding:5px;
    text-align:center;
    background:darkseagreen;                    
    border:solid 2px darkgreen;              
    width:120px;
}

div.flip  /*image*/
{
  margin:0px;
  padding:5px;
  text-align:center;
  background: darkseagreen;                    
  border:solid 2px darkgreen;              
  width:120px;   /* 80 px */
}

div.panel
{
  display:none;
  cursor: pointer;
}
div.questions
{
  height: 80px;
}
div.questionA
{
  float:left;
}
div.question2
{
  float:right;
}
div.question3
{
  float:right;
}
div.question4
{
  float:right;
}
div.question5
{
  float:right;
}
div.question6
{
  float:right;
}
div.question7
{
  float:right;
}
/*div.intro
{
    color: #A52A2A;
    font-size: 1.5em;
    font-weight: 900;
}*/

#intro {
    color: red; 
    font-size: 1.3em;
    clear: both;
    margin-top: -5px;
}

hr{
    border: 3px solid green;
    border-radius: 5px;
    width: 90%;
    position: relative;
    top:  -30px;
    left: -25px;
}
@-moz-document url-prefix() {
    hr{display:none};
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}

.phrase {
    visibility: hidden;
    font-weight: bold;
}
.output {
    visibility: visible;
    background-color: lightgoldenrodyellow;
    font-style: italic;
    font-weight: bold;
    font-size: 1.5em;
    color: darkgreen;
    width: 320px;
    border: 3px;
    border-radius: 5px;
    border-style:groove;
    padding: 2px;
}
.result {
    visibility: hidden; 
    color: black;
    background-color: lightgoldenrodyellow;
}
#notChrome {
    display: none;
    max-width: 500px;
    height: 180px;
    border: 8px;
    border-color: gold;
    border-style: groove;
    border-radius: 70px;
}
/*tablets*************************************/
@media only screen and (max-width : 690px) and (min-width: 411px) {
p{
    width: 75%;
    margin:0px 70% 2px 0px; /* top, right, bottom, left */
}
audio{
    -webkit-margin-top-collapse: separate;
    width:100%;
    height:30%;
    margin-top: 20px; 
}
.AudBox {
    padding: 15px;
    width: 240px;
    float:left;
    height: 50px;
    margin:0px 5px 0px 0px;
}
.AudBoxL {
    width: 270px;
    float:left;
    height: 50px; 
    margin:0px 5px 0px 0px;
}
div.questionA
{
    float: left;
}
}

/***********************************************************************/
/***************************** SMARTPHONE******************************/
/**********************************************************************/

@media only screen and (min-device-width : 280px) and (max-device-width : 449px) {
    #body {   
        width: 100%
    }
    #section {
        width:390px;
    }
    h1 {
        margin-bottom: 95px;
    }

    #yan {
        position: absolute;
        top: 128px;
        left: 30px;
        width: 140px;
        height: 140px;
        padding:  4px;
        object-fit: contain;
    }
    
    /*********Slider Styles ******/
    #prevBtn, #nextBtn {
        display: inline-block;
        color:            black;
        background-color: yellow;
        font-size:        1.5rem;
        font-weight:      600;
        border-radius:    30%;
        width:            fit-content;
        margin-top:       1rem;
        margin-left:      5.5rem;
        cursor:           pointer;
    }
        
    .slider-wrapper {
        display: flex;
        align-items: center;
        gap: 1px;
        border: 2px;
        border-color:aqua;
        border-style:groove;
        border-radius: 2%;
        outline: 3px;
        outline-color: blueviolet;
        outline-style: groove;
        width: 80%;
        padding: .3rem; 
        margin-left: .5rem;
    }
    
    .slider {
        width: 100%;
    }

    .slides {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
    }
        
    .slide {
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
    }
        
    .slide img {
      width: 100%;
      height: auto;
      display: block;
    }
  
    /**********************************************/
    .video {
        width:        360px;
        aspect-ratio: 16/ 9;
        margin-top: 80px;
        margin-left: 15px;
   }
   
   #intro {
        color: red; 
        font-size: 1em;
        clear: both;
        position: relative;
        top:      5px;
   }
    
    #checkup {
        width: 95%;
        float:right;
        color:darkgreen;
        padding:10px;
        margin-bottom: 2px;
    }
    .fotos {
       width:  130px; height: 120px;
       margin-top: 2rem;
       margin-bottom: 10px;
    }
    #idAudio {
        margin-top: 50px;
    }
    
    #audioStop {
        margin-top: 26%;
        margin-bottom: 5%;
    }

    .articulate {
        background-color:#FFFF10;
        color: black;
        border: 6px;
        border-color: darkgreen;
        border-style:double;
        border-radius: 8px;
        font-size: 1.2rem;
        padding: 4px;
        width: 90%;
        margin-top: 2rem;
    }
    .articulateVW {
        background-color:#FFFF10;
        color: black;
        border: 6px;
        border-color: darkgreen;
        border-style:double;
        border-radius: 8px;
        font-size: 1.1rem;
        padding: 4px;
        margin-top: 8rem;
    }
        
    p {
        font-size: 90%;
        color: darkgreen;
        margin:0px 60% 2px 0px;  /*top, right, bottom, left */
    }
    .expo {
        display:    none;
        height:     100px;
        width:      110%;
    }
    audio{
        width:98%;
        height:50%;
        margin-top: 12px;
    }
    .AudBox {
        width: 240px;
        float:left;
        height: 40px;
        margin:0px 100% 9px 0px; /* top, right, bottom, left */
    }
    .AudBoxL {
        width: 240px;
        float:left;
        height: 50px; 
        margin:5px 90% 9px 0px;
    }
    div.questionA
    {
        float:left;
    }
    hr{
        border: 3px solid green;
        border-radius: 5px;
        width: 90%;
        position: relative;
        top:      15px;
    }

}    
