* {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	overflow-x: hidden;
}


/* TRANSITIONS, 0.6s */
#logo-left div, #logo-right div, #slides div, #slide-indicator label {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform: translateX(0);
	transform: translateY(0);
	transition: all 0.6s ease-in-out;
	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateX(0);
	-webkit-transform: translateY(0);
	-webkit-transition: all 0.6s ease-in-out;
	
	-moz-backface-visibility: hidden;
	-moz-transform-style: preserve-3d;
	-moz-transform: translateX(0);
	-moz-transform: translateY(0);
	-moz-transition: all 0.6s ease-in-out;
}


#logo-canvas {
	background: none;
	overflow: hidden;
	position: fixed;
		height: 200%;
		width: 100%;
	z-index: 0;
}

#logo-container {
	height: 319px;
	overflow: visible;
	position: absolute;
		top: calc(25% - 160px);
	width: 100%;
	z-index: 10;
}

#logo-s, #logo-c {
	overflow: visible;
	position: absolute;
	width: 50%;
}
#logo-s {
	right: 0;
}
#logo-c {
	left: 0;
}
#logo-s div {
	margin: 0 0 0 -13px;
}
#logo-c div {
	text-align: right;
	margin: 151px -13px 0 0;
}
#logo-s img {
	width: 120px;
}
#logo-c img {
	width: 144px;
}

#spacer {
	height: 100vh;
}

#grad {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	height: 250px;
	position: fixed;
		bottom: 0;
	width: 100%;
}

#page {
	margin: 0 auto;
	width: 500px;
}

#links {
	margin: 100px auto;
	text-align: center;
}

#links a {
	margin: 0 32px;
}

h1 {
	font-family: 'WeissenhofGrotesk-Medium', sans-serif;
	font-style: normal;
	font-size: 28px;
	font-weight: normal;
	text-align: center;	
	text-transform: uppercase;
	}

h2 {
	font-family: 'WeissenhofGrotesk-Light', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: 0 0 100px 0;

}

h3 {
font-family: 'WeissenhofGrotesk-Medium', sans-serif;
font-style: normal;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
}


a {
	color: #FA7268;
	font-family: 'WeissenhofGrotesk-Medium', sans-serif;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

p {
	margin: 0 0 42px 0;
}

body {
	color: #444;
	font-family: 'WeissenhofGrotesk-Light', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}

ul {
	list-style: none;
}

ul li span {
	display: inline-block;
	float: right;
	font-family: 'WeissenhofGrotesk-Medium', sans-serif;
	font-size: 16px;
}