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

.errorpage_logo {
  margin: 0 auto;
  width: 15%;
  text-align: center;
  padding-bottom: 0;
  position: fixed;
  top: 2%;
  left: 50%;
  transform: translate(-50%);
}
.errorpage_logo img {
  width: 100%;
}
.errorpage_logo a {
  color: #fff;
 font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
  display: block;
}

.error_content {
  min-height: auto;
  text-align: center;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.error_links a {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-transform: unset;
  text-decoration: underline;
  font-size: 1.25vw;
  line-height: 1.2;
  text-align: center;
}
.error_heading,
.belowLink {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 3vw;
  text-align: center;
  text-transform: unset;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.footer-section-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0;
  position: fixed;
  bottom: 3%;
}
.footerLogo {
  padding-bottom: 2vw;
}
.copyrightWrapper,
.copyrightWrapper a {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8vw;
  font-family: "Open Sans", serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
a:hover {
  opacity: 0.5;
}
span.sep {
  padding: 0 0.1vw;
  vertical-align: text-bottom;
}
.linkspace {
  padding: 0 0.2vw;
}
.footer-socials a {
  color: #fff;
  font-size: 1.3vw;
  padding-right: 1vw;
}
.footer-socials {
  padding-bottom: 0.8vw;
}
ul.footer-social {
  padding: 0;
  margin: 0;
}

ul.footer-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5vw;
}

ul.footer-social li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
}

.copyrightWrapper {
  margin-top: 2vw;
}
.error_heading {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
 font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.belowLink {
  font-size: 1.5vw;
  margin: 2vw 0 0.5vw 0;
}

.mobolo {
  display: none;
}

.sep.disco {
  display: inline-block;
}
.icon-soundcloud:before {
  content: "\eac3";
  font-size: 2vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .sep.disco {
    display: none;
  }
  .mobolo {
    display: block;
  }
  .footer-section-wrapper {
    width: 92%;
  }
  .errorpage_logo img {
    width: 100%;
  }
  .error_content {
    /* min-height: calc(100vh - 48.5vw); */
  }
  .errorpage_logo a {
    font-size: 10vw;
    line-height: 0vw;
  }
  .error_heading,
  .belowLink {
    font-size: 8vw;
    line-height: 1.2;
  }
  .error_links a {
    font-size: 5vw;
    line-height: 1.5;
  }
  .copyrightWrapper,
  .copyrightWrapper a {
    font-size: 3vw;
    line-height: 5vw;
  }
  .footerLogo {
    padding-bottom: 5vw;
    width: 39vw;
    margin: 0 auto;
  }
  .footer-socials {
    padding-bottom: 2.8vw;
  }
  .footer-socials a {
    font-size: 3.3vw;
    padding-right: 3vw;
  }

  .errorpage_logo {
    width: 40%;
    top: 3%;
    left: 50%;
    transform: translate(-50%);
  }
  .belowLink {
    font-size: 4vw;
    margin: 3vw auto;
    line-height: 1.5;
    width: 70%;
    /* margin: 0 auto; */
  }
  ul.footer-social li a {
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
  }
  .icon-soundcloud:before {
    content: "\eac3";
    font-size: 7vw;
  }
  ul.footer-social li {
    margin: 0 1vw;
  }
  .footer-section-wrapper {
    width: 100%;
  }
  .copyrightWrapper {
    margin-top: 5vw;
  }
  .footer-section-wrapper {
    width: 100%;
    bottom: 5%;
  }
}
