@import url('/fonts/roboto.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Roboto",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:300px;
	width:100%;
	}
.em_headerbar #em_header
	{
	background-size: 360px;
	}

#em_header
	{
	background-image:url(/emstyles/wdk/logo.webp);
	background-repeat:no-repeat;
	height:120px;
	width:100%;
	background-position: 20px 10px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:10px;
    padding-top:150px;
    background-image:url(/emstyles/wdk/titlebg.png);
    border-bottom: 5px solid #EB6E0E;
    margin-bottom:30px;
	}
#title
	{
	color:#FFFFFF;
    font-weight:bold;
	font-size:2em;
	
	}
	
@media all and ((orientation:portrait) or (max-width: 1199px))
	{
	.em_headerbar
		{
		height:200px;
		}
    #title_bar
        {
        padding-top:40px;
        }
	#title
		{
		font-size:1.1em;
		
		}
		
    }


.nav_chapter, .nav_page
	{
    background-color: #27357C;

    }	

.nav_chapter, .nav_chapter a
	{
    color:#FFFFFF;
	}
.nav_chapter:hover,.nav_page:hover
	{
    background-color: #A1A9D1;
    text-decoration:underline;
    }

.nav_page, .nav_page a
	{
    color:#FFFFFF;
	}	

.nav_page.active
	{
    background-color: #A1A9D1;
    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:#27357C; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#27357C; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	padding-top:30px;
	}
#em_footer a
	{
	color:#FFFFFF;
	}

#footerbar
	{
	height: var(--footer-height);
	color:#FFFFFF;
	background-repeat:no-repeat;
    background-color: #282C40;
    }


.em_navbtn, .btn
	{
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    background-color: #F0762C;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #27357C;
	color:#FFFFFF;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #27357C;
	}

#mm_tabs
	{
    background-color: #27357C;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	background-color: #FFFFFF;
	color: #27357C;
	}
