@import url('/fonts/roboto.css');

:root {
	--footer-height: 140px;
  }

html,body
	{
	font-family: "Roboto",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:175px;
	width:100%;
    border-top:40px solid #000000;
	
    }

.em_headerbar #em_header
	{
	background-size: 300px;
	}

#em_header
	{
	background-image:url(/emstyles/vlieger/logo.png);
	background-repeat:no-repeat;
	height:125px;
	width:100%;
	background-position: 10px 25px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
    position: relative;
	padding:10px;
    background-color: #000000;
	}
		
#title
	{
	color:#FFFFFF;
	}

.nav_chapter, .nav_chapter a
	{
    color: #92CD7F;
	border-bottom: 1px solid #D3DDE1;
	}

#mobilemenu .nav_chapter
	{
	color: #92CD7F;
    }	

.nav_chapter:hover,.nav_page:hover,.em_menubtn:hover
	{
	color:#7CAE6C;
	}
	
.nav_page, .nav_page a
	{
	color: #92CD7F;
	}	
.nav_page.active
	{
    color: #000000;
	font-weight:bold;
	}

#em_content
	{
	font-size:14px;
	color:#747474;
	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:#92CD7F; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#92CD7F; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	position: relative;
    background-color: #000000;
    height:100%;
    line-height:200px;
    overflow: hidden;
    }

#em_footer::before 
    {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='0' style='stroke: none; fill: %237FDBFF;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %23FFFFFF;'%3E%3C/path%3E%3C/svg%3E");
    }
    
#em_footer::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='0' style='stroke: none; fill: %237FDBFF;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %2392CD7F;'%3E%3C/path%3E%3C/svg%3E");
    }

#em_footer a
	{
	color:#FFFFFF;
    }

#footerbar
	{
	height: var(--footer-height);
	background-repeat:no-repeat;
	background-position:center top;
    }

.em_navbtn, .btn
	{
    background-color: #92CD7F;
	text-decoration: none;
    color:#FFFFFF;
    border-radius:6px;
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
    color: #FFFFFF;
    background-color:#000000;
	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
#hbsubs a:hover
    {
    color:#92CD7F;
    }

.emaudio, .table
	{
	border: 2px solid #92CD7F;
	}

#mm_tabs
    {
    background-color: #92CD7F;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	color: #92CD7F;
	background-color: #FFFFFF;
	}
