.jumbotron {
    background: rgb(231, 250, 255);
    padding: 0;
}

.jumbotron h2 {
     font-size: 2.4rem;   
}

.lead {
    font-size: 1.15rem;
}


#jumbotronImage {
    padding: 0;
    background: url(../images/building.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 3px 3px 0;
}

.custom-img {
    width: 100%;
}


/* afbeelding historisch archief */

#afbeelding-historisch-archief {
    overflow: hidden;
}

#afbeelding-historisch-archief h3 {
    font-family: alternate-gothic-no-2-d, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#afbeelding-historisch-archief a {
    width: 100%;
    height: 100%;
}

.hover-link {
    bottom: -60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    position: absolute;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 0 0 3px 3px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    font-size: 1.8rem;
    text-transform: uppercase;
    transition: bottom .2s ease-in-out;
    font-family: alternate-gothic-no-2-d, sans-serif;
}

#afbeelding-historisch-archief:hover .hover-link {
    bottom: 0;
}

#afbeelding-historisch-archief h3 {
    position: absolute;
    color: white;
    font-size: 1.1rem;
    top: 10px;
    left: 10%;
    right: 10%;
    text-align: center;
}

@media (min-width: 576px) {
    #afbeelding-historisch-archief h3 {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    #afbeelding-historisch-archief h3 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    #afbeelding-historisch-archief h3 {
        font-size: 2.4rem;
        left: 30px;
        text-align: left;
    }
}

#p1-img {
    position: absolute;
    display: inline-block;
    color: white;
    top: 18%;
    font-size: 0.65rem;
    left: 54%;
}

@media (min-width: 576px) {
    #p1-img {
        font-size: 1.1rem;
        left: 53%;
    }
}

@media (min-width: 768px) {
    #p1-img {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    #p1-img {
        font-size: 0.85rem;
    }
}

@media (min-width: 1200px) {
    #p1-img {
        font-size: 1.1rem;
        left: 53%;
    }
}

#p2-img {
    position: absolute;
    color: white;
    top: 28%;
    font-size: 0.9rem;
    left: 54%;
    text-align: center;
}

@media (min-width: 768px) {
    #p2-img {
        font-size: 1rem;
        left: 55%;
    }
}

@media (min-width: 992px) {
    #p2-img {
        font-size: 0.7rem;
        left: 54%;
    }
}

@media (min-width: 1200px) {
    #p2-img {
        font-size: 0.9rem;
    }
}


/* afbeelding histroisch archief */


/* afbeelding rememory */

#afbeelding-rememory {
    margin-top: 20px;
    overflow: hidden;
}

@media (min-width: 992px) {
    #afbeelding-rememory {
        margin-top: 0;
    }
}

#afbeelding-rememory:hover .hover-link {
    bottom: 0;
}


/* afbeelding rememory */


/*over ons  en adres met logo */

.card {
    background: rgb(231, 250, 255);
}


.card img {
    max-width: 254px;
}

@media (max-width: 960px) {
    .card img {
        margin-top: 10px;
    }
}

.address h3 {
    font-family: alternate-gothic-no-2-d, sans-serif;
    text-transform: uppercase;
}

#over-ons p {
    font-size: 0.85rem;
    line-height: 1.5rem;
}

#over-ons {
    padding-left: 30px;
}

.card {
    border: 0;
}


/*over ons  en adres met logo */


/* domain list */

.domain-list {
    column-count: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.domain-list li {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 4px;
}

.domain-list a:hover {
    background: rgb(231, 250, 255);
    text-decoration: none;
}

.domain-list a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
}

@media (min-width: 640px) {
    .domain-list {
        column-count: 2;
    }
}

@media (min-width: 960px) {
    .domain-list {
        column-count: 3;
    }
}


/*over ons  en adres met logo */


/* domain list */

footer div p {
    margin-top: 1rem;
    color: rgb(92, 92, 92);
    font-size: 0.75rem;
}