html {
  height: 100%;
}
body {
  min-height: 100%;
}

html, body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
  margin: 0;
}

body {
  font-family: 'Duru Sans', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 100px;
}

.header {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 6px;
  font-weight: 100;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.description {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Duru Sans', sans-serif;
  letter-spacing: 0px;
  font-weight: 100;
  line-height: 32px;
  line-height: 2rem;
}

.subtext {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 32px;
  line-height: 2rem;
}
