@import url('/fonts/montserrat.css');

:root {
	--footer-height: 100px;
  }

  html,body
  {
  font-family: "Montserrat",Helvetica,Arial, sans-serif;
  }

.em_headerbar
	{
	height:150px;
    width:100%;
    position: relative;
	}

.em_headerbar #em_header
	{
	background-size: 200px;
	}

#em_header
	{
	background-image:url(/emstyles/edad/logo.svg);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: -4px 25px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:20px;
    background-color: #004696;
	}
		
#title
	{
	color:#FFFFFF;
	}

.nav_chapter, .nav_page
	{
    background-color: #dcf2d8;
	}

.nav_chapter, .nav_chapter a
	{
    color:#00A037;
	}

.nav_chapter:hover,.nav_page:hover
	{
    color:#00A037;
	}
	
.nav_page, .nav_page a
	{
    color:#00A037;
	}	

.nav_page.active
	{
	font-weight:bold;
	}

#em_content
	{
	font-size:1em;
	line-height: 1.5;
	color:#222222;
	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:#00A037; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#00A037; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	padding-top:30px;
	}
#em_footer a
	{
	color:#FFFFFF;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color: #1E1E1E;
	}

.em_navbtn, .btn
	{
    color:#FFFFFF;
    background-color: #004696;
	border-radius: 24px;
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #FFFFFF;
	color:#000000;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#000000;
	}
	
.emaudio, .table
	{
	border: 2px solid #2277BA;
	}

#mm_tabs
	{
    background-color: #1E1E1E;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	background-color: #1E1E1E;
	color: #004696;
	}
