/** @mixin content-center {
  width: 100%;
  box-sizing: border-box;
  margin: 0;

  @include for-mobile-only {
    padding: 0 $mobile-page-gutter;
  }
  @include for-tablet-portrait-up {
    margin: 0;
    padding: 0 $page-gutter;
  }
  @include for-desktop-up {
    margin: 0 auto;
    max-width: $content-full-width;
    padding: 0 $page-gutter;
  }
}

@mixin mobile-full-width {
  @include for-mobile-only {
    margin-left: -9px;
    margin-right: -9px;
    padding-left: $mobile-page-gutter;
    padding-right: $mobile-page-gutter;
    width: auto;
  }
}
**/
body.page-error .container {
  padding: 0 !important; }

main.page.page-404 {
  background: radial-gradient(circle at center, #FBFAF7, #FBFAF7 568px, transparent 568px);
  height: 640px; }
  @media only screen and (min-width: 1024px) {
    main.page.page-404 {
      height: 812px; } }
  main.page.page-404 h1 {
    text-align: center !important;
    color: #353131;
    background: url("../img/sprue.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 271px;
    font-size: 55px;
    line-height: 1.18182;
    margin: 0;
    padding: 271px 0 0; }
    @media only screen and (min-width: 1024px) {
      main.page.page-404 h1 {
        font-size: 150px;
        line-height: 1.2;
        padding-top: 390px;
        background-size: auto 390px; } }
  main.page.page-404 h2 {
    text-align: center;
    color: #353131;
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0 16px; }
    @media only screen and (min-width: 1024px) {
      main.page.page-404 h2 {
        font-size: 26px;
        line-height: 1.23077;
        margin: -15px 0 10px; } }
  main.page.page-404 p {
    font-size: 16px;
    line-height: 1.5; }
    @media only screen and (max-width: 639px) {
      main.page.page-404 p {
        max-width: 81.33333%;
        margin: 0 auto 28px; } }
    @media only screen and (min-width: 1024px) {
      main.page.page-404 p {
        font-size: 18px;
        line-height: 1.66667; } }

div.error-links {
  display: flex;
  justify-content: center;
  grid-gap: 12px; }
  @media only screen and (min-width: 640px) {
    div.error-links {
      grid-gap: 25px; } }
  div.error-links a {
    display: inline-block;
    background: #E02D26;
    color: white;
    text-align: center;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    width: 104px; }
    @media only screen and (min-width: 640px) {
      div.error-links a {
        line-height: 50px;
        height: 50px;
        width: 128px; } }
