h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2b405b;
  text-transform: uppercase;
  font-weight: bold; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    text-transform: none; }
  h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
  .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    color: #fff; }
