html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 1.25rem 0 0.75rem 0;
}
h1, h2, h3
{
	font-size: 1.5rem;
}
h4, h5, h6
{
	font-size: 1rem;
}
p
{
	margin: 0 0 0.75rem 0;
}
a, a:link, a:active, a:visited, a:hover
{

	text-decoration: underline;
}

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




.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}

