ul.menu-nl li:last-child {
    color: blue;
}

body.lang-en div.nl {
    display: none;
    visibility: hidden;
}

body.lang-nl div.en {
    display: none;
    visibility: hidden;
}

/* Usable in wrappers: */

.white-box {
    background-color: rgba(255, 255, 255, 0.83);
    padding: 2px 20px 10px 20px;
    border-radius: 2px;
}


.shadows .image_frame {
    -webkit-box-shadow: 1px 2px 15px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 1px 2px 15px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 1px 2px 15px 0px rgba(0,0,0,0.75) !important;
}

.chapters .desc {
    font-size: 140%;
    text-align: left;
    padding-bottom: 10px;
}
.chapters h4 {
    font-size: 120%;
    text-transform: uppercase;
    color: #9c9c9c;
    text-align: center !important;
}
.chapters h5 {
    color: #e43a36;
    font-weight: 100 !important;
    letter-spacing: 0.1rem;
    font-size: 125%;
    text-align: center !important;
}