body {
  background: #656E52 !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.errorpage_logo {
  margin: 5vw auto 0;
  width: 100%;
  text-align: center;
}

.errorpage_logo img {
  width: 17vw;
}

.errorpage_logo a {
  color: #fff;
  text-decoration: none;
}

.error_content {
  width: 100%;
  min-height: auto;
  text-align: center;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error_links a {
  color: #fff;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2vw;
  line-height: 1;
  margin-right: 1vw;
  text-align: center;
}

.error_heading,
.belowLink,.oops {
  color: #fff;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}

.belowLink,.oops {
  font-size: 1.5vw;
  margin: 2vw auto;
}

.footer-section-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  bottom: 2vw;
}

.copyrightWrapper,
.copyrightWrapper a {
  color: #fff;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 0.9vw;
}

a:hover {
  opacity: 0.5;
}

span.sep {
  padding: 0 0.1vw;
  vertical-align: text-bottom;
}

.footer-socials a {
  color: #fff;
  font-size: 1.3vw;
  padding-right: 1vw;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.6vw;
  margin-right: 1vw;
}
.footer-socials {
  padding-bottom: 1.8vw;
}


@media (max-width: 1024px) and (orientation:portrait) {
  .errorpage_logo {
    margin: 10vw auto 0;
  }

  .errorpage_logo img {
    width: 46vw;
  }

  .errorpage_logo a {
    font-size: 10vw;
    line-height: 0vw;
  }

  .error_content {
    top: 47%;
  }

  .error_heading,
  .belowLink,.oops {
    font-size: 6vw;
    line-height: 1;
  }

  .belowLink,.oops {
    margin: 7vw auto;
  }

  .error_links a {
    font-size: 6vw;
    line-height: 1;
    margin-right: 3vw;
  }

  /* footer css */

  .footer-section-wrapper {
    width: 100%;
    bottom: 10vw;
  }

  .copyrightWrapper,
  .copyrightWrapper a {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .footer-socials {
    padding-bottom: 5.8vw;
  }

  .footer-socials a {
    font-size: 5vw;
    padding: 2vw;
  }

  .sep.privacy-policy {
    display: none;
  }
}
@media only screen and (min-width:1920px) {
    span.copy {
        font-size: 1vw;
    }

    .footerWrapper a {
        font-size: 1vw;
    }

    span.sep {
        font-size: 1vw;
    }
}