#styleguide .h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 1em; }
#styleguide .h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 1em;
  border-bottom: double 3px #000; }
#styleguide section {
  margin-bottom: 4em; }
  #styleguide section[data-heading]:before {
    display: block;
    content: attr(data-heading);
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border-bottom: solid 2px;
    padding: 0 0 0.2em;
    margin: 0 0 1em; }

/*# sourceMappingURL=fed-styleguide.css.map */
