html {
	overflow: hidden;
}

body {
	height: 100%;
	background: #393939;
	color: white;
    font-family: "Swiss 721", Helvetica, sans-serif;
	text-align: left;
}

a {
	text-decoration: none;
	color: white;
}

h1 {
	color: #e9524e;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 4.8em;
	font-weight: 100;
	margin-bottom: -0.3em;
}

.right {
	position: relative;
	right: 0%;
	text-align: right;
}

.content {
	position: relative;
	top: 25%;
	right: 50%;
	transform: tanslate(-50%, -50%);
}
	.content span {
		font-size: 1.1em;
	}

.spacer {
	margin: 16px;
}

#header {
	position: fixed;
	top: 16px;
	width: 100%;
	text-align: right;
}

#main {
	position: fixed;
	top: 135px;
	right: 20px;
	bottom: 100px;
	left: 20px;
}

#phone {
	font-size: 1.2em;
}

#footer {
	position: fixed;
	bottom: 16px;
	width: 100%;
	text-align: center;
}
