body {
  background: #B1739F;
  /* min-height: calc(100vh - 2.5vh); */
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "proxima-nova";
  color:#172049;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
footer {
    padding: 2vh 0 1vh;
}
.-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: #172049;
  font-size: 2vw;
  width: 100%;
  text-align: center;
  font-family: "proxima-nova";
  font-weight: 400;
  font-style: normal;
}
.belowLink{
  font-family: "proxima-nova";
  font-weight: 500;
  font-style: normal;
  color:#172049;
  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: #172049;
  text-decoration: none;
}
a:hover {
  color:#172049;
  text-decoration: none;
  opacity: 0.5;
}
footer a, footer span{
  font-size: 0.825vw;
  font-weight: 700;
}
.mobileOnly{
  display: none;
}
h2 {
    margin: 0;
    padding: 3vh 0;
}

.error-wrappper {
    padding: 35vh 0 0;
}

.homepage-redirect a {
    font-weight: 600;
    margin: 0 2vw;
}
.homepage-redirect a:first-child{
    margin-left:0;
}
.homepage-redirect a:last-child{
    margin-right:0;
}
@media only screen and (max-width: 1023px) {
.deskOnly{
 display: none;
}
.mobileOnly{
  display: block;
}

.logo img {
  width:30vw; 
}
.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;
}

}