body {
  background: #171729;
  /* min-height: calc(100vh - 2.5vh); */
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Gotham', sans-serif;
  color:#fff;
  padding: 0;
  text-align: center;
}
footer {
    padding: 2vh 0 1vh;
}
footer a {
    margin: 0 1vw;
}
footer a:first-child {
    margin-left: 0;
}
footer a:last-child {
    margin-right: 0;
}
.error-wrappper h2 {
    font-size: 2vw;
}

.-is-visually-hidden{
   width:1px;
   height:1px;
   font-size:0;
}
.logo img {
  width: 20vw;
  margin: 15vh auto 0vh;
}
.logo img:hover {
  opacity: 0.8;
}
body.page-not-found .footer-section {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 2vh auto 0vw;
  margin: 0 !important;
  position: absolute;
  bottom: -0.5vw;
  left: 50%;
  transform: translate(-50%);
}
.error-page-wrapper {
  color: #fff;
  font-size: 2vw;
  width: 100%;
  text-align: center;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.belowLink{
   font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  font-size: 1.3vw;
  padding-bottom: 1vw;
  text-transform: uppercase;
}
img {
    width: 100%;
    height: auto;
  }

.logo a {
    font-size: 0;
    padding: 0;
}
a, a:active, a:visited, a:focus {
  color:#fff;
  text-decoration: none;
}
a:hover {
  color:#fff;
  text-decoration: none;
  opacity:0.7;
}
footer a, footer span{
  font-size: 1.025vw;
}
.mobileOnly{
  display: none;
}
@media only screen and (max-width: 1023px) {
.deskOnly{
 display: none;
}
.mobileOnly{
  display: block;
}
.error-wrappper h2 {
    font-size: 6vw;
}
.logo img {
  width:85vw; 
}
.error-page-wrapper {
   font-size: 6.5vw;
  }
.belowLink{
  font-size: 4vw;
  }
footer a, footer span{
  font-size: 3.025vw;
}

 }

@media only screen and (max-height: 1366px) 
  and (min-width: 600px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 3){
  footer {
    padding: 200px 0 10px;
  }
.logo img {
  width:30vw; 
}
.error-page-wrapper {
   font-size: 4.5vw;
  }
.belowLink{
  font-size: 3vw;
  }
.homepage-redirect a{
font-size: 2.5vw;
}
footer a, footer span{
  font-size: 1.25vw;
}

}
