body {
  padding-bottom: 50px;
  background-color: #0a2020;
}

h1 {
  color: #a0c0a0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

/* Make carousel images centred - this really ought to be the default! */
.carousel .item img {
	margin-left: auto;
	margin-right: auto;
}
