*{
  font-family: "Ubuntu";
}

html, body{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/img-home-01.png);
  background-size: cover;
  background-position: center center;
}

.section{
  background: #f6f6f6;
  color: black;
  -ms-clip-path: polygon(0 0%, 100% 0, 100% 30%, 0 100%);
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 30%, 0 100%);
  clip-path: polygon(0 0%, 100% 0, 100% 30%, 0 100%);
  padding: 6rem 0%;
}

.logo{
  position: absolute;
  top: -165px;
  left: -50px;
  width: 350px;
}


h1{
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

footer{
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

a{
  color: #009999;
  font-size: 14px;
  text-decoration: none;
}


@media screen and (max-width: 992px) {
  .logo{
    left: 50%;
    top: -185px;
    TRANSFORM: TRANSLATEX(-50%);
  }
  .section{
    background: #f6f6f6;
    color: black;
    -ms-clip-path: polygon(0 0%, 100% 0, 100% 30%, 0 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 30%, 0 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 65%, 0 100%);
    padding: 4.5rem 0%;
  }

  h1{
    font-size: 32px;
  }

  footer{
    height: 120px;
  }
  a{
    color: #009999;
    font-size: 16px;
    text-decoration: none;
  }

}
