@font-face {
  font-family: oswald-regular;
  src: url(/fonts/Oswald-Regular.ttf);
}
@font-face {
  font-family: openSans-regular;
  src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: robotoSlab-thin;
  src: url(/fonts/RobotoSlab-Thin.ttf);
}
html {
  height: 100%;
}
body {
  background-size: auto 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: openSans-regular;
  font-size: 16px;
  line-height: normal;
}
section.error-message {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.error-message.http-404 {
  background: #ffffff url(/error-docs/http-404-error.png) no-repeat center center;
}
section.error-message.http-500 {
  background: #ffffff url(/error-docs/http-500-error.png) no-repeat center center;
}
section.error-message div.message-content {
  width: auto;
}
section.error-message div.message-content h1 {
  max-width: 800px;
  font-family: oswald-regular;
  font-size: 2em;
  text-align: center;
  margin: 1rem 0;
}
section.error-message div.message-content h1.site-title {
  font-size: 4em;
  font-family: robotoSlab-thin;
}
section.error-message div.message-content h1:first-child {
  margin-top: 0;
}
section.error-message div.message-content h1:last-child {
  margin-bottom: 0;
}
section.error-message div.message-content h2 {
  max-width: 800px;
  font-family: oswald-regular;
  font-size: 1.5em;
  text-align: center;
  margin: 1rem 0;
}
section.error-message div.message-content h2:first-child {
  margin-top: 0;
}
section.error-message div.message-content h2:last-child {
  margin-bottom: 0;
}
section.error-message div.message-content img {
  display: block;
  width: 40%;
  margin: 1rem auto;
}
section.error-message div.message-content p {
  max-width: 800px;
  font-family: openSans-regular;
  font-size: 1em;
  text-align: center;
  margin: 1rem 0;
}
section.error-message div.message-content p:first-child {
  margin-top: 0;
}
section.error-message div.message-content p:last-child {
  margin-bottom: 0;
}
