body,html 
{
	height: 100%;
	margin: 0;
}
#home
{
	display:none;
}
#whoIsThisGamePage
{
	display:none;
}
#playImage
{
	bottom:0;
	position:fixed;
}
#whoIsThisSoundMainDiv
{
	margin-top:5vh;
}
#background
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;	
}
#whoIsThisText
{
	font-size:3vw;
	text-align: center;
	color:green;
	font-weight: 900;
}
.noPadding
{
	padding:0 !important;
}
#whoIsThisCorrectWrongDiv
{
	margin-top:10vh;
}
#whoIsThisImage
{
	height:54vh;
	width:30vw;
	margin-top:8vh;
}
#nextButtonDiv
{
	z-index:1;
}

#messageSpan
{
	font-size:6vw;
	text-align: center;
	font-weight: 900;
}
#messageSpan
{
	font-size:5vw;
	text-align: center;
	font-weight: 900;
	font-family:calibri;
}

.toBottom
{
	position:fixed;
	bottom:0;
}
#nextDiv
{
	z-index:1000;
}
.optionDivClass
{
	text-align:center;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	
}
span
{
	color:black;
	font-size:4vw;
	font-weight: bold;

}

#whoIsThisscorePage
{
	display:none;
	font-size:5vw;
	margin-top:5%;
	font-weight:900;
	text-align: center;
}
#acknowledgementDiv
{
	margin-top: 2%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:2vw;
}

.fstLat:first-letter
{
	text-transform: uppercase;
}
#developerName
{
	margin-bottom: 2vh;
}
#whoIsThisAnswerDiv
{
	bottom: 0;
    position: fixed;
}
#nextBtn
{
	bottom: 0;
    position: fixed;
    display:none;
}

.blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}
