/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
main > section#intro-error {
  position: relative;
  height: 250px;
  background-color: #37628F;
  z-index: 1;
}
main > section#error-wrapper {
  position: relative;
  width: 1100px;
  height: 500px;
  margin: -220px auto 0 auto;
  z-index: 2;
}
@media only screen and (max-width : 1100px) {
  main > section#error-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > section#error-wrapper > h1 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 4em;
  margin: 0;
  padding: 0;
  line-height: 1;
}
main > section#error-wrapper > h1 > span {
  display: block;
  font-size: 0.3em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
main > section#error-wrapper > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  text-align: center;
}
main > section#error-wrapper > div > img {
  height: 200px;
}

/*# sourceMappingURL=error.css.map */


main > section#intro-error {position:relative;height:250px;background-color:#37628F;z-index:1;}main > section#error-wrapper {position:relative;width:1100px;height:500px;margin:-220px auto 0 auto;z-index:2;}@media only screen and (max-width :1100px) {main > section#error-wrapper {width:100%;padding-left:20px;padding-right:20px; }}main > section#error-wrapper > h1 {position:absolute;left:0;right:0;color:#fff;text-align:center;font-size:4em;margin:0;padding:0;line-height:1;}main > section#error-wrapper > h1 > span {display:block;font-size:0.3em;color:#fff;font-weight:500;letter-spacing:0.05em;}main > section#error-wrapper > div {position:absolute;left:0;right:0;top:300px;text-align:center;}main > section#error-wrapper > div > img {height:200px;}