@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,700");
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx) {
  .aligner {
    height: 36%;
  }
  .logo {
    width: 36rem;
  }
  .info-text {
    width: 36rem;
  }
  .name {
    font-size: 2.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.75rem;
  }
  .notfound {
    font-size: 2.85rem !important;
  }
  .info-spacer {
    width: 0;
  }
  .info-data, .info-data-R {
    margin-top: 1.8rem;
    margin-left: 11.5rem;
    font-size: 2rem;
    line-height: 2.125rem;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 2.99), only screen and (max-resolution: 2.99dppx) {
  .aligner {
    height: 33%;
  }
  .logo {
    width: 40rem;
  }
  .info-text {
    width: 30rem;
  }
  .name {
    font-size: 2.35rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4rem;
  }
  .notfound {
    font-size: 2.28rem !important;
  }
  .info-spacer {
    width: 0;
  }
  .info-data, .info-data-R {
    margin-top: 1.2rem;
    margin-left: 6.65rem;
    margin-right: 0;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.99), only screen and (max-resolution: 1.99dppx) {
  .aligner {
    height: 30%;
  }
  .logo {
    width: 35rem;
  }
  .info-text {
    display: flex;
    flex-direction: row;
    width: 35rem;
  }
  .name {
    font-size: 1.175rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 0.7rem;
  }
  .notfound {
    font-size: 1.14rem !important;
  }
  .info-spacer {
    width: 11.75rem;
  }
  .info-data {
    font-size: .9rem;
    line-height: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2.3rem;
  }
  .info-data-R {
    text-align: right;
    font-size: .9rem;
    line-height: 1rem;
    margin-top: 0;
    margin-left: 2.3rem;
    margin-right: 0;
  }
}

html, body {
  margin: 0;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  text-rendering: geometricPrecision;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.aligner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.logo {
  margin-left: auto;
  margin-right: auto;
}

.info-text {
  font-family: 'Raleway', sans-serif;
  margin: 0 auto;
}

.rlw-normal {
  font-style: normal;
  letter-spacing: 0.025rem;
}

.rlw-italic {
  font-style: italic;
}

.name {
  display: block;
  font-weight: 700;
}

.info-data {
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */