/* Home changes */
.block_home_intro {
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #8a408e;
}
.block_home_intro .btn-vd {
    background-color: #ffffff !important;
    color: #8a408e !important;
}
.top_image_text,
.top_image_arrow {
    background-color: #00662b;
}

/* Navbar Changes */
.navbar-vrijdos-top > li > a {
    background-color: transparent;
    color: #000000;
}

/* Jobs */
.large_job_holder.slim li {
    background-color: #639fff !important;
    color: #ffffff;
}
.large_job_holder.slim li h1 {
    color: #000000;
}
.large_job_holder.slim li a {
    color: #ffffff;
}

/* Quote colors */
.quote .primary {
    background-color: #00662b;
}
.quote .secondary {
    background-color: #465CA6;
}
.quote .tertiary {
    background-color: #ed7f07;
}
.quote .transparent {
    background-color: transparent;
    color: #00662b;
}

/* footer */
footer {
    color: #ffffff;
}
footer .footer_row_top {
    background-color: #445f9f;
    color: #ffffff;
}
footer .footer_row_top a,
footer .footer_row_top a:hover {
    color: #ffffff;
}
footer .footer_row_bottom {
    background-color: #304370;
    color: #ffffff;
}
footer .footer_row_bottom li > a {
    color: #ffffff;
}