/* Stylesheet */


/* Imports */

@import url(animate.css);

@import url(fonts.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

html, body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: #4fbaee;
	text-align: center;
}

h1 {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	padding-top: 200px;
	padding-bottom: 18px;
}

span {
	font-size: 28px;
	font-weight: 200;
	color: rgba(255, 255, 255, .6);
}