body {
  background: white;
  color: rgba(0,0,0,0.9);
}
h1 {
  font-family: "brandon-grotesque-1","brandon-grotesque-2",Futura,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  margin: 0;
  line-height: 60px;
  text-transform: uppercase;
  visibility: visible;
}
.wf-loading h1 {
	visibility: hidden;
}
.name {
	margin: 0;
}
h2 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-weight: 100;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  font-size: 18px;
  visibility: visible;
  float: left;
  position: relative;
  z-index: 9;
}
.wf-loading h2 {
	visibility: hidden;
}
h3 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  visibility: visible;
  margin: 0;
  position: relative;
  z-index: 9;
}
.wf-loading h3 {
	visibility: hidden;
}
.previous {
 	float: right;
 	padding: 4px 5px 5px 5px;
}
.twitter {
  margin: 50px;
}
.contact {
  width: 50%;
  margin: 0px 112px;
  font-family: "brandon-grotesque-1","brandon-grotesque-2",Futura,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  clear: both;
  padding-top: 100px;
  visibility: visible;
}
.wf-loading .contact {
	visibility: hidden;
}
.wf-inactive .contact {
	margin-left: 126px;
}
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 594px;
  height: 358px;
  margin: -179px 0 0 -294px;
}
.content {
  width: 478px;
  padding: 25px;
  margin: auto;
  position: relative;
}
.wf-inactive .content {
  width: 514px;
}
a, a:link, a:visited {
  color: rgba(0,0,0,0.9);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #30d1ff;
  text-shadow: none;
}
