/* Set the Font family for all headings to use Open San */
#gc-content h1, h2, h3, h4, h5, h6, header, .subtitle {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
#gc-appbar { display: none; } /* Remove "product" bar */

#gc-content .page-title {
  /* text-align: center; */
  margin-bottom: 2em;
  font-weight: 300;
  font-size: 2.5em;
  border: 0;
}
#gc-content header { font-size: 167%; margin-bottom: 1em;}
#gc-content .column {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-right: 2em;
}

#gc-content .button-white, #gc-content .button-white:visited {
  background: #fff;
  color: #2d60fc;
  font-size: 1.1em;
  border-radius: 4px;
  font-weight: 100;
  padding: 4px 10px;
}
#gc-content .button-white:hover {
  background: #6388f9; color: #fff;
}
#gc-content .right { float: right; }
