/* Default: hide header logo everywhere */
.page-header img.logo { 
  display: none !important;
}

/* Homepage only: show it and size it up */
.container.template-home .page-header img.logo {
  display: inline-block !important;
  width: 310px !important;   /* adjust to taste */
  height: auto !important;
  margin: 0 .5rem .2rem 0;
}

/* (Optional) homepage typography tweaks */
.container.template-home .page-header { 
  margin-bottom: .9rem !important;
  padding-bottom: .3rem !important;
  border-bottom: 1px solid #e6e6e6;
}
.container.template-home .lead { 
  font-size: 1rem !important;
  line-height: 1.6 !important;
}