@charset "utf-8";

body {
  font-family: 'Roboto Slab', serif;
}

/* Make bootstrap default a bit smaller on large screen. */
@media (min-width: 1200px) {
  .container {
    width: 992px;
    max-width: 100%;
  }
}

.post-content img {
  display: block;
  max-width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bg-light {
  background-color: #ddd;
}

.bg-dark {
  background-color: #333;
}
