body {
  background-color: #333333;
  padding: 0;
  margin: 0;
  color: #eeeeee;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.logo a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.logo img {
  max-height: 85px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.28));
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .4s, box-shadow .3s ease;
  }

  content .element:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  }  
}

content .element a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 960px){
  h1 {
    font-size: 2rem;
  }

  .logo img {
    max-height: 72px;
  }
}

@media (max-width: 540px){
  h1 {
    font-size: 1.5rem;
  }

  .logo {
    text-align: center;
    letter-spacing: 0;
  }

  .logo img {
    max-height: 64px;
    margin: 0 auto;
  }
}

footer .footerText a,
footer .footerText a:hover {
  text-decoration: underline;
  color: #6c757d;
}

/** Lightbox **/
.sl-overlay {
  background: #333333;
  opacity: 1;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter { 
  color: #eee;
  opacity: 1;
}