.purple-back{
	color: white !important;
	background-image: url('images/purple-back.jpg');
	background-repeat: no-repeat; 
	/* background-color: #410143 !important;*/

}

section > .special-section{
	text-align: center;
  	padding-bottom: 30px;
}

.about .respite-care {
	background: url('images/s_respite_care.jpg') center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
.about .live-in {
	background: url('images/s_live_in_care.jpg') center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
.about .about-us {
	background: url('images/about-img.jpg') center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
#home {
  width: 100%;
  height: 90vh;
  background: url("images/front-picture.jpg") top center;
  background-size: cover;
  margin-bottom: -200px;
}