@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
         url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
         url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Avenir Next LT Pro Regular', Arial, sans-serif;
    background: #fff;
}

header {
    background: #CBBD93;
    color: #000000;
    padding: 10px 0;
    text-align: left;
    padding-left: 40px;
    border-bottom: 3px solid #000; 
}

h1 {
    margin: 0;
    font-size: 4rem;
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 20px 0;
    background: #35424a;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}

main {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    z-index: 0;
}

.repeat-img-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hoofd.jpg') repeat;
    background-size: auto 200px; /* Smaller image height */
    margin: 0;
    padding: 0;
    z-index: -1;
}