@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

html {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 10% 0 0 0;
}

h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.7rem;
	margin: 10px 0;
}
h1 strong {
	font-weight: 600;
}

h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1rem;
	color: #bcbec0;
	margin: 0 0 20px 0;
}

p {
	margin: 70px 0;
	color: #CCC;
}

p a {
	color: #74d1f6;
	text-decoration: none;
}

p a:hover {
	color: #33a9f6;
}

footer {
	position: fixed;
	bottom: 0;
	background: #f1f2f2;
	width: 100%;
	padding:20px 0;
	color: #bcbec0;
}