body {
  background: #000000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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

.errorpage_logo img {
  width: 25vw;
}

.errorpage_logo a {
  color: #FDC83C;
  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: #FDC83C;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 1.2vw;
  line-height: 1;
  text-align: center;
}

.error_heading,
.belowLink {
  color: #FDC83C;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}

.belowLink {
  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: "poppins", 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: #000;
  background: #FDC83C;
  border-radius: 15px;
  font-size: 1.5vw;
  margin-right: 0.6vw;
  display: inline-block;
  height: 2.2vw;
  line-height: 2.2vw;
  width: 2.5vw;
}

.footer-socials a:last-child {
  padding-right: 0;
}

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

.oopsText {
  color: #FDC83C;
  font-family: "poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}

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

  .errorpage_logo img {
    width: 55vw;
  }

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

  .error_content {
    top: 47%;
  }

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

  .belowLink {
    margin: 7vw auto;
    font-size: 4vw;
    line-height: 1.5;
  }

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

  /* footer css */

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

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

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

  .footer-socials a {
    font-size: 3.3vw;
    margin-right: 1vw;
    display: inline-block;
    height: 6.2vw;
    line-height: 6.2vw;
    width: 6.2vw;
  }

  .mobileOnly {
    display: none;
  }
}