/*Search input */
#q {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: url(https://raquettelakelibrary.sals.edu/wp-content/uploads/2019/03/searchArtboard-1.svg) 5px 50% no-repeat #fff;
  padding: 8px 8px 8px 43px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  outline: 0;
  border: 1px solid #8f9ce2;
  width: 290px;
  margin: 0 5px 0 0
}
#search-button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #bf9ce2;
  border: 0;
  padding: 8px 13px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  outline: 0;
  margin: 1% 0% 0% 0%;
}
/*Hours*/
#hours ul{
  list-style-type: none;
}

/*Menu*/
.menu li a{
	font-size:125%;
}

/**/
.entry-content h3{
  font-weight:700;
}