@import url('/fonts/opensans.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Open Sans",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	height:175px;
    width:100%;
    position: relative;
    background-color: #EFF4F9;
	}

.em_headerbar #em_header
	{
	background-size: 250px;
	}

#em_header
	{
	background-repeat:no-repeat;
	height:125px;
	width:100%;
	background-position: 0px 5px;

	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:15px;
	background-color:#BFD7F0;
	border-bottom:10px solid #FFFFFF;
	}
		
#title
	{
	color:#102C60;
	}

.nav_chapter
	{
	border-bottom:1px solid #DEDEDE;
	font-weight: bold;
	}
	
.nav_chapter, .nav_page
	{
    background-color: #BFD7F0;
	
    }	

.nav_chapter, .nav_chapter a
	{
    color:#102C60;
	}

.nav_chapter:hover,.nav_page:hover
	{
    color:#102C60;
	}
	
.nav_page, .nav_page a
	{
    color:#102C60;
	}	

.nav_page.active
	{
	color: #102C60;
	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:#000000; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#000000; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#102C60;
	padding-top:30px;
	}
#em_footer a
	{
	color:#102C60;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color:#BFD7F0;
	}

.em_navbtn, .btn
	{
    color:#FFFFFF;
    background-color: #102C60;
	font-size:1em;
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #BFD7F0;
	color:#102C60;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#102C60;
	}
	
.emaudio, .table
	{
	border: 2px solid #4F0044;
	}

#mm_tabs
	{
    background-color: #BFD7F0;
    }

#mm_tabs .mtmain	
	{
	color:#102C60;
	}

#mm_tabs .mtactive	
	{
	background-color: #102C60;
	color: #BFD7F0;
	}
