/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3, h4, h5 {
  font-family: 'museo-sans-rounded', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1 {
  font-size: 3.2rem;
  font-weight: 100;
}
h2:first-child {
  margin-top: 0;
}
h2 {
  margin-top: 2.5rem;
  font-size: 2.4rem;
  font-weight: 100;
}
h3 {
  font-size: 1.5rem;
  font-weight: 300;
}
h4 {
  font-size: 1.1rem;
  font-weight: 500;
}
h5 {
  font-size: 1.0rem;
  font-weight: 700;
}

.header-logo {
  margin-right: 1em;
}
.navbar-brand {
}
.readableWidth {
  max-width: 62rem;
}
.ccLogo {
  float: right;
  margin-left: 2rem;
}
.footer {
  margin-top: 4em;
  margin-bottom: 2em;
}
.footer footer {
  border-top: 1px #cccccc solid;
  padding-top: 0.5em;
  font-size: 0.9rem;
}
