@import url('/fonts/opensans.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Open Sans",Helvetica,Arial, sans-serif;
	}

@media all and (orientation:landscape) and (min-width: 1200px)
	{
	html,body
		{
			background-image:url(/emstyles/transvision/left.svg);
			background-repeat:repeat-y;
			background-position:15px 30px; 
			background-size: 70px;
		}
	}
.em_headerbar
	{
	top:0px;
	height:140px;
    width:100%;
    background-color:#082947;
    }
.em_headerbar #em_header
	{
	background-size: 250px;
	}

#em_header
	{
    background-image:url(/emstyles/transvision/logo.png);
    background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 10px 20px;
    }
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:10px;
    background-color: #8394A3;
    }
		
#title
	{
	color:#FFFFFF;
    }

.nav_chapter
	{
    border-bottom:1px solid #8394A3;
	background-color: #FFFFFF;
	}	

.nav_chapter, .nav_chapter a
	{
    color:#8394A3;
	}

.nav_page
	{
    background-color: #FFFFFF;
    }
.nav_page, .nav_page a
	{
    color:#082947;
	}	

.nav_chapter:hover,.nav_page:hover
	{
	color:#082947;
	}

.nav_page.active
	{
    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:#8394A3; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#8394A3; 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:#082947;
    border-bottom: 5px solid #8394A3;
    }

.em_navbtn
    {
    text-transform:uppercase;
	}

.em_navbtn, .btn
	{
    background-color:#00C1F3;
    color:#FFFFFF;
    font-size:1em;
    border-radius:5px;
    font-weight: bold;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	color:#FFFFFF;
    background-color: #8394A3;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #082947;   
	}

#mm_tabs
	{
    background-color:#082947;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	background-color: #FFFFFF;
	color: #082947;
	}
