@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato|Muli|PT+Sans&display=swap');

html {
	
    font-size: 62.5%;
}


#Maincontainer{
	width: 100%;
	/*position: relative;*/
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

body{
	text-align: center;
	margin: 0;
	background: rgb(154,166,198);
background: -moz-linear-gradient(90deg, rgba(237,232,201,1) 3%, rgba(154,166,198,1) 65%);
background: -webkit-linear-gradient(90deg, rgba(237,232,201,1) 3%, rgba(154,166,198,1) 65%);
background: linear-gradient(90deg, rgba(237,232,201,1) 3%, rgba(154,166,198,1) 65%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ede8c9",endColorstr="#9aa6c6",GradientType=1);
	color: #000000;
	font-size:1.3em;
	font-family: 'Lato', sans-serif;
padding-top: 1.3em;	
} 

.titlediv{
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.titlediv h1 {
	font-size:3rem;
	 font-weight: bold; 
	 font-style: italic;
	
}


.logocontainer{
	width: 98%;
	height: auto;
	/*position: relative;*/
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background-color:#c92c2c;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888;  
	
}
.logocontainer_2{
	width: 60%;
	height: auto;
	/*position: relative;*/
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background-color:#c92c2c;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888;  
	
}

.logocontainer img{
	width: 100%;
	height: auto;
}
.logocontainer_2 img{
	width: 100%;
	height: auto;
}
.insideLogoContainer{
	position: relative;
	width: 100%;
}
.insideLogoContainer img {
  width: 100%;
  height: auto;
}
.insideLogoContainer .btn {
  position: absolute;
  top: 76%;
  left: 68%;
  transform: translate(-76%, -68%);
  -ms-transform: translate(-76%, -68%);
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  -moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888; 
  text-align: center;
}

.insideLogoContainer .btn:hover {
  background-color: #9f2323;
}
.insidefooter .btn {
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
    color: white;
	font-size: 1.2em;
	border: 1px solid #FFF;
  cursor: pointer;
  -moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px; 
	 
}
.insidefooter .btn:hover {
  background-color: #9f2323;
}



img{  
border-style: none;
}
a:vlink img{
	border-style: none;
}
.img50{
	  width: 50%;
       height:auto;
}
.img75{
	  width: 75%;
       height:auto;
	    margin-left:auto;
	   margin-right:auto;
	    -moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888;
	 margin-bottom:10px;
	
}
.img98{
	  width: 98%;
       height:auto;
	   margin-left:auto;
	   margin-right:auto;
}
.img100{
	  width: 100%;
       height:auto;
	   margin-left:auto;
	   margin-right:auto;
}
.img60{
	  display: block;
	  width: 60%;
       height:auto;
	   margin-left:auto;
	   margin-right:auto;
}
.img38{
	  display: block;
	  width: 38%;
       height:auto;
	   margin-left:auto;
	   margin-right:auto;
	   -webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
}
.img42{
	  display: block;
	  width: 46%;
       height:auto;
	   margin-top:18%;
	   margin-left:auto;
	   margin-right:auto;
	   vertical-align: text-bottom;
	   -moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888; 
}

.img42b{
	  display: block;
	  width: 42%;
       height:auto;
	   margin-left:auto;
	   margin-right:auto;
}
.img68{
	  display: block;
	  width: 68%;
       height:auto;
	   //margin-top:50%;
	  // margin-bottom:0;
	   margin-left:auto;
	   margin-right:auto;
	   vertical-align: text-bottom;
	   -moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 5px 0px 5px #888888; 
}
.top5 { margin-top:5%; }
.top10{ margin-top:10%; }
.top20 { margin-top:20%; }
.top30 { margin-top:30%; }
.top40 { margin-top:40%; }
.top50 { margin-top:50%; }
nav{
	font-size:1.4em;
}
nav a{
	color: #a1a1a0;
	text-decoration:none;
}
nav a:visited{
	color: #a1a1a0;
}
.active{
	color: #d6cbcd !important;
	border-bottom: 3px solid #751426 !important;
}

nav a:hover
{
	color: #223436;
	border-bottom: 3px solid red;
}
.navbar-nav > .nav-item{
    margin-left: 25px;
    margin-right: 25px;
}

.navBarColor{
	background-color:#ede8c9 !important;
	color:#000 !important;
	border-bottom: 1px #BBCAB0 solid;
	box-shadow: 6px 6px 10px #888888; 
}



#wb_Text3{
	background-color: #FFFFFF;
	width:48%;
	height:auto;
	font-family:Palatino Linotype;
	font-size:1.5em;
	border: 1px #A64042 solid;
	text-align: center;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 4px 3px 10px #A64042;
}
.centerdiv1{
	width:68%;
	height:auto;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}
.centerdiv1 ul{
	list-style: none;
 
	text-align: center;
	padding: 0;
	margin: 0;
}
.centerdiv1 li{
	display: inline-block;
	font-family:Palatino Linotype;
    font-size:18px;
	margin: 7px;
}

.butchapters{
	width:1em;
	height:3.4em;
	background-color:#c92c2c !important;
	color:#fff !important;
	font-size:1.8em;
	border: 2px solid #000;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	box-shadow: 2px 2px 3px #888888; 
	margin: 1px;
	padding:1px;
	float:left;
	overflow:hidden;
	text-decoration: none;
}
.butchapters:hover {
    background-color:#9f2323;
	color:#fff;
	border: none;
	border-style: inset;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	border-top-left-radius: 1px;
	box-shadow:-2px -2px 3px #888888;
	text-decoration: underline;
}
 .butchapters .active{
	color: #d6cbcd !important;
	border-bottom: 3px solid #751426 !important;
}
.readNowBut{
	width:20%;
	height:auto;
	background-color:#000 !important;
	color:#fff !important;
	font-size:1.8em;
	 font-weight:bold;
	border: 2px solid #000;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	box-shadow: 2px 2px 3px #888888; 
	margin: 1px;
	padding:1px;
	
}
.readNowBut_b{
	width:40%;
	height:auto;
	background-color:#000 !important;
	color:#fff !important;
	font-size:1.8em;
	 font-weight:bold;
	border: 2px solid #000;
	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 4px 4px 5px #000000; 
	margin: 1px;
	padding:1px;
	
}

#topHeader{
	width:60%;
    height:auto;
	margin-left:auto;
    margin-right:auto;
	font-family:Bookman Old Style;
	font-size:2.3em;
	text-align:center;
	color:#800000;
}
#renderdiv{
	width:60%;
    height:auto;
	margin-left:auto;
    margin-right:auto;
		-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888; 
}
#renderdiv canvas{
	width:100%;
    height:auto;
	margin-left:auto;
    margin-right:auto;
}
.top-bar{
	width:100%;
    height:auto;
	margin-top:1.3rem;
	margin-left:auto;
    margin-right:auto;
	background: #333;
	color: #fff;
	padding: 1rem;	
}
.btn{
	background: coral;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0.7rem 2rem;
}
.btn:hover{
	opacity: 0.9;
}
.page-info{
	margin-left: 1rem;
}
.error{
	background: orangered;
	color: #fff;
	padding: 1rem;
}

.cf5{
	width:60%;
	height:auto:
	margin-left:auto;
    margin-right:auto;
}
.cf6{
	width:60%;
	height:auto:
	margin-left:auto;
    margin-right:auto;
	margin-bottom: 5%;
	background-color:#ede8c9;
	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 6px 6px 10px #888888;
}
#pdf-render{
	width:100%;
    height:auto;
	margin-left:auto;
    margin-right:auto;

}
div .insidebgImage{
  background-image: url('../images/redbar.png');
   
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
min-height: 650px;
}

#footer{
	width:100%;
	height:auto;
	background-color:#2f2e2e;
	color:#ede8c9;
	margin-top: 5%;
	margin-bottom: 0;
}
#footer a{
	color: #ede8c9;
	text-decoration:none;
}
#footer a:visited{
	color: #ede8c9;
}
#footer a:hover {
  text-decoration: underline;
}

/*//////////////////// for left aline text on image//////////////////*/
.container__image {
  width: 20%;
  margin: 5px 5px 5px 0;
  float: left;
}
.container__text {
  display: inline;
}
/*//////////////////// END OF for left aline text on image//////////////////*/
.formDiv{
	 width:80%;
	 height:auto;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:1em;
	 margin-bottom:1.2em;
	 padding:8px;
	 background-color:#ccd2e3;
	 border: 2px solid #BBCAB0;
	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
	box-shadow: 4px 4px 10px #888888;  
 }
 @media only screen and  (max-width: 650px){

.img38 {
	  
	  width: 68%;
      
}

#viewer {
	width:98%;
}
.logocontainer {
	width: 98%;
}
#renderdiv{
	width:98%;
}
.img42{
	  width: 60%;
	   margin-top:0;
}

 }
