  #home {
    background-image: url('Assets/PRD.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: absolute;
    background-repeat: no-repeat;
    min-height: 550px;
    line-height: 0;
    height: auto; 
}

#about_image {
  background-image: url('Assets/Renovation.png');
  padding:5px; background-size: cover;
  background-attachment: fixed;
  background-position: absolute;
  background-repeat: no-repeat;
  min-height: 300px;
  line-height: 0;
  height: auto;
  }

#contact_image {
  background-image: url('Assets/PRDL.jpg');
  padding: 5px;
  background-size: cover;
  background-attachment: fixed;
  background-position: absolute;
  background-repeat: no-repeat;
  min-height: 400px;
  height: auto;
}