header {
  background-image: url("../img/bg-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  
  background-size: 100% 100%;
  
}
.header-content h1 {
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px #333;
}
.header-content a{
padding:10px 10px 10px 10px;
border-radius:5px;
}
/* Media Queries */
@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0 15px;
  } 
}