/* Removes search components in header */
  header .actionable-header {
  display: none;    
}


/* Adds custom background to header */
header {
  /*background: url('http://www.sfu.ca/~tpc5/Images/header-image.png');*/
  height: 115px;
  background-repeat: no-repeat;
  background-position: right;
}


/* Removes footer which non-relevant links */
footer {
  display: none;
}


