* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/bg-bw.png) no-repeat 75% 15% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body {
	height: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
}

#page-wrap {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: cadetblue;
	text-align: center;
}

h1 {
	font-size: 16vw;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 5vw;
	text-align: left;
	display: inline;
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

p {
	font-size: 4vw;
	margin-top: 1em;
	text-align: center;
	animation-delay: 4s;
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}

/* WORDS SWAP */

[data-words] {
	vertical-align: top;
	position: static;
}

[data-words]>span {
	position: absolute;
	color: turquoise;
}

#mailto {
	color: turquoise;
}

#mailto:hover {
	color: darkturquoise;
	cursor: pointer;
}

#footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100vw;
	animation-delay: 5s;
	-moz-animation-delay: 5s;
	-webkit-animation-delay: 5s;
	font-size: 4vw;
}

a {
	color: turquoise;
	text-decoration: none;
}

a:hover {
	color: darkturquoise;
}

@media screen and (min-width: 600px) {
	h1 {
		font-size: 12vw;
	}
	p {
		font-size: 3vw;
	}
	#footer {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	h1 {
		font-size: 12rem;
	}
	h2 {
		font-size: 5rem;
	}
	p {
		font-size: 3rem;
	}
}