
body{
    overflow: hidden; 
}

#adbtn{
    width: 95%;
    height: 40%;
    background-color: green;
    border: 1pt solid black;
    text-align: center;
    background-color: lightcyan;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    font-size: 3.0vmax;
    position: fixed;
}

#kjv{
    font-size: 1.67vmax;
    color: blue; 
    cursor: pointer;   
}

#contact{
    font-size: 1.67vmax;
    color: black;
}

p, div, body, img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;    
    -o-user-select: none;
}

#question, .answer{
    font-family: Ariel;
}

#question{
    font-weight: bold;
}

body{
    background-color: lightyellow; 
}

#score_box,th,td{
    font-size: 3.7vmin;
    border: 0.20vmax solid black;
    border-collapse: collapse;
    padding: 0.5vmax;
}

th,td{
    text-align: center;
    background-color: white;
}

#tbl{
    width: 95vw;
    font-weight: bolder;
    background-color: lightsteelblue;
    border-collapse: collapse;
    text-align: center;
    padding: 0px;
    overflow-y: scroll;
}

#tbl td,th{
    font-size: 2.0vmax;
}

#Red{
    width: 5px;
    height: 5px;
    background-color: red;
}

#Green{
    width: 5px;
    height: 5px;
    background-color: lightgreen;
}

#tbl tr td {
    border: 0.2vmax solid #000;
}

#language{
    width: 100px;
    height: 50px;
    border: 1pt solid black;
    border-radius: 12px;
    background-color: orange;
    cursor: pointer;
    box-shadow: 2vmin 4vmin 8vmin;
}

#language:hover{
    background-color:blue;
}
 
#play{
    width: 200px;
    height: 50px;
    border: 1pt solid black;
    border-radius: 12px;
    background-color: brown;
    cursor: pointer;
}

#TotalBox{
    opacity: 0;
    text-align: center;
    width: 1200px;
    width: 90vw;
    height: 700px;
    border: 0.15vmax solid black;
    background-color: lightsteelblue;
    background-image: linear-gradient(white, lightsteelblue);
    font-size: 1em;
    font-size: 2vw;
    box-shadow: 2vmin 4vmin 8vmin;
}

#reference{
    opacity: 0;
    font-size: 4.5vmin;
    width: 400px;
    width: 50vw;
    height: 100px;
    height: 7vh;
    border: 0.00vmax solid black;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#question{
    opacity: 0;
    width: 500px;
    width: 70vw;
    height: 150px;
    height: 14vh;
    border: 0.20vmax solid black;
    border-radius: 12px;
    text-align: center;
    background-color: lightblue;
    padding-left: 2vmax;
    padding-right: 2vmax;
    padding-top: 0.40vh;
    padding-bottom: 0.25vh;
    box-shadow: 1vmin 2vmin 4vmin;
}

#question p{
    font-size: 2.5vmax;
}

.answer{
    opacity: 0;
    width: 400px;
    width: 50vw;
    height: 100px;
    height: 13vh;
    border: 0.25vmax solid black;
    border-radius: 12px;
    text-align: center;
    background-color: lightcyan;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 2vmax;
    padding-right: 2vmax;
    padding-top: 0.20vh;
    padding-bottom: 0.05vh;
 
}

.answer:hover{
    background-color: lightgrey;
}

.answer p{
    font-size: 3.3vmax;
}

#btn1{
    width:40vw;
    font-size: 6vmin;
}

#btn2{
    width: 40vw;
    font-size: 6vmin;
}

#title{
    width:80%;
    height:30%;
    border: 0.0vmax solid black;
    border-radius: 0vmax;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    font-size: 12vmax;
    font-style: italic;
    letter-spacing: -1vmax;
    font-family: cursive;
}

.btn{
    width:30%;
    height:20%;
    border: 0.3vmin solid black;
    border-radius: 3vmax;
    background-color: bisque;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    font-size: 3.5vmax;
    box-shadow: 1vmin 2vmin 4vmin; 
}

.btn:hover{
    background-color: coral;
}    

#langbtn{
    width:7%;
    height:7%;
    font-size: 1.62vmax;
    border: 0.03vmin solid black;
    border-radius: 1.5vmax;
    background-color: lightpink;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0.5vmin 1vmin 2vmin;
}

#langbtn:hover{
    background-color: pink;
} 



#statbtn{
    width:7%;
    height:7%;
    font-size: 1.62vmax;
    border: 0.03vmin solid black;
    border-radius: 1.5vmax;
    background-color: rgb(166, 232, 235);
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0.5vmin 1vmin 2vmin;
}

#statbtn:hover{
    background-color: rgb(198, 234, 236);
} 

#mainmenu{
    width:10%;
    height:10%;
    font-size: 4.5vmin;
    font-size: 2.5vmax;
    border: 0.03vmin solid black;
    border-radius: 1.5vmax;
    background-color: yellow;
    background-color: bisque;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0.5vmin 1vmin 2vmin;
}

#mainmenu:hover{
    background-color: greenyellow;
    background-color: coral;
}

#aboutBox{
    background-color: lightsteelblue;
    border: 0pt solid black;
    width: 80%;
    height: 80%;
    font-size: 2.5vmax;
    text-align: left;
}

#back{
    width:15%;
    height:15%;
    font-size: 1.75vmax;
    border: 0.03vmin solid black;
    border-radius: 1.5vmax;
    background-color: yellow;
    background-color: bisque;
    text-align: center;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0.5vmin 1vmin 2vmin;
}

#back:hover{
    background-color: greenyellow;
    background-color: coral;
} 

#stores{
    height: 20%;
    width: 20%;
    border: 0pt solid black;

}

#img1{
    height: 100%;
    width: 49.5%;
    border-right: 0pt solid black;
    cursor: pointer;
}

#img2{
    height: 100%;
    width: 49.5%;
    border-left: 0pt solid black;
    cursor: pointer;
}

#sp{
    display: inline;
    font-size: 0.1em;
}

body{
    font-size: 4vmax;
}

body{
    overflow-x: hidden;
}

#scoreen, #scorees{
    font-size: 3.25vmax;
}

#tbl{
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    height: 55vh;
}

#score_box{
    opacity: 0;
}

#add-button{
    width: 25vw;
    outline: none;
    height: 2.8vmax;

    background-color: #1c87c9;
    background-color: lightskyblue;
    -webkit-border-radius: 3vmax;
    border-radius: 3vmax;
    border: none;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 2vmax;
    padding: 0.25vmax 0vmax;
    text-align: center;
    text-decoration: none;
    border: 0.03vmax solid black;
}
  
@keyframes glowing {
    0% {
        background-color: rgb(165, 217, 235);
        box-shadow: 0 0 0px lightblue;
    }
    50% {
        background-color: rgb(12, 179, 235);
        box-shadow: 0 0 5px lightblue;
    }
    100% {
         background-color: rgb(163, 221, 240);
         box-shadow: 0 0 10px lightblue;
    }
}


#add-button {
    animation: glowing 0ms infinite;
}

#textt{
    font-size: 2.25vmax;
}

#text2{
   font-size: 2.0vmax;
}

#chartMenu{
    height: 5vmax;
    width: 12vmax;
    border-radius: 2vmax;
    font-size: 4.20vmin;
    border: 0.03vmin solid black;
    background-color: yellow;
    background-color: bisque;
    text-align: center;
    cursor: pointer;
    box-shadow: 0.5vmin 1vmin 2vmin;
}

#chartMenu:hover{
background-color: greenyellow;
background-color: coral;
}

#holder{
    box-shadow: 2vmin 4vmin 8vmin;
}

#holder{
    border: 1pt solid black;
    box-shadow: 1pt black 2pt black 3pt black;
}

  #explain{
    border: 2pt solid black;
    font-size: 2vmax;
    background-color: rgb(163, 221, 240);
    background-image: linear-gradient(white, lightsteelblue);
    padding-left: 2vw;
    padding-right: 0vw;
    box-shadow: 2vmin 4vmin 8vmin;
    overflow: scroll;
}

  #show{
      border: 1pt solid black;
      background-color: lightgray;
      text-align: center;
      font-size: 1.50vmax;
  }

  #show:hover{
      cursor: pointer;
      background-color: rgba(161, 163, 167, 0.952);
  }

  #shown{
  margin-left: 1vmin;
  margin-right: 1vmin;
}

 a{
     text-decoration: none;
     color: rgb(44, 44, 221);
 }

 a:hover{
     color: rgb(44, 44, 158);
 }

 #par{
     font-size: 3vmax;
     padding-left: 5vmin;
     padding-right: 5vmin;
 }

 #means{
    padding-left: 5vmin;
    padding-right: 5vmin;
}

#title{
    border: 0pt solid black;
}

table{
    box-shadow: 0.5vmin 1vmin 2vmin;
}

td, tr, th, table{
    border: 0.03vmin solid black;
}


#score_box{
    border: 0.03vmin solid black;
}

h1{
    font-size: 3.7vmax;
    padding-left: 5vmin;
    padding-right: 5vmin;
}

th{
    background-color: rgba(129, 120, 120, 0.068);
    background-color: rgba(129, 120, 120, 0.178);
    box-shadow: 5vmin 10vmin 15vmin;
}


#tbl td{

    box-shadow: 0.5vmin 1vmin 2vmin;
    border: 0.03vmin solid black;
}

#tbl{
    border: 0.03vmin solid black;
    box-shadow: 2vmin 4vmin 8vmin;
}