footer .copyright {
    display: none;
}
 
.post-heading, .site-heading, .navbar-brand, .image-attribution {
    text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0px 4px rgba(0,0,0,0.9);
}

.navbar-default .navbar-toggle .icon-bar {
    box-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0px 4px rgba(0,0,0,0.9);
}

@media only screen and (min-width: 768px) {
  .navbar-custom .nav li a {
      text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0px 4px rgba(0,0,0,0.9);
  }
}

.navbar-custom.is-fixed .navbar-brand, .navbar-custom.is-fixed .nav li a {
    text-shadow: none;
}

.post-container img,
.post-container p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

p {
    text-align: justify;
}

.hugo-center p {
  text-align: center;
}

.image-attribution {
    font-size: small;
    color: white;
    text-align: right;
    padding: 0 1%;
    position: absolute;
    width: 100%;
    margin-top: -2em;
}
