/*hide the page title*/
.page h1.entry-title {
display: none;
}
/*reduce the white space left by hiding the page title*/
.content-area {
    padding-top: 40px;
}
/*hide the Powered by Wordpress footer*/
.site-info {
    display: none;
}
/*hide the Search icon from the menu*/
.search-toggle {
              display: none;
}
/*align the images on the home page by removing any stray line breaks*/
.epFrontPageLogos br {
  display: none;
}