@import url('/fonts/roboto.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Roboto",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	top:0px;
	height:150px;
	width:100%;
    }

.em_headerbar #em_header
	{
	background-size: 200px;
	}

#em_header
	{
	background-image:url(/emstyles/workngrow/logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	background-position: 10px 20px;
	}
	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	background-image: linear-gradient(90deg, rgb(27, 20, 100) 0%, rgb(127, 71, 221) 100%);
	padding:20px;
	}
		
#title
	{
	color:#FFFFFF;
	}

#em_leftbar,#em_leftnav_close,#backhome,#em_index,#mm_index
	{
	color:#FFFFFF;
	}	
	
.nav_chapter
	{
	background-color:#FFFFFF;
    border-bottom:1px dashed #DDDDDD;
	
	}	

#mobilemenu .nav_chapter
	{
	background-color:#FFFFFF;
    }	

#em_index
	{
	border:1px solid #DDDDDD;
	}

.nav_chapter, .nav_chapter a
	{
	color:#000000;	
	}
.nav_chapter:hover,.nav_page:hover,.em_menubtn:hover
	{
	color:#7F47DD;
	}
	

.nav_page, .nav_page a
	{
	color:#000000;
    padding-top: 5px;
	padding-bottom: 5px;
	
	}	
.nav_page.active
	{
    color: #7F47DD;
	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:#7F47DD; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#7F47DD; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#99A9B5;
	padding-top:30px;
	}
#em_footer a
	{
	color:#99A9B5;
	}

#footerbar
	{
	height: var(--footer-height);
	background-image: linear-gradient(90deg, rgb(27, 20, 100) 0%, rgb(127, 71, 221) 100%);
	}

.mm_tabs
	{
	background-color:#FFFFFF;
	}
	
.em_navbtn, .btn
	{
    background-image: linear-gradient(210deg, rgb(127, 71, 221) 0%, rgb(27, 20, 100) 100%);
	text-decoration: none;
    color:#FFFFFF;
	}
.em_navbtn
    {
    font-size:1.1em;
    border-radius: 32px;
    }

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
    background-color: #7F47DD;
    color:#FFFFFF;
	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
#hbsubs a:hover
    {
    color:#FFFFFF;
    }

.emaudio, .table
	{
	border: 2px solid #7F47DD;
	}

#mm_tabs
    {
    background-image: linear-gradient(90deg, rgb(27, 20, 100) 0%, rgb(127, 71, 221) 100%);
    }
#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	color: #7F47DD;
	background-color: #FFFFFF;
	}
