/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 200px;
  background: #2670CA;
background-image: url("https://members.procare.co.nz/images/default-source/members'-website-images/harakeke---homepage-image0e12d300-e853-4524-a742-8662b068e6a7.png?sfvrsn=bc83d3b9_2/Harakeke---homepage-image0e12d300-e853-4524-a742-8662b068e6a7.png");
background-size: 100%;
  background-repeat: no-repeat;
object-fit: contain;
 
}

/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 1000px;
  padding-top: 10px;
  margin: auto;
  color: #2670CA;

}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.5em;
  margin-top: 1em;
padding-bottom: 0.5em;
  line-height: 1;
font-family: sans-serif;
font-weight: bold;

}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.1em;
font-family: sans-serif;
}

/*Modify the H5 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h5 {
  text-align: center;
  font-size: 1.1em;
font-family: sans-serif;
font-style: italic;
}
