@import url('/fonts/roboto.css');

:root {
	--footer-height: 100px;
  }

  html,body
  {
  font-family: "Roboto",Helvetica,Arial, sans-serif;
   background: #FFFFFF url(/emstyles/ptrm/bg.png) 550px -110px no-repeat;
   background-repeat: no-repeat;
   background-size: 50%;
  }

.em_headerbar
	{
	height:240px;
    width:100%;
    position: relative;  
	}

.em_headerbar #em_header
	{
	background-size: 200px;
	}

#em_header
	{
	background-image:url(/emstyles/ptrm/logo.png);
	background-repeat:no-repeat;
	height:140px;
	width:100%;
	background-position: 10px 5px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:20px;
    background-color: #004D98;
	}
		
#title
	{
	color:#FFFFFF;
	}

.nav_chapter, .nav_page
	{
    background-color: #FFFFFF;
	}

.nav_chapter, .nav_chapter a
	{
    color:#004D98;
	}

.nav_chapter:hover,.nav_page:hover
	{
    color:#FFFFFF;
    background-color: #004D98;
	}
	
.nav_page, .nav_page a
	{
    color:#004D98;
	}	

.nav_page.active
	{
	color:#BF0362;
	}

#em_content
	{
	font-size:1em;
	line-height: 1.5;
	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:#004D98; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#004D98; 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: #ABABAB;
	}

.em_navbtn, .btn
	{
    color:#FFFFFF;
    background-color: #BF0362;
	font-size:1em;
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #004D98;
	color:#FFFFFF;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #BF0362;
	}

#mm_tabs
	{
    background-color: #004D98;
    }

#mm_tabs .mtmain	
	{
	color:#004D98;
	}

#mm_tabs .mtactive	
	{
	color: #BF0362;
	}
