@font-face {
    font-family: "JTDouro Serif";
    font-weight: 400;
    src: 
      url(fonts/JTDouro-Serif-Regular.ttf) format("truetype"),
      url(fonts/JTDouro-Serif-Regular.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "JTDouro Serif";
    font-style: italic;
    font-weight: 400;
    src: 
      url(fonts/JTDouro-Serif-RegularItalic.ttf) format("truetype"),
      url(fonts/JTDouro-Serif-RegularItalic.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "JTDouro Serif";
    font-weight: 700;
    src: 
      url(fonts/JTDouro-Serif-Bold.ttf) format("truetype"),
      url(fonts/JTDouro-Serif-Bold.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "JTDouro Serif";
    font-style: italic;
    font-weight: 700;
    src: 
      url(fonts/JTDouro-Serif-BoldItalic.ttf) format("truetype"),
      url(fonts/JTDouro-Serif-BoldItalic.woff2) format("woff2");
  }

html {
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1080px) {
    body {
        width: 1080px;
    }
}


body, html {
    margin: auto;
    padding: 0;
    height: 100%;
}

h1 {
    font-family: 'JTDouro Serif', serif;
    font-size: 64px;
    margin-top: 1em;
    font-weight: 700;
}

h2 {
    font-family: 'JTDouro Serif', serif;
    font-size: 2.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-family: 'JTDouro Serif', serif;
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.6em;
}

.bronvermelding {
    font-size: 12px;
    color: grey;
    font-style: italic;
}


.hero-section {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    /* width: 100%; */
}

.hero-text h3 {
    font-family: 'JTDouro Serif', serif;
    margin-top: 0.5em;
    font-style: italic;
}

.content {
    display: flex;
    justify-content: space-between;
    /* padding: 20px; */
}

.column {
    flex: 0 0 45%;
    background-color: white;
    padding: 20px;
}

.quote {
    border-left: 5px solid black;
    padding: 0.5em 0 0.5em 0.8em;
    font-style: italic;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.button {
    font-size: 20px;
    font-family: 'JTDouro Serif', serif;
    background-color: black;
    padding: 0.8em;
    cursor: pointer;
    margin-top: 1em;
    color: white;

}

.button:hover {
    font-size: 20px;
    font-family: 'JTDouro Serif', serif;
    background-color: #1e1e1e;
    color: white;
    padding: 0.8em;
    cursor: pointer;
    margin-top: 1em;
    transition: background-color 300ms ease-in-out;
}

.button-a { text-decoration: none; }
.button-a:visited { text-decoration: none; color:white; }

.blok-button {
    background-color: black;
    padding-left: 2em;
}

.blok-button-a {
    position: relative;
    display: block;
    height: 100%;
    flex: 0 0 45%;
}

.blok-button-a h2 {
    color: white;
    font-family: 'JTDouro Serif', serif;
    font-size: 2.5em;
    margin-top: 1em;
    font-weight: 700;
}

.blok-button-a h3 {
    color: white;
    font-family: 'JTDouro Serif', serif;
    font-size: 2em;
    margin: 2em 0 2em 0;
    font-weight: 700;
}

.blok-button-a { 
    text-decoration: none; 
}
.blok-button-a:visited { text-decoration: none; color:white; }

.blok-button_arrow {
    position: absolute;
    width: 63px;
    right: 40px;
    bottom: 40px;
}
.div-blok {
    padding: 3em 20px 20px 30px;
    height: 100%;
}

.blok-button:hover {
    cursor: pointer;
    background-color: #1e1e1e;
    transition: background-color 300ms ease-in-out;
}

.criteria-icon {
    width: 100px;
}

.blok-criteria {
    padding: 10px;
}

.video-blok {
    height: 100%;
    width: 100%;
}
.criteria {
    margin: 0 0 0.5em 0;
}

.item-img {
    width: 100%;
}