@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  box-sizing: inherit; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #f7f7f7;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }

.logo-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 700px;
  /*background-image:url("../images/Wouters Minderhout 10_2024 07 © Bert Machielsen_lowres.jpg");
  background-size:cover;*/ }
  .logo-container img {
    max-width: 100%;
    height: auto; }
  .logo-container .spacer {
    background-color: #000;
    height: 12px;
    width: 100%; }
  .logo-container .contact {
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .logo-container .contact a {
      text-decoration: none;
      text-transform: uppercase;
      color: #000;
      font-size: 30px;
      padding: 15px; }
  .logo-container .slick {
    opacity: 0;
    transition: 0.5s; }
    .logo-container .slick img {
      height: 200px;
      padding: 10px 5px; }

.lb-details .lb-caption, .lb-details .lb-number {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
