
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.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;
}
.loader
{
	position: fixed!important;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: center no-repeat#afaca7d1;
    z-index: 1;
}
.noPadding{
	padding: 0px !important;
}
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100% !important;
}
.slideRight {
	left: 240px;
}
.no-js .container {
	padding-left: 240px;
}
.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}
.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.js .content:after {
	top: auto;
	bottom: 0;
	width: 100%;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.no-js .content h2 {
	padding: 40px 1% 20px;
}
/* width */
::-webkit-scrollbar {
	width: 15px;
	top: 0;
  }
  /* Track */
  ::-webkit-scrollbar-track {
	background-color: rgb(199, 188, 188); 
	box-shadow: inset 10px 3px 5px grey; 
	border:1.2px solid white;
	border-radius: 10px;
  }
   /* Handle */
  ::-webkit-scrollbar-thumb {
	background: black; 
	border: 1px solid white;
	border-radius: 10px; 
  }
  .checkmark{
	height: 5vh;
	  width: 2.5vw;
	  margin:0px;
  }
.loader
{
  position: fixed!important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center no-repeat#afaca7d1;
  z-index: 1;
}
.js .content {
	position: absolute;
	width: 100%;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100% !important;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
	user-select: none;
	overflow: hidden;
}
.bgClass{
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.logoClassStart{
	position: absolute;
	width: 4%;
	margin-left: 11%;
}
.logoClassEnd{
	position: inherit;
	margin-left: 45%;
	margin-top: 3vh;
	width: 8%;
}
/* .titleBookClass{
	height: 100%;
	width: 100%;
}
.bookDivClass{
	width: 40%;
	margin-left: 30%;
	height: 85vh;
	margin-top: 6vh;
}
.titleImgClass{
	height: 45vh;
	width: 80%;
	margin-left: 10%;
	margin-top: 5vh;
}
#storyTitleId{
	font-size: 4vw !important;
	font-weight: bold;
    color: white;
    font-family: 'Mukta', sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 70px;
    align-items: center;
	margin-top: 8vh;
} */
.container {
	position: relative;
	left: 0px;
 -webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	height: 82% !important;
	width: 70%;
	left: 15%;
	border: 2px solid black;
    box-shadow: 6px 5px 8px black;
}
#titleDiv{
	height: 8%;
	/* margin-top: 0.5vh; */
	display: inline-block;
	width: 70%;
	margin-left: 15%;
	border: 2px solid black;
    box-shadow: 3px 4px 5px black;
	background-color: rgb(199 195 195);
}
#storyNameId{
	font-size: 2.5vw;
    font-weight: bold;
	font-style: italic;
	color: black;
	justify-content: center;
}
#pageNum{
	font-size: 2.5vw;
	font-weight: bold;
	position: fixed;
	right: 16%;
	justify-content: center;
}
.inlineClass{
	display: inline-block;
}
.content p {
	font-size: 2vw;
	line-height: 1.4;
	font-weight: 300;
	padding: 2px 5%;
	text-align: justify;
	height: 30vh;
	overflow-y: auto;
	width: 100%;
}
.imgClass{
	width: 100%;
	height: 50vh;
}
img{
	width: 100%;
	height: 100%;
}
.bb-custom-wrapper nav div, .menu-button {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#bb-nav-next{
	position: absolute;
    left: 86%;
}
#bb-nav-prev{
	left: 9%;
}
.navButtonClass{
	width: 70px;
    height: 70px;
	position: absolute;
    z-index: 1000;
	top: 50vh;
	display: none;
}
#footerDiv{
	height: 10% !important;
	margin-left: 15%;
	bottom: 0%;
	position: fixed;
	background-color: rgb(199 195 195);
    width: 70%;
	align-items: center;
	justify-content: center;
	display: flex;
	border: 2px solid black;
    box-shadow: 3px 4px 5px black;
}
#playPause{
	width:10%;
	height: fit-content;
	align-items: center;
}
#playPauseicon,#mute{
	font-size: 4vw;
/* 	align-items: center;
	display: flex; */
	padding-top: 5px;
	 bottom: 1vh;
}

#endPage{
	display: none;
	height: 100%;
}
.replayClass{
	color: white;
	margin-left: 47%;
	font-size: 7vw !important;
	position: fixed;
	bottom: 1%;
}
#aknowledgeMentDiv 
{
	width: 40%;
	margin-left: 30%;
	height: 52vh;
	margin-top: 7vh;
	padding:0.5vw !important;
	text-align: center;
}
.txtClass
{
	text-align: center;
	font-family: 'Mukta', sans-serif;
    font-size: 3vw;
	color:black;
	margin-top: 10vh;
	height: 68vh;
    overflow-x: hidden;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size: 1.5vw;
    line-height: 6vh;
    font-weight: bold;
}
.firstLetter:first-letter
{
	font-size:2vw;
}


/*    Small Devices */
@media screen and (max-width: 450px){
	body{
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	.container {
		width: 100%;
		left: 0%;
		height: 82% !important;
	}
	.logoClassStart{
		width: 7%;
		margin-left: 1%;
		margin-top: 2vh;
	}
	#titleDiv{
		width: 100%;
		margin-left: 0%;
		height: 8% !important;
	}
	#storyNameId{
		font-size: 5vw;
	   margin-left: 10vw;
	   padding-top: 16px;
	}
	#pageNum{
    	right: 6%;
		font-size: 4vw;
		padding-top: 16px;
    }
	.content p { 
		font-size: 4vw;
	   line-height: 1.4;
	}
	#bb-nav-next{
		left: 88%;
	}
	#bb-nav-prev{
		left: 1%;
	}
	.navButtonClass{
		width: 40px;
		height: 40px;
		top: 50vh;
	}
	#playPause{
		width: 20%;
	}
	#playPauseicon,#mute{
	 font-size: 6.5vw;
	 padding-top: 5px;
	 bottom: 1vh;
    }
	#footerDiv{
		width: 100%;
		margin-left: 0%;
		position: inherit;
		height: 10% !important;
	}
	/* 	.bookDivClass{
		width: 40%;
		margin-left: 30%;
		height: 50vh;
		margin-top: 35%;
	}
	.titleImgClass{
		height: 25vh;
		width: 80%;
		margin-left: 10%;
		margin-top: 5vh;
	}
	#storyTitleId{
		font-size: 5vw !important;
		font-weight: bold;
		min-height: 50px;
		align-items: center;
		margin-top: 5vh;
	} */
}

/* @media screen and (max-width: 400px){
	body{
		overflow: hidden;
		position: relative;
	}
	.container {
		width: 100%;
		left: 0%;
	}
	#titleDiv{
		width: 100%;
	margin-left: 0%;
	}
	#storyNameId{
		font-size: 4vw;
		margin-left: 10vw;
		line-height:6vh;
	}
	#pageNum{
		right: 6%;
		font-size: 3vw;
		line-height:5vh;
}
	.content p { 
		font-size: 4vw;
	   line-height: 1.6;
	}
	#bb-nav-next{
		left: 88%;
	}
	#bb-nav-prev{
		left: 1%;
	}
	#bb-nav-next,#bb-nav-prev {
		width: 40px;
		height: 40px;
		top: 55vh;
	}
	#playPauseicon{
		font-size: 6.5vw;
    }
	#playPause{
		width: 110px;
		height:60px;
	}
	.logoClassStart{
		width: 7%;
		margin-left: 1%;
		margin-top: 1vh;
	}
	#footerDiv{
		width: 100%;
		position: inherit;
	}
} */