:root {
	--footer-height: 100px;
  }

  html,body
  {
  font-family: Verdana, Geneva, Tahoma, sans-serif
  }

.em_headerbar
	{
	height:150px;
    width:100%;
    position: relative;
	background: linear-gradient(to bottom, rgba(112,186,230,1) 0%,rgba(255,255,255,1) 90%); /* W3C */
    }

.em_headerbar #em_header
	{
	background-size: 175px;
	}

#em_header
	{
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 20px 15px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:10px;
    background: linear-gradient(to bottom, #42b8ce 0%, #144e59 90%);
	}
		
#title
	{
	color:#FFFFFF;
	}

.nav_chapter, .nav_page
	{
    background-color: #F5DC05;
    }	

.nav_chapter
	{
	border-bottom:1px solid #666666;
	}

.nav_chapter, .nav_chapter a
	{
    color:#000000;
	}

.nav_chapter:hover,.nav_page:hover
	{
    color:#000000;
	text-decoration: underline;
    }
	
.nav_page, .nav_page a
	{
    color:#000000;
	}	

.nav_page.active
	{
	color:#000000;
	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:#000000;
	padding-top:30px;
	}
#em_footer a
	{
	color:#000000;
	}

#footerbar
	{
	height: var(--footer-height);
	background: linear-gradient(to bottom, #fdffc9 10%,#a78e70 90%); /* W3C */
	
	}

.em_navbtn, .btn
	{
    color:#000000;
    background-color: #F5DC05;
	font-weight:bold;
	font-size:1em;
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #144e59;
	color:#000000;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#000000;
	}
	
.emaudio, .table
	{
	border: 2px solid #F5DC05;
	}

#mm_tabs
	{
    background-color: #F5DC05;
    }

#mm_tabs .mtmain	
	{
	color:#000000;
	}

#mm_tabs .mtactive	
	{
	background-color: #000000;
	color: #F5DC05;
	}
