body,html {
	margin: auto;
	padding: 0;
	height: 100%;
	margin: 0;
}
html {
	width: 100%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	outline: none;
	font-family: 'museo_sans_rounded100';
}
body {
	background-color: #FFF;
	font-family: 'museo_sans_rounded100';
	font-size: 10pt;
	background-attachment: fixed;
	background-image: url(images/ZincMachine.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1 {
	font-family: "museo_sans_rounded700";
	font-size: clamp(2rem, 12vw, 12rem);
	line-height: 0.8em;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding: 0px;
	transform-style: preserve-3d;
	transform: rotateX(25deg);
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow:
		0 1px 0 rgba(255,255,255,0.1),
		0 2px 0 rgba(255,255,255,0.1),
		0 3px 0 rgba(255,255,255,0.1),
		0 4px 0 rgba(255,255,255,0.1),
		0 5px 0 rgba(255,255,255,0.05),
		0 6px 5px rgba(0,0,0,0.2);
}
#header {
	margin: auto;
	clear: both;
	height: auto;
	min-width: 100%!important;
	display: inline-block;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #F00;
}
#footer {
	margin: auto;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #0F3;
}
#ZMlogo {
	clear: both;
	max-width: 26rem;
	height: auto;
	position: absolute;
	bottom: 8rem;
	margin: auto;
	padding: 0px;
	cursor: pointer;
}

@font-face {
    font-family: 'museo_sans_rounded100';
    src: url('fonts/museosansrounded100-webfont.woff2') format('woff2'),
url('fonts/museosansrounded100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_rounded300';
    src: url('fonts/museosansrounded300-webfont.woff2') format('woff2'),
url('fonts/museosansrounded300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_rounded500';
    src: url('fonts/museosansrounded500-webfont.woff2') format('woff2'),
url('fonts/museosansrounded500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_rounded700';
    src: url('fonts/museosansrounded700-webfont.woff2') format('woff2'),
url('fonts/museosansrounded700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_rounded900';
    src: url('fonts/museosansrounded900-webfont.woff2') format('woff2'),
url('fonts/museosansrounded900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_rounded1000';
    src: url('fonts/museosansrounded1000-webfont.woff2') format('woff2'),
url('fonts/museosansrounded1000-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#switch {
	width: 52px;
	max-width: 52px;
	height: 24px;
	border-radius: 20px;
	background-color: #0C0;
	margin: auto;
	clear: both;
	text-align: center;
	vertical-align: middle;
	display: block;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#knob1 {
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background-color: #FFF;
	display: inline;
	float: left;
	-webkit-transition: 1.25s ease-in-out;
	-moz-transition: 1.25s ease-in-out;
	-o-transition: 1.25s ease-in-out;
	transition: 1.25s ease-in-out;
}

.ZnCbutt {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

svg {
	max-width: 100%;
	height: auto;
	display: block;
}

path {
	fill: white;
}
