@import "fonts.css";
@import "settings.css";


.debug{
	
	border: 2px solid red;
	
}


div.menubar{
  
  
	display:flex;
	flex-wrap:wrap;
	align-items : center;
	
	/*overflow-x:auto;*/
	
	font-size: 1.2em;
	font-family: Arial;
	
	padding: 0.5rem 0px;
	
	background-color : #222D66;
	border-bottom:2px solid White;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4);
	/*position: fixed;*/
	
	top: 0;
	z-index:2;
	position: -webkit-sticky;
	position: sticky;
}


/*go to sura/ayah location container*/
div.navigator{
		display:flex;
		/*border: 4px solid black;*/
		
	
}

div.lowermenubar{
	display:flex;
	/*height:5em;*/
	/*font-size: 1.2em;*/
	align-items : center;
	background-color : black;
}


/*mixin for 'menubutton'*/
.lowerMenuButton{
  line-height: 3em;
  height: 3em;
  
}

/*jump to sura/ayah textbox*/
.menutextbox {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  width : 5em;
  padding:0.2em 0.25em;
  font-size: 1.75em;
  border: none;
  /*cursor: pointer;*/
  
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  
}

.flexright{
	margin-left:auto;
}


div.navigatorGroup{ 
	margin-left:auto;
	
}

/*if screen < 528px then*/
@media only screen and (max-width: 528px) {
div.navigatorGroup{ 
	/*margin-left: 6rem;*/
	margin-left: 0rem;
	margin-top: 1rem;
	padding:0.1rem;
	border: 2px solid gray;
	
}
}
span.menulabel{
  
  color: white;
  font-size: 1.5em;
  padding-left:1em;
  
  
}

label{
	cursor: pointer;
}

/*.iconfont{
  font-family: "MaterialIcons";
  
}*/

.menubutton {
 
  background-color: transparent;
  text-shadow:1px 1px rgb(0, 0, 0);
  color: white;
  padding: 0 1.5rem;
  /*font-size: 2.25rem;*/
  font-size: 2.2rem;
  cursor: pointer;
  border: none;
  border-left: 2px solid #545454;
  text-decoration:none;
 
  
}


.bookmark-dropdown{
  border-left: 1px solid #545454;
  border-right: 2px solid #545454;
  /*border: 4px solid red;*/
  padding: 0 0.75rem;
}


.menuicon{

	position: relative;
	top:0.5rem;
	font-family: "MaterialIcons";	
	font-size: 3rem;
	/*border: 2px solid red;*/
}


.threebar{
  
	top:0.66rem;
}

.bookMarksContainer{
	display: inline-block;
	
}


button.bookmarkpadding{
  
  padding-right:0;
}

button.gopadding{
  
  padding-left:0.75em;
  padding-right:0.75em;
  
  
}


.bookmarkicon::before {

   	/*font-family: "MaterialIcons";
	font-size: 1.25em;
  	content: "\E867";*/
	/*display: inline-block;*/
  	content:"";
	background-image: url('../icon/outline_bookmark_border_white_24dp.png');
	background-size: 100% 100%;
	width: 1.35em;
	height: 1.35em;
	display: inline-block;
	position: absolute;
	top:  -5%;
	left: 16%;
	  
}

.homeicon::before {

  	
   	/*font-family: "MaterialIcons";*/
	/*font-size: 2em;*/
  	content:"";
	background-image: url('../icon/outline_home_white_24dp.png');
	background-size: 100% 100%;
	width: 1.35em;
	height: 1.35em;
	display: inline-block;
	position: absolute;
	top:  -10%;
	left: 14%;
	}




/*.full-width{
	width: 100%;
	
}*/



/* Dropdown Menu (Hidden by Default) */
.dropdown-content {
  display: none;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  background-color: #f6f6f6;
  /*min-width: 230px;*/
  
  border:1px solid black;
  z-index: 1;
  cursor: none;
	overflow-y: scroll;

  /*border:2px solid red;*/
}

.full-screen{
	top: 4em;
  /*width:50%;*/
	height: 80vh;
	height: calc(100vh - 6em);
}

/* Links inside the dropdown */
a.lastreadlist-item {
  color: black;
  padding: 1rem 0;
  text-decoration: none;
  display: block;
  font-size:1.5rem;
}

/* Change color of dropdown links on hover */
.lastreadlist-item a:hover {
  background-color: #f1f1f1
  }
 

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

div.debug{

	color: white;
	width: 100%;
  font-size:1.5rem;
}

