body {
  background:  #f8b5b9;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 3vw;
}
.errorpage_logo img{
  width: 30vw;
}
.errorpage_logo a {
  color: #2d2828;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
}

.error_content {
  min-height: calc(100vh - 19vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error_links a{
  color: #2d2828;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8vw;
  line-height: 3.6vw;
  text-align: center;
}
.error_heading,.belowLink{
  color: #2d2828;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 3.6vw;
  text-align: center;
}
.footer-section-wrapper { 
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1vw;
}
.footerLogo {
  padding-bottom: 2vw;
}
.copyrightWrapper,
.copyrightWrapper a {
  color: #2d2828;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1.2vw;
  line-height: 1.8vw;
  vertical-align: middle;  
}
.curfont{
  font-family: cursive;
}
a:hover{
  opacity: 0.5;
}
span.sep {
  padding: 0 0.2vw;
  vertical-align: bottom;
}
.linkspace{
  padding: 0 0.2vw;
}
.footer-socials a{
  color: #2d2828;
  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;
}
.oopsText {
    color: #2d2828;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 2vw;
    font-size: 2.6vw;
    line-height: 3.6vw;
    text-align: center;
}
@media (max-width: 1024px) and (orientation:portrait) {
  .footer-section-wrapper{
    width: 92%;
  }
  .errorpage_logo img {
      width: 76vw;
  }
  .footer-socials .snapimg {
      width: 5.3vw;
  }
  .error_content {
    min-height: calc(100vh - 54.5vw);
  }
  .errorpage_logo a {
    font-size: 12vw;
    line-height: 15vw;
  }
  .error_heading {   
    font-size: 5.1vw;
    line-height: 9vw;
  }
  .belowLink{
    font-size: 4.2vw;
    line-height: 6vw;
  }
  .oopsText {
    font-size: 7vw;
    margin-bottom: 6vw;
}
  .error_links a{
    font-size: 5.1vw;
    line-height: 9vw;
  }
  .copyrightWrapper, .copyrightWrapper a{
    font-size: 4.1vw;
    line-height: 6vw;
  }
  .footerLogo {
      padding-bottom: 5vw;
      width: 39vw;
      margin: 0 auto;
  }
  .mobbrkcls{
    display: block;
  }
  .footer-socials {
      padding-bottom: 2.8vw;
  }
  .footer-socials a {
      font-size: 5.3vw;
      padding-right: 4vw;
  }
  span.sep {
    padding: 0 1.1vw;
    vertical-align: bottom;
  }
  .sep.mob{
    display: none;
  }
  a.ot-sdk-show-settings {
      display: block;
      line-height: 8vw;
  }
}
@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 68.5vw);
  }
  .errorpage_logo {
    padding-top: 15vw;
  }
  .errorpage_logo img {
    width: 84vw;
  }
}