body {
  background:  #D0B586;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.blkBG{
  background-color: #000;
}


.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 3vw;
  filter: invert(1);
}
.errorpage_logo img{
  width: 10vw;
}
.errorpage_logo a {
  color: #D0B586;
  font-family: acumin-pro-extra-condensed,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
}

.error_content {
    min-height: calc(100vh - 12.4vw);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -7vw;
}
.error_links a{
  color: #D0B586;
  font-family: acumin-pro-extra-condensed,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
}
.error_heading,.belowLink{
  color: #D0B586;
  font-family: acumin-pro-extra-condensed,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
}
.footer-section-wrapper { 
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1vw 0;
  background-color: #D0B586;;
}
.footerLogo {
  padding-bottom: 2vw;
}
.copyrightWrapper,
.copyrightWrapper a {
  color: #000;
  font-family: acumin-pro-extra-condensed,sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 2vw;
  vertical-align: top;  
}
.copyrightWrapper a{
  text-decoration: underline;
  transition: .2s all ease-in-out;
}
.curfont{
  font-family: cursive;
}
a:hover{
  opacity: 0.5;
}

span.sep {
  padding: 0 0.6vw;
  vertical-align: top;
}
/* span.sep.nobrk{
  padding: 0 0;
} */
.linkspace{
  padding: 0 0.2vw;
}
.footer-socials a{
  color: #D0B586;
  font-size: 1.8vw;
  padding-right: 1.8vw;
  text-decoration: none;
  vertical-align: middle;
}
.footer-socials{
  padding-bottom: 0.8vw;
}
.footer-socials .snapimg{
  width: 1.8vw;
}
.footer-socials a:last-child{
  padding-right: 0;
}
.mobbrkcls{
  display: none;
}
.dskbrkcls{
  display: block;
}
/* a.ot-sdk-show-settings,.yearcopy{
  display: block;
} */
/* .atcls{
  vertical-align: sub;
  padding-right: 0.2vw;
} */

@media (max-width: 1024px) and (orientation:portrait) {
  .footer-section-wrapper{
    width: 100%;
  }
  .copyrightWrapper{
    width: 92%;
    margin: 0 auto;
  }
  .errorpage_logo img {
      width: 20vw;
  }
  .footer-socials .snapimg {
      width: 5.3vw;
  }
  .error_content {
    min-height: calc(100vh - 60.5vw);
    margin-top: unset;
  }
  .errorpage_logo a {
    font-size: 12vw;
    line-height: 15vw;
  }
  .error_heading {   
    font-size: 7vw;
    line-height: 9vw;
  }
  .belowLink{
    font-size: 4.3vw;
    line-height: 7vw;
  }
  .error_links a{
    font-size: 7vw;
    line-height: 9vw;
  }
  .copyrightWrapper, .copyrightWrapper a{
    font-size: 5.1vw;
    line-height: 6vw;
  }
  .footer-section-wrapper {  
    padding: 5vw 0;
  }
  /* .atcls {
      vertical-align: middle;
  } */
  .footerLogo {
      padding-bottom: 5vw;
      width: 39vw;
      margin: 0 auto;
  }
  .mobbrkcls{
    display: block;
  }
  .dskbrkcls{
    display: none;
  }
  .footer-socials {
      padding-bottom: 2.8vw;
  }
  .footer-socials a {
      font-size: 5.3vw;
      padding-right: 4vw;
  }
  span.sep {
    padding: 0 1.1vw;
    vertical-align: top;
  }
  .sep.mob{
    display: none;
  }
  a.ot-sdk-show-settings {
      display: block;
      line-height: 6vw;
  }
  span.sep.yearcopy{
    display: none;
  }
}
@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 81.5vw);
  }
  .errorpage_logo {
    padding-top: 15vw;
  }
  .errorpage_logo img {
    width: 28vw;
  }
}