/* CA-footer {background-image: url{images/footer-CA.png} */
.responsive {
    width: 100%;
    height: auto;
}

/* Container holding image and text */
.containerC {
    position: relative;
    text-align: center;
}

.body {
    font-family: 'Source Serif Pro', serif;
    line-height: 1.9;
    color: #51312f;
}

/* leadtext */
.lead {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    font-size: 18px; /* 18px */
    line-height: 1.8;
    color: #51312f;
    text-align: left;
}

.lead-h1 {
    font-size: 36px; /* 42 px */
    font-weight: 700;
    color: #7d140b;
    text-align: left;
}

.lead-h2 {
    font-size: 26px; /* 30px */
    font-weight: 700;
    text-align: left;
    color: #461313;
}

.lead-h3 {
    font-size: 21px; 
    font-weight: 700;
    text-align: left;
    color: #461313;
}


.captiontext {
    font-size-adjust: 14px;
    color: #201413;
}

.smalltext {
    font-size: 12px;
    color: #201413;
}

.citaat {
    color: #51312f;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* footer text */
.footertext {
    font-size: 10px;
    margin-left: 18px;
    color: #917171;
}

/* algemene styling links */
a:link {
    color: #b30803;

    /* text-decoration: underline */
}

a:visited {
    color: #735365;
    text-decoration: underline;
}

a:hover {
    color: #f60000;
    text-decoration-line: none;
}

a:active {
    color: #9b002c;
    text-decoration: none;
}

#navbar {
    overflow: hidden;
}

imagecontainer_f {
    background-image: url("images/footer-CA2.png" class="img-fluid");
}