

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

.errorpage_logo {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  padding-bottom: 0;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
}
.errorpage_logo img {
  width: 100%;
}
.errorpage_logo a {
  color: #fff;
      font-family: 'arial';
  font-weight: 700;
  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: 'arial';
  font-weight: 700;
  text-transform: uppercase;
  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: uppercase;
      font-family: 'arial';
  font-weight: 700;
}
.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.6vw;
      font-family: 'arial';
  font-weight: 700;
  /* text-decoration: underline; */
}
a:hover {
  opacity: 0.5;
}
.copyrightWrapper a {
  text-decoration: underline;

}
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: 'arial';
  font-weight: 700;
}

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

.mobolo {
  display: none;
}

.sep.disco {
  display: inline-block;
}
.icon-soundcloud:before {
  content: "\eac3";
  font-size: 2vw;
}

a.triller {
  background: url(../images/triller.svg) no-repeat;
  background-size: contain;
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
}
.oopstext{
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 2vw;
  text-align: center;
  text-transform: uppercase;
    font-family: 'arial';
  font-weight: 700;
      padding-top: 2vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  a.triller {
    background: url(../images/triller.svg) no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
    display: inline-block;
  }
  .oopstext {
      font-size: 5.8vw;
      line-height: 6vw;
      padding-top: 3vw;
  }
  span.sep{
    vertical-align: unset;
  }
  .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: 20vw;
    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: max-content;
    top: 9%;
    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%;
  }
}
