@font-face { 
font-family: 'MyCustomFont'; 
src: url('noorehuda.otf?#iefix') format('embedded-opentype'), 
	 url('noorehuda.woff') format('woff'), 
	 url('noorehuda.ttf') format('truetype'), 
	 url('noorehuda.svg') format('svg');    
	font-weight: bold;    
	font-style: normal;
}	

html, body {
    height 100%;
}

body{
 margin:0;
 padding:0;
 height:100%;
 width:100%;
 font-family: "MyCustomFont", Verdana, Tahoma; 
 background-color: #bbdebc;
}

.maincontainer{
 margin:0;
 padding:0;
 height:100%;
 width:100%;
 overflow:auto;
 background-color: #f2f9f2;
 -webkit-overflow-scrolling:touch; 

}

.Font-Large{font-size:15px; font-weight: bold;!important}

audio {
    width: 280px;
    height: 40px;
	position: fixed;
	margin-left: 110px;
	border-radius: 10px;
}

.container{
	top: 0;
}


#main {
  transition: margin-left .5s;
  padding: 0px;
  z-index: 0;
  height:100%;
  width:100%;
  overflow:scroll;
  background-color: #bbdebc;
}


.mainframe{
   border: 10px;
   height: 90%;
   width: 100%;
   left: 0;
   top: 50px;
   position: relative;
   overflow:scroll;
}

.title{
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 60px;
	font-family: Verdana;
	font-weight: bold;
	color: #dbd5f3;
}

.bismillah{
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 60px;
	font-family: "MyCustomFont";
	border: none;
}
.bismillah2{
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	font-size: 20px;
	font-family: Verdana;
	font-style: italic;
	border: none;
}

.box-arab{
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 60px;
	font-family: "MyCustomFont";
	background-color: #D0F7D1;   
	border-style: solid;
	border-width: thin;
}

.box-trans{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 20px;
	font-family: Verdana;
	font-style: italic;
	background-color: #F2F9F2; /*#ccffe6;*/
	border-style: solid;
	border-width: 0px thin 0px thin
}

.box-vertaling{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 22px;
	font-family: Tahoma;
	font-style: nomatl;
	background-color: #ecfbec ; /*b3ffd9;*/
	border-style: solid;
	border-width: thin;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
.box-arab{
    font-size: 50px;
  }
.box-trans{
  font-size: 15px;
  }
  .box-vertaling{
    font-size: 20px;
  }
}



.container{position: fixed;}
.mainframe{position:fixed; padding:0px 0px 0px 0px;}
/******************************************************/

.openRigthBtn {
  cursor: pointer;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 7px;
  background-color:#bbdebc;
  border-radius: 10px;
}
.openRigthBtn:hover {
  background-color: #D0F7D1;
}


.openLeftBtn{
  cursor: pointer;
  padding: 10px 10px;
  /*! border: 10px; */
  position: absolute;
  top: 0;
  Left: 7px;
  border-radius: 10px;
  background-color: #bbdebc;
}
.openLeftBtn:hover {
	  background-color: #D0F7D1;
}

.rightSidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #bbdebc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.rightSidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.rightSidebar a:hover {
  color: #f1f1f1;
}

.rightSidebar .closeRightBtn {
  position: absolute;
  top: 0;
  right: 175px;
  font-size: 36px;
  margin-left: 50px;
}


.leftSidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #bbdebc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /*! direction: rtl; */
}

.leftSidebar a {
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-family: Arial;
  padding: 15px 10px;
}

.leftSidebar a:hover {
  color: #f1f1f1;
}

.leftSidebar .closeLeftBtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media only screen and (max-width:500px) {
  /* For mobile phones: */
.title{font-size: 45px; }	 
.bismillah{font-size: 45px;}
.bismillah2{font-size: 10px;}
.box-arab{font-size: 45px;}
.box-trans{font-size: 13px;}
.box-vertaling{font-size: 15px;}
.openRigthBtn{display: none;}
.openRigthBtn{visibility: hidden;}
}