body{background:#fff;}
	  #notfound {
  position: relative;
  height: 100vh;
  margin-top: 40px;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
  #notfound img{height:auto; width:150px; margin-bottom:40px;}
.notfound {

  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  margin: 0px auto;
  z-index: -1;
  margin-top: -20px;
}

.notfound .notfound-404 h1 {
font-size: 115px;
  font-weight: 200;
  margin: 0px;
  color: #1e2569;
  text-transform: uppercase;
  line-height: 74px;
}

.notfound .notfound-404 h2 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 7px;
 
}

.notfound a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #031834;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 14px;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
 .notfound .notfound-404 h1 {
       font-size: 59px;
    line-height: 60px;
  }
  #notfound img{ width:100px;}
  #notfound{position:static; height:auto; margin-top:0;}
  #notfound .notfound{position:static; left:auto; right:auto; transform:initial;}
   .notfound .notfound-404 img.img-responsive {
    width: 80%;
    height: auto;
}
#notfound img{margin-bottom:0;}
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    margin: 0px auto 10px;
  }
 

 
  .notfound .notfound-404 h2 {
    font-size: 16px;
	margin:0;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}