@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&family=Passions+Conflict&family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&family=Passions+Conflict&family=Special+Gothic+Expanded+One&family=Syne+Mono&display=swap');

body {
  padding: 0;
  margin: 0;
  color: #333333;
  background-image: url("https://gallery.bramm.ovh/nova-themes/bramm-light/assets/back.jpg");

  min-height:100%;
  background-size:cover;
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
}

.logo {
  font-family: "Passions Conflict", cursive;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #fff;
}

.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;
  }
}

footer .footerText a, footer .footerText a:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

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

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