:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Noto Sans",Helvetica,Arial, sans-serif;
	}


.em_headerbar
	{
	top:0px;
	height:150px;
	width:100%;
	
    }

#em_header
	{
	height:80px;
	width:100%;
    background-image:url(/emstyles/breederode/logo.png);
	background-repeat:no-repeat;
    background-size:152px 40px;
	background-position:15px 15px;
	}


#title_bar
	{
	box-sizing: border-box;  
	position: relative;
    height: 125px;
    max-height:20vh;
	background: linear-gradient( to right,#000f28,#1a4381);
	overflow:hidden;
	padding:20px;
    background-repeat: no-repeat;
	}

    
#title_bar::after
    {
    position:absolute;
    content: '';
    border-bottom: 15vw solid #fff;
    border-right: 100vw solid transparent;
    left:-20px;
    
    }

#title
	{
	color:#FFFFFF;
   
	}

#em_site
    {

    z-index:450;
    margin-top:55px;
    padding-top:25px;
   
    }
.nav_chapter
	{
    background-color: #398CCB; 
	border-bottom:1px solid #666666;
    }	

.nav_chapter, .nav_chapter a
	{
    color:#FFFFFF;
	}
.nav_chapter:hover
	{
    color:#31356A;
    text-decoration:underline;
    }

.nav_page
	{
    background-color:#31356A;
	}
.nav_page, .nav_page a
	{
    color:#FFFFFF;
	}	

.nav_page.active
	{
	color:#FFFFFF;
	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:#31356A; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#31356A; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#333333;
	padding-top:30px;
	}
#em_footer a
	{
	color:#333333;
	}

#footerbar
	{
	height: var(--footer-height);
    background-color: #F3F3F3;
    }

.em_navbtn, .btn
	{
    background-color: #31356A;
    color:#FFFFFF;
    font-size:1em;
    
    border-radius:24px;
	
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #398CCB;
	color:#FFFFFF;
 	width:200px;
 	}
	
#hbsubs a, #hbsubs a:hover
	{
	color:#000000;
	}
	
.emaudio, .table
	{
	border: 2px solid #398CCB;
	}

#mm_tabs
	{
    background-color: #F3F3F3;
    }

#mm_tabs .mtmain	
	{
	color:#31356A;
	}

#mm_tabs .mtactive	
	{
	background-color: #31356A;
	color: #FFFFFF;
	}
