* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
}

#home {
  position: relative;
  height: 100vh;
}

#home .home {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0px 15px;
}

.home .home-404 {
  position: relative;
  height: 150px;
  line-height: 150px;
  margin-bottom: 25px;
}

.home .home-greeting h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  background: url('../img/text4.jpg');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.home h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #2f3e4e;
}

.home p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #2f3e4e;
}

.home a {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  color: #f2f2f2;
  text-decoration: none;
  border: none;
  background: #d16f32;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .home .home-404 {
    height: 110px;
    line-height: 110px;
  }
  .home .home-404 h1 {
    font-size: 120px;
  }
}
