html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}	
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.nopadding
{
	padding:0!important;
}
.modal 
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; 
	background-color: rgba(0,0,0,0.6); 
}
.modal-content
{
	background-color:#ffffff !important;	
}
.spanClass
{
	color:white;
	font-size: 2.4vw;
	font-weight:bold;
}
.rowclass
{
	margin-top:2vh;
	height:8vh;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.greenColor
{
	color:green;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
.blink_me 
{
	animation: blinker 1s linear infinite;
}
.spanDiv
{
	height:3vh;
}
.scaleClass
{
	/* font-size:3vw; */
	color:#FFFF00;
}
@keyframes blinker 
{
	50% {
			/*  background:#ecec4e;  */
	         opacity: 0.3; 
	    }
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
#storyDiv, #level1Div, #level2Div
{
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
}
#levelPage{
	top: 40vh;
}
#level1Div, #level2Div
{
	height: 15vh;
	overflow: hidden;
    user-select: none;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	cursor: pointer;
    color: yellow;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}
#dragWords
{
	visibility:hidden;
	/* margin-top:25vh; */
	z-index:10;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#mainDiv
{
	margin-top:-10vh;
}
#soundDiv
{
	left:1vw;
}
#breakDiv
{
	left: 2vw;
    /* background-color: linen; */
    border-radius: 1vw;
    margin-top: 52vh;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#homeAndLogoDiv
{
	margin-top:1vh;
}
#endPage
{
	margin-top:0%;
}
#gameOverText
{
	color:black;
	font-weight:bold;
	font-size:6vw;
}
#nextDiv
{
	/* margin-top:21vh; */
}
#bottomDiv
{
	position:fixed;
	bottom:0;
}
#scoreCard
{
	height:50vh;
	visibility:hidden;
	border:0.2vw solid black;
	border-radius:0.5vw;
	background-color:skyblue;
}
#acknowledgementDiv
{
	visibility:hidden;
	margin-top: 1%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}

