body, html {
	font-family: 'Exo';
	margin: 0;
	padding: 0;
	-ms-content-zooming: none;
	-ms-touch-action: none;
	touch-action: none;
	background: #fff;
}
body.fullscreen {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html.section_smartrap,
html.section_about {
	background: #000;
}

#stage {
	font-family: 'Exo';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-content-zooming: none;
	-ms-touch-action: none;
	touch-action: none;
	background: #fff;
}

#Stage, #Stage * {
	position: absolute;
	box-sizing: border-box;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#Stage * input,  #Stage * textarea {
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-webkit-tap-highlight-color: auto;
}

#Stage br, #Stage span {
	position: relative;
}

#utilityPage {
	padding: 25px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

#utilityPage.scrollable{
	top: 0;
	transform: none;
	position: relative;
	text-align: left;
	width: 80%;
	max-width: 680px;
	margin: 0 auto;
}

#utilityPage.scrollable h3{
	text-align: center;
}

#utilityPage .logo{
	width: 80%;
	margin: 0 auto;
	max-width: 320px;
}

#utilityPage.scrollable .logo{
	padding-top: 50px;
}

#utilityPage hr{
	border: 0;
	max-width: 120px;
	border-top: 3px solid black;
}

#utilityPage h3{
	font-size: 40px;
	margin-bottom: 0;
}

#Stage .IEMessage {
	color: black;
}

#Stage .IEMessage a {
	display: inline-block;
	position: relative;
	color: black;
	text-decoration: underline;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo-Bold.woff2') format('woff2'),
        url('../fonts/Exo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo-Light.woff2') format('woff2'),
        url('../fonts/Exo-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
