/* Write your styles */

.wrap {
  background-image: url(../i/hlf100/header.jpg) ;
  background-repeat:no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  height: 640px;
}
.wrap img{
    position: absolute;
    margin-top: 20px;
    margin-right: 50px;
}
.get-title {
  color:#575757;
  font-size: 200%;
  padding: 20px;
 
}

.wrap-product {  
  color: #999999;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  height: 500px;
}

.box-shadow-2{  
  -webkit-box-shadow:0 0 10px #000;  
  -moz-box-shadow:0 0 10px #000;  
  box-shadow:0 0 10px #000;  
} 