html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	border-radius: 0;
	vertical-align: baseline
}

:focus {
	outline: 0
}

strong,
b {
	font-weight: bold
}

i,
em {
	font-style: italic
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
th,
td {
	font-weight: normal;
	text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

a img {
	border: 0
}

* {
	-webkit-overflow-scrolling: touch
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-width: 320px;
	min.height
	-webkit-text-size-adjust: none
}

body {
	animation: fadein 1200ms;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

}

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

*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit
}

img {
border: 0
}

a,
a:hover,
a:active {
outline: none
}

::-moz-selection {
background: #000;
color: #fff
}

::selection {
background: #000;
color: #fff
}

a {
display: inline-block;
color: #000;
transition: all .1s ease-in-out;
text-decoration: none;
}

a:hover {
opacity: 0.6;
}

div#preload {
display: none;
}

email {
position: absolute;
z-index: 10;
right: 10.417vw;
top: 5.208vw;
}

#logo {
width: 39.74vw;
height: auto;
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

footer {
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
background-color: #fff;
background-size: contain;
background-position: bottom center;
background-repeat: no-repeat;
background-image: url("../img/footer.png");
}

@media screen and (max-width:680px) {
email {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

email img {
	height: 36px;
}

#logo {
	width: 72vw;
}

}