/* copyright © Joost Limburg */
html {
    scroll-behavior: smooth;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #666666;
    background-color: #dddddd;
}

main {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

main .hero {
    margin: 0 auto;
    text-align: center;
    width: 1080px;
}

footer {
    margin-top: 20px;
    background: #666666;
    color: #dddddd;
    height: 42px;
}

footer > div {
    padding: 13px 20px;
    text-align: center;
}

footer br.foot-sep {
    display: none;
}

img {
    margin: 20px;
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #3399FF;
}

a.fboxrp:hover{
    cursor: zoom-in;
}

footer a {
    color: #dddddd;
}

h1 {
    font-weight: normal;
    font-size: 26px;
    margin-top: 30px;
}

h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
    font-size: 15px;
}

.naturefirst {
    padding: 20px;
}

/* links op foto-pagina's */
.linkprevnext {
    margin-top: 20px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1080px;
}

.linkprev {
    display: inline-block;
    align-items: flex-start;
}

.linknext {
    display: inline-block;
    align-items: flex-end;
}

/* afbeeldingen op startpagina */
.pict-placeholder {
    background-color: slategrey;
    border: red solid 2px;
}

.pict-row img {
    margin: 0;
}

figure {
    margin: 0;
}

.pict-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pict-row.space-between {
    justify-content: space-between;
}

.pict-row.center {
    justify-content: center;
    gap: 60px;
}

figcaption {
    padding-top: 6px;
    color: #3399FF;
    font-size: 14px;
}


@media screen and (max-width: 1080px) {
    main {
        width: 100%;
    }

    main .hero {
        width: 100%;
    }

    .pict-row {
        flex-direction: column;
        align-items: center;
    }

    footer br.foot-sep {
        display: inline;
    }

    footer span.foot-sep {
        display: none;
    }

    footer {
        height: 48px;
    }
}
