body.page-error, body.page-error .image-bg-5 {
  background-color: #f8f8f8;
}

body.page-error #navbar {
  background-color: #fff;
}

body.page-error .footer-section-1 {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.page-error .error-404 .section-heading {
    font-size: 30px;
  }
  body.page-error .error-404 h1.section-heading {
    font-size: 50px;
    line-height: 60px;
  }
  body.page-error .footer-section-1 {
    position: relative;
    bottom: auto;
  }
}