/*
Author:  Leonard Garcia
All Rights Reserved
Created on March 29, 2024
*/
body {
    margin: 0;
    background-color:black;
    color: azure;
}

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

p {
    background-color: #FFF;
    color: black;
    font-size:20px;
    border: 5px;
    border-color: darkgreen;
    border-radius: 6px;
    border-style: groove;
    padding: .5rem;
}
span {
    color: black;
    font-weight: 600;
}
.demo {
    background-color:   darkseagreen;
    border:             solid #d6ef39;
    border:             4px;
    border-radius:      5px;
    border-color:       #ffc600;
    border-style:       groove;
    padding:            20px;
    max-width:          fit-content;
    height:             17em;
    text-indent:        20px;
    font-family:        "Comic Sans MS", cursive, sans-serif;
    font-size:          1.2em;
    font-weight:        600;
}
#show {
    background-color: lightblue;
    color: black;
    font-size: 20px;
    border: 4px;
    border-color:  darkgreen;
    border-style:  groove;
    border-radius: 10%;
    padding:       .5rem;
    margin-left:   1rem;
}
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    }
.flex-item{
    box-sizing: border-box; /* Include padding and border in the item's total width */
    padding: 4px; /* Adjust padding as needed */
  }
    
.flex-item:nth-child(1) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    align-self: center;
    }
.flex-item:nth-child(2) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    align-self: center;
    }
.flex-item:nth-child(3) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    align-self: center;
    }
.flex-item:nth-child(4) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 2 auto;
    flex: 0 2 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    }
 .flex-item:nth-child(5) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 2 auto;
    flex: 0 2 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    }
 .flex-item:nth-child(6) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 2 auto;
    flex: 0 2 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    }
    
    #theme {
        border: 4px;
        border-color: #E217AF;
        border-style: groove;
        border-radius: 6px;
        margin-top: 3rem;
        width: 50rem;
        height: 15rem;
    } 
    #answers {
        display: none;
    }
    .pairs {
        color: darkgreen;
        font-weight: 600;
        margin-left: 5rem;
    }
    .indent {
        font-weight : 600;
        margin-left: 5rem;
    }
    #frame {
        color: black;
        font-size: 22px;
        background-color: #CEEFBD;
        border: 5px;
        border-color: darkgreen;
        border-style:double;
        padding: 2rem;
        margin-left: 5rem;
    }
    .faq {
        color: black;
        background-color: white;
        border: 5px;
        border-color:#E217AF;
        border-style:ridge;
        font-size: 25px;
        padding: .5rem;
        margin-left: 5rem;
    }
    #scene{
        margin-left: 5rem;
        margin-bottom: 2rem;
    }
    .moveDog {
        cursor: url(../images/preps/dog_paw.cur), default;  
        font-size: 20px;
        font-weight:600;
        border: 4px;
        border-color:darkgreen;
        border-style: solid;
        border-radius: 5%;
        margin-left: 5rem;
    }
    .in .on .at{
        color: darkgreen;
        font-weight : 600;
    }
    	
    #preps{
        background-color: white;
        width:  90px;
        height: 25px;
        border: 5px solid darkgreen;
        padding-top: 5px;
        padding-bottom: -2px;
        margin-left: 20px;
    }
    .image {
        width: 25px;
        height: 20px;
        margin: 0px;
    }
    #image1,#image2, #image3 {
        
    }
    #img1, #img2,#img3,#img4,#img5,#img6,#img7,#img8{};
    
    .text {
        color: black;
        font-size: 22px;
        margin-left: 10px;
    }
    
    select {
        font-size: 16px;
        margin-top: .5rem;
    }
    .normal_blue {
        color:              black;
        background-color:   lightblue;
        font-family:        sans-serif;
        font-weight:        normal;        
        border:             6px;
        border-color:       silver;
        border-style:       ridge;
        border-radius:      4px;
        padding:            4px;
        width:              fit-content;
        margin-left:        15px;
    }
    #gramIcon {
        border-radius: 50%;
        padding:       2px;
        border: 5px solid yellow;
        margin-left: 5rem;
    }
    #base {
        color: darkgreen;
        margin-left: 5.5rem;
    }
    #footer {
        font-size: .9rem;
        background-color:black;
        color:white;
        text-align: center;
        padding:7px;
        margin-left: 50%;
        width: 250px;
    }
    
    
/***************************************************************************/
/***********************Smartphone******************************************/
/***************************************************************************/

@media only screen and (max-width : 414px) and (min-width: 280px) {
    
    #theme {
        width: 20rem;
        height: 7rem;
    } 
    .pairs {
        color: darkgreen;
        font-weight: 600;
        margin-left: 2rem;
    }
    #frame {
        color: black;
        font-size: 20px;
        background-color: #CEEFBD;
        padding: .5rem;
        margin-left: .2rem;
    }
    
    .faq {
        color: black;
        background-color: white;
        border: 5px;
        border-color:#E217AF;
        border-style:ridge;
        font-size: 15px;
        padding: .5rem;
        margin-left: .5rem;
    }
    #scene{
        max-width: 95%;
        margin-left: .5rem;
        margin-bottom: 2rem;
    }
    .moveDog {
        font-size: 17px;
        font-weight:600;
        border: 4px;
        border-color:darkgreen;
        border-style: solid;
        border-radius: 5%;
        margin-left: .5rem;
    }
    
    .text {
        color: black;
        font-size: 22px;
        margin-left: 2rem;
    }
    .indent {
        font-weight : 600;
        margin-left: 2rem;
    }
    
    select {
        font-size: 20px;
        margin: .5rem;
        margin-left: 2rem;
    }
    button {
        font-size: 20px;
        margin: 1.5rem;
    } 
    

    #footer {
        font-size: 1rem;
        background-color:black;
        color:white;
        text-align: center;
        padding:5px;
        margin-left: 25%;
        width: 200px;
    }
}