/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #613a4c;
}
#search-form .search-form-container {
    padding: 3px 0px;
}

/*Modify the home page feature area background*/
#home-page .feature-region {
  background-repeat: no-repeat;
  background: #aab983;
}