* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
  margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: Sans-serif;
	font-weight:400;
	position:relative;
	color:#000; 
	-webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing:1px;
}

html {
	scroll-behavior:smooth !important;
}

body, html, h1, h2, h3, h4, h5, h6, p, blockquote, a, span, ol, ul, li, img {
	margin:0;
	padding:0;
}

body {
	position:relative;
	-webkit-overflow-scrolling: touch;
}

.fade {
	opacity:0;
}

.nameplate {
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:400px;
    height:150px;
    background-image:url(../img/logo.svg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: contain;
}