html, body
{
	padding: 0;
	margin: 0;
}
body
{
	position: relative;
	-webkit-text-size-adjust: none;
	background: #fff;
}
body *
{
	text-shadow: none;
}

a, a:link, a:active, a:visited, a:hover
{

}

nav:not(.mm-menu)
{
	display: none;
}

.header
{
	text-align: center;
}

/*CONTROLS VISABLE MENU BAR ON WEBSITE NOT HIDDEN*/
.header
{
background: #f5f9eb;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif; 
	letter-spacing: 1px;
	font-weight: 500;
	color: #593801 ;
	line-height: 50px;
	background-size: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 50px;
	padding: 0 60px;
	position: fixed;
	z-index: 30000;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image:url(download.png);
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}

/*THIS FORCES BOLD ON MENU LI A */
#menu li a{font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9em;}
