/* ====== PAUL COOLS STYLE - DARK MINIMAL ====== */

/* Algemene instellingen */
body {
  background-color: #0d0d0d;     /* bijna zwart, iets zachter dan puur zwart */
  color: #e0e0e0;                /* zachte lichtgrijze tekst */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Links */
a:link, a:visited {
  color: #bfbfbf;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Koppen en titels */
h1, h2, h3 {
  color: #f0f0f0;
  font-weight: normal;
  margin: 20px 0 10px 0;
}

/* Galerij-titels */
.galleryTitle {
  color: #ffffff;
  font-size: 16px;
  margin: 10px 0;
}

/* Thumbnail weergave */
img, img.thumb {
  border: 1px solid #444;
  background-color: #111;
  margin: 6px;
  padding: 2px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

img:hover, img.thumb:hover {
  border-color: #ffffff;
  transform: scale(1.03);
}

/* Captions onder foto's */
.caption {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4em;
}

/* Beschrijvingstekst in galerijen */
.description {
  color: #cccccc;
  font-size: 13px;
  margin: 10px auto;
  width: 80%;
  line-height: 1.6em;
}

/* Footer en randonderdelen */
.footer {
  background-color: #111;
  color: #777;
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #333;
}

/* Navigatie (indien zichtbaar) */
.navbar, .breadcrumbs {
  background-color: #151515;
  color: #999;
  padding: 8px;
  font-size: 12px;
}
.navbar a, .breadcrumbs a {
  color: #bbb;
}
.navbar a:hover, .breadcrumbs a:hover {
  color: #fff;
}

/* Responsieve aanpassing */
@media (max-width: 700px) {
  img.thumb {
    width: 95%;
    height: auto;
  }
  .description {
    width: 95%;
  }
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
