a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}
nav:not(.mm-menu)
{
	display: none;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-color:rgba(0,0,0,0.6);
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 15px;
}
.content
{
	padding: 150px 50px 50px 50px;
}
#page
{
	height: calc(100vh) !important;
	width: 100%;
}