@import url('/fonts/lato.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Lato",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
    top:0px;
	height:300px;
	width:100%;
    border-top:55px solid #5e5d5b;
	
	}
.em_headerbar #em_header
	{
	background-size: 200px;
	}

#em_header
	{
	background-image:url(/emstyles/gerwen/logo.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 10px 10px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	background-color: #1B3813;
    background-image:url(/emstyles/gerwen/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding-top:80px;
    padding-bottom:80px;
    }
		
#title
	{
	color:#FFFFFF;
    text-align:center;
    text-transform: uppercase;
    font-weight:bold;
	font-weight: 800;
	}
	
.nav_chapter
	{
    color: #0181C2;
    border-bottom:1px solid #d3dde1;
	margin-top:6px;
	margin-bottom:6px;
	font-size:1.2em;
	font-weight:400;
    }	

.nav_chapter, .nav_chapter a
	{
    color:#5E5D5B;
	}
.nav_chapter:hover,.nav_page:hover,#hbsubs a:hover,.em_menubtn:hover
	{
    color:#FFD511;
    text-decoration:underline;
    }

.nav_page
	{
    color:#5E5D5B;
	}
.nav_page, .nav_page a
	{
    color:#5E5D5B;
	}	

.nav_page.active
	{
	color:#FFD511;
	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:#5E5D5B; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#5E5D5B; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#DBDBDB;
	padding-top:30px;
	}
#em_footer a
	{
	color:#DBDBDB;
	}

#footerbar
	{
	height: var(--footer-height);
    background-color: #5e5d5b;
	border-bottom:40px solid #292929;
	}


.em_navbtn, .btn
	{
    background-color: #FFD511;
    color:#5E5D5B;
    font-size:1em;
	padding:12px;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #FFD511;
	color:#5E5D5B;
 	width:200px;
 	}
	
#hbsubs a, #hbsubs a:hover
	{
	color:#5E5D5B;
	}
	
.emaudio, .table
	{
	border: 2px solid #FFD511;
	}

#mm_tabs
	{
    background-color: #5E5D5B;
    }

#mm_tabs .mtmain	
	{
	color:#FFD511;
	}

#mm_tabs .mtactive	
	{
	background-color: #FFD511;
	color: #5E5D5B;
	}
