.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.gothic-a1-regular {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gothic-a1-extrabold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 800;
  font-style: normal;
}


body {
  font-family: "Space Mono", monospace;
  color: #444444;
  padding: 0px;
  margin: 0px;
}

#meer-weten {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 40px;
}
#meer-weten p {
  margin: auto;
  text-align: center;
}
#close {
  display: none;
  position: absolute;
  z-index: 14;
  top: 10px;
  right: 10px;
  font-size: 32px;
}
#close a {
  color: #000;
}

#hamburger {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  font-size: 32px;
}
#hamburger a {
  color: #000;
}
.container {
  display: flex;
}

.container .content {
  margin:auto;
  max-width: 1024px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.container .logo-container img {
  padding-top: 50px;
  width: 120px;
}
.container .logo-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.container .logo-container img.logo {
  padding: 8px;
}
.pt-40 {
  padding-top: 40px;
}
h1 {
  padding-top: 12px;
  text-align: center;
  color: #4a825b;
  font-weight: bold;
  font-size: 48px;
  line-height: 34px;
  margin-top: 12px;
}
h1 span {
  font-weight: lighter;
  font-size: 32px;
}

h1, h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p {
  text-align: center;
}
p strong {
  font-size: 1.2em;
}
footer {
  margin-top: 80px;
  background-color: #cae6d3;
  font-size: 0.8em;
}
.meer-info-button {
  color: #000;
  padding: 8px 32px;
  border: 1px solid #000;
  text-decoration: none;
}