body {
  background: #000000;
  min-height: calc(100vh - 1.5vw);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.logo img {
  width: 10%;
  padding: 3%;
}
.logoWrapper img:hover {
opacity: 0.7;
}
.logo img:hover {
  opacity: 0.8;
}

.logomob {
  display: none;
}

body.page-not-found .footer-section {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 2vw auto 0vw;
  margin: 0 !important;
  position: absolute;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%);
}

.error-page-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: "proxima-nova";
  font-weight: 500;
  font-style: normal;
}

.homepage-redirect a {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0 1vw;
  display: inline-block;
  font-family: "proxima-nova";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

a.merch-pnf {
  margin-right: 0;
}

.homepage-redirect a:hover {
  opacity: 0.4;
}

body .page-not-found .footer-section-wrapper {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.sep {
  display: none;
}

.belowLink {
  font-family: "proxima-nova";
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.3vw;
  padding-bottom: 2vw;
  text-transform: uppercase;
}

.footer-section-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.footer-section-wrapper,
.footer-section-wrapper a {
  font-size: 0.8vw;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 500;
}

.copyright-section span {
  padding: 0 7px;
}

.socialOuterWrappper {
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  margin: 0;
}

.logoWrapper {
  padding-left: 2vw;
}

.logoWrapper a {
  width: 14vw;
  display: block;
}

.footerWrapper {
  position: absolute;
  bottom: 0;
  padding-bottom: 0 !important;
  padding-top: 21px !important;
  text-align: center;
  width: 100%;
}

.copyright-text {
  display: inline-block;
}

.footer-section-wrapper a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1024px) {
  .socialOuterWrappper {
    max-width: 100% !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    font-size: 0 !important;
    text-align: center !important;
    position: absolute;
    bottom: 3vw;
    width: 100%;
  }
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
  span.brk-first {
    display: none;
  }

  .footer-section-wrapper,
  .footer-section-wrapper a {
    font-size: 2.25vw;
  }

  .logoWrapper a {
    width: 40vw;
    margin: 0 auto;
  }

  .socialOuterWrappper {
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    bottom: 18vw;
    text-align: center !important;
    width: 100% !important;
  }

  body.page-not-found .MenuRight {
    margin-top: 0px;
  }

  body.page-not-found .Internal-Menubar {
    margin-top: 0;
  }

  span.separator.mob {
    display: none;
  }

  body.page-not-found .sep {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }

  .error-page-wrapper {
    /* top: 40%; */
  }

  .error-wrappper {
    font-size: 19px;
  }

  .footerWrapper span.mobilebreak {
    /* display: block; */
  }

  .homepage-redirect a {
    font-size: 27px;
    margin-right: 10px;
  }

  a.merch-pnf {
    margin-right: 0;
  }

  body {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .logodesk {
    display: none;
  }

  img.logomob {
    display: block;
    margin: 5% auto;
    width: 45%;
  }

  body.page-not-found .footer-section {
    width: 100%;
    bottom: 3vw;
  }

  body.page-not-found .footerFollowWrapper {
    margin-top: 5vw;
    text-align: center;
  }

  body.page-not-found .LogoMobile {
    display: block;
    width: 68%;
    margin: 0 auto;
    margin-top: 35px;
    margin-top: 35px;
  }

  .belowLink {
    font-size: 3.3vw;
    padding-bottom: 6vw;
  }

  .footerWrapper span.tabletbreak {
    /* display: block; */
  }

  .footerWrapper {
    line-height: 1.8;
    padding-top: 15px;
    letter-spacing: 1.5px;
  }

  span.desk-sep {
    display: none;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  body.page-not-found .MenuRight {
    margin-top: 0px;
  }

  img.logomob {
    display: block;
    margin: 2% auto;
    width: 22%;
  }
      img {
        width: 53% !important;
        height: auto;
    }

  .error-page-wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 1vw;
  }

  body.page-not-found .footer-section {
    position: static;
    bottom: 0;
    left: auto;
    transform: none;
    margin: 10vw auto !important;
  }

  body.page-not-found .footer-section-wrapper {
    /* margin-top: 5vw; */
    background-color: transparent;
    position: absolute;
    bottom: 0%;
    width: 100%;
  }
          .belowLink {
        font-size: 1.3vw;
        padding-bottom: 6vw;
    }
        .socialOuterWrappper {
        padding-bottom: 0;
        padding-top: 0;
        position: absolute;
        bottom: 10vw;
        }

}

.footer-section {
  margin: 30vw auto 0vw;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.page-not-found .footer-section {
    bottom: 1vw;
  }

  .error-page-wrapper {
    top: 45%;
  }

  body.page-not-found .MenuRight {
    margin-top: 0px;
  }

  body {
    min-height: 100vh;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .LogoMobile {
    width: 30vw;
  }

  body.page-not-found .MenuRight {
    margin-top: 0px;
  }

  body {
    min-height: 100vh;
  }
}

@media only screen and (max-width:1024px) and (orientation:portrait) {

  .footerWrapper,  .footerWrapper a *{
    font-size: 3vw !important;
  }
}