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

.logo img {
  width: 10%;
  padding: 3%;
}

.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: #1a1b1f;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.homepage-redirect a {
  font-size: 15px;
  color: #1a1b1f;
  text-align: center;
  margin: 0 1vw;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  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: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1a1b1f;
  font-size: 1.3vw;
  padding-bottom: 2vw;
  text-transform: uppercase;
}

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

.footer-copyright {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-section-wrapper .copyright-link-list a {
  color: rgba(0, 0, 0, .75);
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

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

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

.navbar-brand-three:hover,
.navbar-brand-three:focus {
  background-color: transparent;
  opacity: 0.7;
}

.list {
  justify-content: center;
}

.navbar-brand-three {
  width: 100%;
}

.heading {
  text-align: center;
}

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

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

  .footer-section-wrapper .social-link {
    font-size: 4.25vw;
  }

  .w-nav-brand {
    float: none;
  }

  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;
  }

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

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

  body {
    height: 90vh;
    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: 2vw;
  }
}

@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%;
  }

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

  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%;
  }
}

.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: 95vh;
  }
}

@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: 94vh;
  }
}