/* Enter Your Custom CSS Here */
#header #search-box {
    display: none;
}

@font-face {
  	font-family: source-serif-pro, sans-serif;  
	src: url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);  
   font-style: normal;
   font-weight: 400;  
}

h1,h2,p {
    font-family: source-serif-pro;
}