.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body,.bgClass
{
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow:hidden;
}
#storyPage,#showMenu
{
	display:none;
}
#stories
{
	text-align: center;
    font-size: 4.5vw;
	font-weight: bold;
	color:white;
}
.noPadding
{
	padding:0px !important;
}
.stayBottom{
	bottom:1vh;
	position:fixed;
}
#showEndMsg{
	color:white;
	font-size:5vw;
}
#scrollBar
{
	overflow-x: hidden;
	overflow-y: scroll;
	height:85vh;
}
::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 10px;
}
.borderClass
{
	height: 36vh;
	padding: 2vw;
}
.showInline
{
	width:34%;
	display:inline-block;
	padding:0% 1% 0% 1% !important;
}
.scrolls
{
	padding:2% 0% 0% 0% !important;
}
.menuNames
{
	font-size:2.5vw;
    font-weight: bold;
	color:white;
	display: flex;
    justify-content: center;
    text-align: center;
    min-height: 70px;
    align-items: center;
}
.divClass
{
 height:52vh;
}
.mainDivClass
{
	margin-top: 2vh;
}
.txtClass
{
	text-align: center;
    font-size: 2.8vw;
	color:#00000099;
	margin-top: 10vh;
	text-shadow: 1px 1px 14px rgb(0, 0, 0);
}
.marginClass
{
	margin-top:30vh;
	box-shadow: 2px 6px 3px black;
    border-radius: 10vh;
}
#storyBookDiv
{
	display: none;
}
#bookDiv
{
	height: 87vh;
}
#bookImg
{
	height: 52vh;
    padding: 2vw;
}
#bookPara
{
	font-size: 5vw !important;
	margin: 4vh 0;
}
.imgBorderClass
{
	padding: 6px !important;
	height: 57vh;
	margin-top: 10vh;
    border-radius: 6%;
	border:5px solid #c365218f
}
#playPauseDiv
{
	margin-top: -25vh;
}
#textPart,#imgDiv
{
	height: 80vh;
}
#playAgain,#credits
{
	box-shadow: 2px 6px 3px black;
	border-radius: 10vh;
}
#endpage
{
	display:none;
	margin-top: 6vh;
}
#acknowledgementDiv 
{
	display:none;
	padding:2vw !important;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size: 1.7vw;
    line-height: 6vh;
    color: #493125;
    font-style: oblique;
    font-weight: 600;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
.zoomInCls {
    animation-name: zoom;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes zoom
{
		0% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.4;
	}
	75% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.9;
	}
}
