.splash-wrapper {
  background: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  overflow: hidden;
}
.core-container p {
  color: #000 !important;
}
.page {
  height: 100%;
}
.page-layer {
  height: 100%;
}
.page-layer-content {
  height: 100%;
}
.component-header h1 {
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;

  font-family: 'futura-pt';
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
  font-family: "Roboto";
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.component-body {
  margin: 0 auto 0 0;
  top: 40%;
  position: absolute;
}
.component-body p {
  font-family: "Roboto";
    font-size: 16px;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    color: rgba(255,255,255,.8);
}
.page-layer-content {
  position: absolute;
  padding: 40px 60px 0 60px;
}
body {
  margin: 0;
}
