* {}

body {
  padding: 0;
  margin: 0;
}

/* own fonts declaration */
@font-face {
    font-family: "LL Brown Pro Bold Web";
    src: url("fonts/lineto-brown-pro-bold.eot");
    src: url("fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-brown-pro-bold.woff2") format("woff2"),
         url("fonts/lineto-brown-pro-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Pro Light Web";
    src: url("fonts/lineto-brown-pro-light.eot");
    src: url("fonts/lineto-brown-pro-light.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-brown-pro-light.woff2") format("woff2"),
         url("fonts/lineto-brown-pro-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

#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: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: LL Brown Pro Light Web;
  font-size: 200px;
  font-weight: 100;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-bottom: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: LL Brown Pro Light Web;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 29px;	
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: LL Brown Pro Bold Web;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #7c7c7c;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-404 img{
	width:180px; 
	height:auto;
	display: inline-block;
	padding-top: 62%;
	} 

.notfound a:hover {
  color: #293133;
  background: #7c7c7c;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 120px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 65px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }  
  .notfound .notfound-404 img{
	width:120px; 
	height:auto;
	padding-top: 62%;
	} 
}