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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
input,
select,
textarea {
	color: #fff;
	font-family: "Courier", Consolas, monospace;
	font-weight: 300 !important;
	letter-spacing: -0.025em;
	line-height: 1.75em;
}
html {
	height: 100%;
}
body {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #09c;
	background: linear-gradient(135deg, #09c 0%, #b9d300 100%);
	background-size: cover;
}
a {
	transition: border-color 0.2s ease-in-out;
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-color: transparent;
}
.icon {
	text-decoration: none;
	position: relative;
}
#mask {
	height: 400px;
	position: fixed;
	top: 10%;
	left: 55%;
	mask-image: url("../images/circle.png");
	-webkit-mask-image: url("../images/circle.png");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
#stars {
	height: 100%;
	-moz-animation: bg 360s linear infinite;
	-webkit-animation: bg 360s linear infinite;
	-ms-animation: bg 360s linear infinite;
	animation: bg 360s linear infinite;
	background-repeat: repeat-x;
	background-blend-mode: multiply;
	background: url("../images/stars.jpg") center 0px;
	background-size: auto 100%;
	width: 6750px;
}
#mountain {
	height: 100%;
	width: 100%;
	position: fixed;
	background: url("../images/mountain.png") no-repeat bottom right;
}
@-moz-keyframes bg {
	0% {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-2250px, 0, 0);
		-webkit-transform: translate3d(-2250px, 0, 0);
		-ms-transform: translate3d(-2250px, 0, 0);
		transform: translate3d(-2250px, 0, 0);
	}
}
@-webkit-keyframes bg {
	0% {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-2250px, 0, 0);
		-webkit-transform: translate3d(-2250px, 0, 0);
		-ms-transform: translate3d(-2250px, 0, 0);
		transform: translate3d(-2250px, 0, 0);
	}
}
@-ms-keyframes bg {
	0% {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-2250px, 0, 0);
		-webkit-transform: translate3d(-2250px, 0, 0);
		-ms-transform: translate3d(-2250px, 0, 0);
		transform: translate3d(-2250px, 0, 0);
	}
}
@keyframes bg {
	0% {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-2250px, 0, 0);
		-webkit-transform: translate3d(-2250px, 0, 0);
		-ms-transform: translate3d(-2250px, 0, 0);
		transform: translate3d(-2250px, 0, 0);
	}
}
#wrapper {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
#logo {
	background: url("../images/logo.png") center no-repeat;
	width: 100%;
	height: 3em;
	background-size: 200px;
}
#main {
	padding: 1em;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}
#header {
	cursor: default;
	display: block;
	position: relative;
	text-align: left;
	width: 60%;
	padding-top: 15%;
	left: 20%;
}
#header h1 {
	font-size: 3em;
	font-weight: 900;
	word-spacing: 0.15em;
	line-height: 1.2em;
}
#header p {
	font-size: 1.1em;
	margin: 2.75em 0 0.25em 0;
	opacity: 0.75;
}
nav#social {
	position: fixed;
	text-align: left;
	bottom: 10%;
	left: 5%;
	line-height: 1.5em;
}
nav#social a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border: 0;
	display: inline-block;
	margin-top: 1rem;
}
#footer {
	background-image: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.5) 75%
	);
	background-image: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.5) 75%
	);
	background-image: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.5) 75%
	);
	background-image: linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.5) 75%
	);
	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	position: absolute;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 736px) {
	body {
		min-width: 320px;
	}
	#logo {
		background-size: 150px;
	}
	#mask {
		opacity: 0;
	}
	#mountain {
		background: url("../images/mountain.png") no-repeat bottom center;
		background-size: 90%;
	}
	#header {
		padding-top: 10%;
		width: 75%;
	}
	#header h1 {
		font-size: 2em;
	}
	#header p {
		font-size: 1em;
	}
}
@media screen and (max-width: 736px) and (orientation: landscape) {
	#mountain {
		background-size: 35%;
	}
}
.big {
	font-size: 2rem;
}
