* {
  color: #54595f;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  background-image: url("//function4living.com/assets/img/bg/bg-home-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page {
  width: 100%;
  height: 100vh;
  background-color: rgba(247, 247, 247, 0.75);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.top,
.btm {
  text-align: center;
}
.top img {
  width: 600px;
}
.btm {
  padding: 0 10px 0;
}
.btm h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 15px;
}
.btm h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top img {
    width: 400px;
  }
  .btm h2 {
    font-size: 24px;
  }
  .btm h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .top img {
    width: 90%;
  }
  .btm h2 {
    font-size: 20px;
  }
  .btm h5 {
    font-size: 16px;
  }
}
