body {
  background-color: #ffffff ;
  padding: 0;
  margin: 0;
  color: #333333;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .4s;
  }

  content .element:hover {
    transform: scale(1.02);
  }  
}

content .element a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 960px){
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 540px){
  h1 {
    font-size: 1.5rem;
  }
  .album-title .link-back span {
    display: none;
  }
  .album-title .row .col-3 {
    max-width: 33%;
  }
  .album-title h1 {
    margin-bottom: 0;
    text-wrap: nowrap;
  }
}

footer .footerText {
  font-size: 13px;
}
footer .footerText a, footer .footerText a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footerText span {
  color: #ffffff;
  font-size: 1px;
}
footer .footerText .copyright-notice {
  font-size: 10px;
}

/** Lightbox **/
.sl-overlay {
  background: #ffffff;
  opacity: 1;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter { 
  color: #333333; opacity: 1; 
}
