<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "photoswipe-dynamic-caption-plugin.css";
@import "photoswipe.css";
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #2B2D30;
  color: #d6d6d6;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 18px;
}

.intro a {
  color: #d6d6d6;
}

.intro a:hover {
  color: #F39702;
}

.container {
  width: 960px;
  max-width: 94%;
  margin: auto;
  padding: 0 20px 0 30px;
  border-left: 8px dotted #444;
}

h1 {
  font-size: 32px;
  background-image: url(https://www.stef.be/_img/steffest_icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 64px 64px;
  padding: 10px 0 10px 64px;
  height: 64px;
  margin: 20px 0 20px -20px;
}

dl {
  min-width: 200px;
}
dl dt {
  color: #bbb;
  font-size: 16px;
  padding: 2px;
  border-bottom: 1px solid #444;
}
dl dd {
  padding: 2px 2px 12px 2px;
  margin: 0;
}
dl dd a {
  text-decoration: underline;
}
dl dd a:hover {
  color: #2EA6D4;
  cursor: pointer;
}
dl dd a.button {
  color: #ccc;
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #ccc;
  text-decoration: none;
  margin-top: 10px;
}
dl dd a.button:hover {
  color: #2EA6D4;
  border: 1px solid #2EA6D4;
}

.pswp-gallery .gallery-item {
  display: inline-block;
  position: relative;
}

.pswp-gallery a img {
  display: inline-block;
  border: 2px solid #ccc;
  box-shadow: 1px 1px 8px 1px #000;
  height: 200px;
  width: auto;
  margin: 4px;
  overflow: hidden;
  max-width: 320px;
  object-fit: cover;
}

.gallery-item.anim:before {
  content: "▶";
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 17px;
  line-height: 40px;
  padding-left: 13px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  pointer-events: none;
}
.gallery-item.anim:hover:before {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>