html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 32px;
}

p {
  margin-top: 20px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ebebeb;
  margin-top: 40px;
  background-color: #4e5d6c;
}

.footer .container  {
  margin: 6px auto;
  background-color: #4e5d6c;
}

.content {
  padding-bottom: 70px;
}

.navbar-contact {
  margin: 4px 0px 4px 4px;
}

.post-share-icon {
  margin-right: 4px;
}

.post {
  margin-top: 22px;
  margin-bottom: 32px;
}

.btn-category {
  margin: 5px;
}

.page {
  margin-top: 16px;
}

.post-language {
}

.post-date {
  position: relative;
  left: 3px;
}

@media (min-width: 992px) {
  .posts-of-category > .row > .col-md-4:nth-child(3n+1) {
    clear: both
  }
}

.navbar-collapse.in {
  margin-bottom: 4px;
}

.posts-of-category {
  padding-left: 32px;
}

.my-face {
  float: left;
  margin: 6px 12px 6px 0;
}

.my-face img {
  border-radius: 4px;
}

.image-border {
  display: inline-block;
  position: relative;
}
.image-border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255,255,255,.5);
  transition: box-shadow .1s ease;
}
.image-border:hover::after {
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}
.image-border img {
  display: block;
  position: relative;
}