body {
  background: #FFDF00;
  /* min-height: calc(100vh - 2.5vh); */
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: poppins, sans-serif;
  color:#000;
  padding: 0;
  text-align: center;
}
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: #000;
  font-size: 2vw;
  width: 100%;
  text-align: center;
  font-family: poppins, "sans-serif";
  font-weight: 400;
  font-style: normal;
}
.belowLink{
  font-family: poppins, "sans-serif";
  font-weight: 400;
  font-style: normal;
  color:#000;
  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:#000;
  text-decoration: none;
}
a:hover {
  color:#000;
  text-decoration: none;
  opacity:0.7;
}
footer a, footer span{
  font-size: 0.82vw;
}
.mobileOnly{
  display: none;
}
.copyright br {
    display: none;
}
.error-wrappper {
    min-height: calc(100vh - 27vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
.deskOnly{
 display: none;
}
.mobileOnly{
  display: block;
}

.logo img {
  width:30vw; 
}
.error-page-wrapper {
   font-size: 6.5vw;
   padding-bottom: 3vw;
  }
.belowLink{
  font-size: 4vw;
  }
footer a, footer span{
  font-size: 12px;
}
.copyright br {
    display: block;
}

 }

@media only screen and (max-width:1024px) and (orientation:portrait){
  .error-wrappper {
      min-height: calc(100vh - 50vw);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .error-wrappper {
        min-height: calc(100vh - 97vw);       
    }
}
