*{
	box-sizing: border-box;
	margin: 0;
}
body, html{
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	height: 100%;
}

h1{
	text-align: center;
	font-size: 4.5em;
	font-weight: 100;
	text-transform: uppercase;
	background-color: #eee;
	margin: 0 0 35px;
	padding: 50px 10px;
	word-break: break-word;
}
h1 span{
	display: block;
	text-transform: none;
	font-size: 0.3em;
	font-weight: 200;
}
h2{
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 20px;
	background-color: #e0e0e0;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #5f73b5;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.sticky{
	min-height: 100%;
	height: auto !important;
	margin-bottom: -175px;
	padding-bottom: 175px;
}
.wrapper{
	margin: auto;
	max-width: 960px;
	padding: 0 10px;
}
.howto{
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.btn{
	display: block;
	padding: 12px;
	background-color: #5f73b5;
	color: #fff;
	text-transform: uppercase;
	width: 25%;
	margin: auto;
	text-align: center;
	min-width: 200px;
}
ol{
	padding: 20px 20px 10px 40px;
}
li{
	margin-bottom: 9px;
}
.credits{
	height: 175px;
	background-color: #eee;
	padding-top: 20px;
	margin-top: 25px;
}
/* Make Tiles good looking. NON-ESSENTIAL FOR FUNCTION! */
.square > div{
	background-color: #5f73b5;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 100;
}
@media screen and (max-width: 520px){
	h1{
		font-size: 3em; 
	}
}