body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
 
}
.nopadding
{
	padding:0px !important;
}

#playButtonDiv,#skipButton,#widget,#soundButton{
  position: fixed;
  bottom: 0;
}
#verdDiv{
  height: 10vh;
  font-size: 3.5vw;
  color: black;
  margin-top: -12vh;
}
#VerbLed {
    color: black;
    font-size: 2.5vw;
    height: 3vh;
    text-align: center;
    font-weight: bold;
}
.Verbtype {
    color: black;
    font-size: 2.5vw;
    height: 16vh;
    padding-top: 4vh;
    text-align: right;
    font-weight: bold;
}
.sentenceDiv{
  color: black;
  font-size: 1.9vw;
  height: 16vh;
  text-align: center;
 
  padding-top: 2vh;
  background-repeat: no-repeat;
  /*  background-origin: content-box;
   box-shadow: 5px 8px 15px #1e1d1d inset;
   background-attachment: fixed; 
   background-size:100% 100%;*/
}
#tenseChart,#VerbType{
  margin-top:5vh ;
}
#chart{
  padding-left: 0vw;
    padding-right: 3vw;
}
#verbDiv{
  margin-top: -13vh;
  text-align: center;
  color: white;
  font-size: 3vw;
  height: 12vh;
  padding-top: 1vh;
}
#optionsDiv{
  height: 25vh;
  position: fixed;
  bottom: 0;
  background-repeat: no-repeat;
 /*  margin-left: 22vw; */
}
#VerbLed{
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.options{
  text-align: center;
  color: black;
  font-size: 2vw;
  margin-top: 0.5vh;
}
#optionDiv0,#optionDiv1,#optionDiv2
{
  margin-top: 3.6vh;
}
.highLight
{
  border:4px solid navy;
}
/**/

#gameOver
{
	color: black;
    font-size: 7vw;
	font-weight:bold;
}
#acknowledgementDiv 
{
	display: block;
}
#finalPage
{
	display:none;
}
#acknowledgementDiv 
{
	display: block;
	margin-top: 2vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#finalPage
{
	display:none;
}
#creditDiv{
  margin-top: 5vh
}
/*modal*/
#questionMsg
{
font-size:3.5vw;
}
#responseBox {
	margin-top: 25vh;
	background-color: #185b94;
	color: white;
 position:relative;
 top:0;
 left:0;
 height: 48vh;
 padding:2vh;
 }
 #btnDiv
 {
 margin-top:3vh;
 }
 #Yes,#No
 {
 background-color:rgb(249,185,0);
 color:black;
 font-size:2.5vw;
 font-weight:bold;
 }
 @keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
 
  50% {
	opacity: 1;
  }
 }
 
 .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration:1s;
 }
 .modal-content{
 background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
 box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
 border: 4px solid white;
 position: fixed;
	top: 25vh;
	right: 0;
	bottom: 0;
 left: 25vh;
 height:fit-content;
 }
 .overlay
 {
 z-index: 10;
 background-color: rgba(0,0,0,0.5);
 }
.blink_me
{
    animation:blinker 1s linear infinite;
}
@keyframes blinker
{
    50%
    {
        opacity:0.1;
    }
}
/**/