html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}

.footer-axxum-docs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #005848;
  padding: 12px 0;
  color: #fff;
}

.footer-axxum-docs p {
  margin: 0;
}

.main-axxum-docs > h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.navbar-axxum-docs {
  background-color: #005848;
}

div.container a.navbar-brand > img {
  display: inline;
  margin-right: 4px;
  margin-top: -2px;
}
