@import url('/fonts/ptsans.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "PT Sans",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:150px;
	width:100%;
	}
.em_headerbar #em_header
	{
	background-size: 220px;
	}

#em_header
	{
	background-image:url(/emstyles/driel/logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 20px 10px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:10px;
	background-color:#F0F0F0;	
	}
		
#title
	{
	color:#404040;
	}
	
.nav_chapter, .nav_page
	{
    background-color: #FFFFFF;

    }	

.nav_chapter, .nav_chapter a
	{
    color:#5B5B5B;
	}
.nav_chapter:hover,.nav_page:hover
	{
    color:#F2D103;
    }
	
.nav_page
	{
    background-color:#FFFFFF;
	
	}
.nav_page, .nav_page a
	{
    color:#5B5B5B;
	}	

.nav_page.active
	{
	color:#F2D103;
	font-weight:bold;
	}

#em_content
	{
	font-size:14px;
	color:#333333;
	background-color:#FFFFFF;
	margin-bottom: calc(var(--footer-height) + 100px);
	}
.em_content	a, .em_content a:link , .em_content a:active, .em_content a:visited {color:#000000; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#000000; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#404040;
	padding-top:30px;
	}
#em_footer a
	{
	color:#404040;
	}

#footerbar
	{
	height: var(--footer-height);
	color:#FFFFFF;
	background-repeat:no-repeat;
    background-color: #C4C4C4;
    }


.em_navbtn, .btn
	{
    color:#FFFFFF;
    background-color: #5B5B5B;
	border-radius: 5px;
	text-transform: uppercase;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #F0F0F0;
	color:#444444;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#444444;
	}
	
.emaudio, .table
	{
	border: 2px solid #F2D103;
	}

#mm_tabs
	{
    background-color: #C4C4C4;
    }

#mm_tabs .mtmain	
	{
	color:#404040;
	}

#mm_tabs .mtactive	
	{
	background-color: #404040;
	color: #C4C4C4;
	}
