body {
    background-color: rgb(32, 32, 32);
    color: white;
}

h1, h2, h3, #navbarLinkColor, #darkLinks, #blogLinksDark {
    color: white;
}

#navbarLinkColor {
    background-color: rgb(82, 81, 81);
}

#introtekstDiensten {
    color: black;
}

footer #navbarLinkColor {
    color: rgb(86, 111, 194);
    background: none;
    
}

#footerDark, #headerLinks, #contactDark {
    color: rgb(86, 111, 194);
}

#menu , #darkBlogNieuws, #header-sticky{
    background-color: rgb(58, 58, 58);
}

/* #indexBlog {
    background-color: rgb(58, 58, 58);

} */

#second-menu, #categories-1, #recent-posts-4, #testimonial, #donkerBlog {
    background-color: rgb(82, 81, 81);
}


input[type="checkbox"] {
    border-color: white;
}

input[type="checkbox"]::before {
    background: black;
}

input[type="checkbox"]::after {
    background-color: white;
}

.fw-medium, a {
    color: #ffffff;
}