@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8bhr6c");
  src: url("../fonts/icomoon.eot?8bhr6c#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?8bhr6c") format("truetype"),
    url("../fonts/icomoon.woff?8bhr6c") format("woff"),
    url("../fonts/icomoon.svg?8bhr6c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram1:before {
  content: "\e900";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-soundcloud:before {
  content: "\eac3";
}

@font-face {
  font-family: "twt-x";
  src: url("../fonts/twt-x.eot?jjyo3s");
  src: url("../fonts/twt-x.eot?jjyo3s#iefix") format("embedded-opentype"),
    url("../fonts//twt-x.ttf?jjyo3s") format("truetype"),
    url("../fonts//twt-x.woff?jjyo3s") format("woff"),
    url("../fonts/twt-x.svg?jjyo3s#twt-x") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="twt-"],
[class*=" twt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "twt-x" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
  content: "\e901";
}

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

.errorpage_logo {
  margin: 0 auto;
  width: 30%;
  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: Share Tech Mono;
  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: Share Tech Mono;
  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: Share Tech Mono;
  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.8vw;
  font-family: Share Tech Mono;
  font-weight: 700;
}

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,
.oopsText {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
  font-family: Share Tech Mono;
  font-weight: 700;
}

.oopsText {
  margin-bottom: 1vw;
}

.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: 10vw;
    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: 80%;
    top: 5%;
    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: 3%;
  }

  .oopsText {
    font-size: 10vw;
  }
}