html
{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.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;	
}
#gamePage
{
	margin-top:-2vh;
	display: none;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}

.textStyle{
	color: black;
    padding: 5% !important;
	text-align: center;
	font-weight:bold;
	font-size:3vw;
}

#optionsDiv{
	display: inline-flex;
	justify-content: space-between;
}
.option{
	width:25%;
}
.optionStyle{
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
	color: black;
	padding-top: 45% !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%; 
	height: 40vh;
}
.word{
	margin-top: 5%;
}
.spanClass{
	color: black;
	font-size: 3vw;
	font-weight:bold;
}
.redColor{
	color:red;
}
.greenColor{
	color:green;
}
/* #optionsDiv{
	
} */
#questionDiv{
	display: none;
	margin-top: 2vh;
	padding: 1% !important;
	color: black;
	text-align: center;
	font-weight:bold;
	font-size:3.2vw;
	background-position: center;
	background-size: 100% 100%; 
}
#wordsDiv{
	color: black;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: -9vh;
	margin-bottom: 2vh;
	height: 20vh;
	display: flex;
	justify-content:space-around ;
}

#bottomDiv{
	bottom: 0;
	position: fixed;
}
#row1{
	margin-top: 3vh;
}
#gameOverText
{
	color: black;
	font-weight:bold;
	font-size:6vw;
}
/* *********************************************** */
#acknowledgementDiv 
{
	visibility: hidden;
	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;
}