@charset "utf-8";
/*
Theme Name: Nijm Style
Theme URI: http://www.nijm.nl/
Description: Nijm Webdesign & Hosting Theme.
Version: 1.5
Author: Arjan Nijmeijer
Author URI: http://www.nijm.nl/
Tags: fixed width, two columns, three columns, widgets, special

Nijm Theme by Arjan Nijmeijer || http://www.nijm.nl
Modifications by Arjan Nijmeijer || http://www.nijm.nl
This theme is the main theme for Nijm Webdesign and Hosting.
*/

html { margin: 0 !important; }

body { font-family: 'Lato', sans-serif; font-size:18px; color:#181818; font-weight: 400; font-style: normal; }

.text-dark { color: #181818 !important; }

h1, h2 { font-weight: bold; }
h2 { color: #a61319; }

a, a:hover { color: #181818; }
.navbar a, a.card, .card a { text-decoration: none; }


/* Navbar */
#navbar{ border-bottom: 20px solid #a61319; }
li.dropdown:hover > ul.dropdown-menu { display: block; }

/* Footer */
#footer { background-color: #a61319; color: #fff; }
#footer h2 { color: #fff; }
#footer a { color: #fff; text-decoration: none; }


/* Dark mode */
/* Donkere modus styling */
body.dark-mode header, {
    color: #f1f1f1 !important;
}
body.dark-mode {
    background-color: #121212;
    color: #f1f1f1;
}

body.dark-mode .card {
    background-color: #1e1e1e;
    border-color: #333;
}

body.dark-mode .form-control,
body.dark-mode .btn,
body.dark-mode .alert {
    background-color: #2c2c2c;
    color: #f1f1f1;
    border-color: #444;
}

body.dark-mode a {
    color: #ff8080;
}

body.dark-mode .btn-outline-danger {
    border-color: #ff4b4b;
    color: #ff4b4b;
}
