/*
	Ion by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		/* MUSCLEWARE: Font Size for Menu (Desktop Large) */
		font-size: 16pt;
	}

	.mw_title{
		font-size: 5em;
	}	
	
	.mw_subtitle{
		font-size: 4em;
	}	
	
	.mw_menu_logo{
		display: none;
	}	
	
	.mw_debug{
		background-color: blue;
	}	
	
	.mw_sidebar_left{
		padding-left: 2em;
	}	
	
	.mw_sidebar_left_hr{
		margin-left: 2em;
	}
	
	.mw_sidebar_right{
		padding-right: 0em;
		
	}	
	
/* Banner */

	#banner {
		padding: 3em 0em 3em 0em;
	}