*{
	font-family: 'Open Sans',sans-serif;
	font-weight: 100;
}

html{
	height: 100%;
}

body{
	cursor: default;
	margin: 0;
	padding: 0;
	background-color: #1c1e21;

	height:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-direction:column
}

main{
	margin-top: 94px;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #1c1e21;
	height: 94px;
}

.title{
	font-size: 48px;
	margin: 25px 0 50px 0;
	padding: 0;
}