@font-face {
    font-family: "Morris";
    src: 
      url("MorrisRomanAlternate-Black.ttf");
  }

body {
    align-items: center;
    font-family: 'Morris', sans-serif;
    font-size: 200%;
    background: #121212;
    color: #ededed;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 200%;
    margin-bottom: 32px;
}

.hero {
    /* width: 100vw; */
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 100px;
    padding-top: 24px;
}

.heroLogo {
    width: 50vw;
    min-width: 200px;
    margin-bottom: 32px;
}

.content {
    text-align: left;
    max-width: 900px;
    padding: 16px;
}

.bram-hotline {
    width: 100vw;
    padding: 24px 16px;
    background-color: #84bc2d;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
}

.bram-hotline a {
    color: white;
}

.spacer {
    display: block;
    height: 16px;
}

summary {
    cursor: pointer;
}

ul, p, details {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#f8904b;
}

details {
    margin-bottom: 16px;
}

.plattegrond {
    width: 100%;
}