@import url('/fonts/opensans.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Open Sans",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:150px;
	width:100%;
	}
.em_headerbar #em_header
	{
	background-size: 225px;
	}

#em_header
	{
	background-image:url(/emstyles/degroen/logo.svg);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 5px 20px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:15px;
    background-color:#007A5F;	
	}
		
#title
	{
	color:#FFFFFF;
	}

.nav_chapter
	{
    background-color: #007A5F;
	font-size:1.2em;
	font-weight:400;
    }	

.nav_chapter, .nav_chapter a
	{
    color:#FFFFFF;
	}

.nav_page
	{
    background-color: #007A5F;
    color:#FFFFFF;
	
	}
.nav_page, .nav_page a
	{
    color:#FFFFFF;
	}	

.nav_page.active
	{
	font-weight:bold;
	}

#em_content
	{
	font-size:14px;
	color:#333333;
	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:#007A5F; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#007A5F; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	padding-top:30px;
	}
#em_footer a
	{
	color:#FFFFFF;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color:#007A5F;
	border-bottom:25px solid #231F20;  
    }


.em_navbtn, .btn
	{
    background-color:#007A5F;
    color:#FFFFFF;
    font-size:1em;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #007A5F;
	color:#FFFFFF;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #007A5F;
	}

#mm_tabs
	{
    background-color:#007A5F;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	background-color: #FFFFFF;
	color: #007A5F;
	}
