* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);  
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #000;
  border:2px solid #000;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
}

.notfound a:hover {
  background: transparent;
  border:2px solid #000;
  color:#000;
}
.img-logo{
    max-width: 240px
  }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
    .img-logo{
      max-width: 210px
    }
}

.no-found-page {

  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../images/footer-bg.jpg) }

@media (max-width: 768px) {
  .no-found-page{
    background-size: cover;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
  }
}

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  background: rgba(255,255,255,0.70);
  /*background: linear-gradient(90deg, rgba(0,27,56,1) 0%, rgba(27,142,191,0.80) 50%, rgba(212,0,193,1) 100%);*/
} 

.title-home{
  font-family: 'Montserrat', sans-serif;
  font-weight: 200!important;
  font-size: 34px!important;
  margin: 20px 0!important;
}


.footer_area .footer-top .social_links {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 96, ../../Arafath/CL/CL August/199 Flatter Catering/199 Flatter Catering-HTML/scss/_footer.scss */
  .footer_area .footer-top .social_links {
    
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 96, ../../Arafath/CL/CL August/199 Flatter Catering/199 Flatter Catering-HTML/scss/_footer.scss */
  .footer_area .footer-top .social_links {
    
  }
}
.footer_area .footer-top .social_links ul {
  margin:0!important;
  padding: 0!important
}
.footer_area .footer-top .social_links ul li {
  display: inline-block;
  margin-left: 0;
}

/* line 110, ../../Arafath/CL/CL August/199 Flatter Catering/199 Flatter Catering-HTML/scss/_footer.scss */
.footer_area .footer-top .social_links ul li a {
  background-color: rgba(255, 255, 255, 0.149);
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 20px;
  color: #27bdd6;
  font-size: 28px!important;
  text-align: center!important;
}
.footer_area .footer-top .social_links ul li a:hover {
  background-color: rgba(39, 189, 214, 1);
  color: #FFF!important;
}
.footer_area .footer-top .social_links ul li a i {
  margin-left: -10px!important
}