*{margin: 0;
  padding:0;
  box-sizing: border-box;
}
.size{
  font-size: 30px;
  color: black !important;
}
.hero{
  min-height: 90vh;
  background: url("images/skyhaus-header1.png") 
              center/cover no-repeat;
}
.head h1 {
  font-size: 65px;

}
.btn{
  background-color: white !important;
  color: #0A0A0A !important;
}
.btn:hover{
  background-color: white;
  color: #0A0A0A;
  transform: scale(1.05);
}

.color{
  background-color: lightskyblue;
  transition: 0.5s;
}
.color:hover{
    transform: translateY(-10px);
  cursor: pointer;
}
.sky{
  transition: 0.5s;
}
.sky:hover{
    transform: translateY(-10px);
  cursor: pointer;
}
.feauture{
  background-color: #0A0A0A;
  color: white;
}
.button{
  border: #0A0A0A solid 2px !important;
  color: black !important;
  width: 150px;
}
.button:hover{
  transform: scale(1.05);
  background-color: white;
  color: #0A0A0A;
}
.head-size{
  font-size: 30px;
}
.footer-sec{
  background-color:#0A0A0A;
  color: white;
}
.footer-link{
  color: white !important;
}