html,
body {
    padding: 0;
    margin: 0;
}
body {
    background-color: #555;
    font-family: Helvetica, Arial, Verdana;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    position: relative;
    -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-size: 15px;

}
p {
    margin: 1em 0;
}
a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    text-decoration: underline;
}

nav:not(.mm-menu) {
    display: none;
}

#header {
	color: #FFF;
    position: sticky;
    height: 40px;
    padding: 0 60px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
#header a {
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
#header a:before,
#header a:after {
    content: "";
    display: block;
    height: 1px;
}
#header a span {
    display: block;
    height: 1px;
    margin: 7px 0;
}

#content {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
