html {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 12px;
}

*, *::after, *::before {
  box-sizing: inherit;
}

h1.brand {
  margin: 48px 0;
}

.section-title {
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  background-color: #6BBA62;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar .navbar-nav li a, .navbar-default .navbar-nav li a {
  color: #000;
  font-size: 13px;
}
.navbar .navbar-nav li a:hover, .navbar-default .navbar-nav li a:hover {
  color: inherit;
  opacity: 0.75;
}
.navbar .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a {
  color: inherit;
}
.navbar .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:hover {
  color: inherit;
}

.post {
  margin-bottom: 24px;
}
.post-title {
  font-size: 2em;
  font-weight: 300;
  text-transform: capitalize;
}

.list-group-item {
  border: 0;
  padding: 8px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid gainsboro;
}
.list-group-item:first-of-type {
  margin-top: 16px;
}
.list-group-item:last-of-type {
  border-bottom: 0;
}

.footer {
  padding: 24px 0;
  color: white;
  background-color: #36413D;
}
.footer .col-md-4.col-md-offset-4 {
  text-align: right;
}

.social-links {
  margin: 12px 0 24px 0;
}
.social-links .fa {
  padding: 0 8px;
  font-size: 18px;
}
