* {
  line-height: 1.35em;
  font-family: Apertura, source-sans-pro, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
html, body {
  width: 100%;
  height: 100%;
}
body { 
  display: flex;
  flex-direction: row;
}
h1, p {
  margin-bottom: .95em;
}
h1 {
  color: #F60;
  font-size: 2em;
}
.kmi-intro {
  color: 1A1A1A;
  font-family: source-sans-pro, Arial, sans-serif;
  left: 50%;
  min-width: 24em;
  position: absolute;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 50%;
}