/* Afbeelding tekst toelichting */

.img-caption {
    color: #000000;
    font-size: 25px;
    text-align: center;
}

/* Header 3 */

H3 {
    color: #eb5525;
    }

/* Header 4 */

H4 {
    color: #8a8d8e;
    }

/* Header background image height position */

section#content .content-header.content-header-background {
    height: 200px;
    position: relative;
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
