html {
	height:100%;
}
body {
	font-family:open sans;
	background-size:cover;
	text-align:center;
	height:100%;
	font-size:20px;
	margin:0;
	font-weight:300;
	letter-spacing:5px;
	padding:0;
	color: #fff;
}
.container {
	width:100%;
	margin:auto;
	height:100%;
	position: absolute;
	top: 0;
}
h1 {
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	text-transform:none;
	font-size:2.2em;
	margin:0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:15px;
	margin-bottom:5px;
	text-align: center;
}
h2 {
	font-weight:300;
	font-size:1.5em;
	text-align: center;
}
.content-table {
	display:table;
	height:100%;
	width:100%
}
.container img {
	max-width:250px;
	margin-bottom:60px
}
.content-vertical {
	vertical-align:middle;
	display:table-cell;
	margin:auto
}
span {
	font-weight:700;
}
.clearfix {
	clear:both
}
footer {
	position:absolute;
	bottom:30px;
	left:50%;
	width:134px;
	margin-left:-67px;
	text-align:center;
}
footer a {
	float:left;
	opacity:0.40;
	display:block;
	margin:0 15px;
}
footer a:hover {
	opacity:.8
}
canvas {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}