@import url('/fonts/roboto.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Roboto",Helvetica,Arial, sans-serif;
	}

#em_headerbar
	{
	background-color: #10BEFF;
	background-image:url(/emstyles/qarin/header-bg.webp);
	background-repeat: no-repeat;
	background-size: 30% auto;
	height:120px;
	}
#em_header
	{
	height:90px;
	background-image:url(/emstyles/qarin/logo.webp);
	background-repeat:no-repeat;
	background-size: 20%;
	background-position: 0 10px;	
	}

@media all and (orientation:portrait) 
	{
    #em_headerbar
        {
    	background-size: auto 80px;
        }
    #em_header
        {
        background-repeat:no-repeat;
        background-size: 40%;
        }
    }

#title_bar, .title_bar
	{
	padding:10px;
    padding-left:0px;
	background-color: #fafbfd;
	border-top:2px solid #EEEEEE;
	border-bottom:2px solid #EEEEEE;
	}
		
#title, .title, #backhome_m
	{
	color:#10BEFF;

	
}

#em_leftbar,#em_leftnav_close,#backhome,#em_index,#mm_index
	{
	background-color:#10BEFF;
	color:#FFFFFF;
	}	
	
.nav_chapter
	{
	background-color:#10BEFF;
	}	
.nav_chapter, .nav_chapter a
	{
	color:#FFFFFF;	
	}
.nav_chapter:hover,.nav_page:hover,#hbsubs a:hover,.em_menubtn:hover
	{
	color:#079cff;
	}
	
.nav_page
	{
	background-color:#10BEFF;
	}
.nav_page, .nav_page a
	{
	color:#FFFFFF;
	}	
.nav_page.active
	{
	
	font-weight:bold;
	
	}

#em_content
	{
	font-size:14px;
	color:#5A5A5A;
	background-color:#FFFFFF;
	margin-bottom: calc(var(--footer-height) + 50px);

	}
.em_content	a, .em_content a:link , .em_content a:active, .em_content a:visited {color:#079cff; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#079cff; text-decoration:underline;} /* mouse over link */

#em_footer
	{
    padding:2%;
	color:#5A5A5A;;
	}
#em_footer a
	{
	color:#5A5A5A;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color:#fafbfd;
	border-top:1px solid #EEEEEE;
	}
	
.em_navbtn, .btn
	{
	color:#FFFFFF;
	background-color:#10BEFF;
	border:0px;
	padding:12px;
	font-weight: bold;
	border-radius: 8px;
	}

.btn	
	{
	padding:6px;
	}

#hbsubs	
	{
	background-color: #FFFFFF;
	color:#10BEFF;
	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio
	{
	border: 2px solid #079cff;
	}

.mm_tabs
	{
	background-color:#fafbfd;
	}
#mm_tabs .mtmain	
	{
	color:#079cff;
	}

#mm_tabs .mtactive	
	{
	background-color: #079cff;
	color: #FFFFFF;
	}