/* Color scheme: From main color RBG, do R+49, G+44, B+34 in order to get the hover color RBG */

.container-header {
  background-color: black;
  background-image: none;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: black;
}

.mod-menu a, .mod-menu button {
    color: black;
}

a {
  color: black;
}

a:hover, a:focus {
  color: #312c22;
}

.btn-info {
	background-color: Black;
	border-color: Black;
	color: #fff;
}

.btn-primary {
	background-color: Black;
	border-color: Black;
}

.btn-primary:focus, .btn-primary:hover {
	background-color: #312c22;
	border-color: #312c22;
}

.btn-check:focus + .btn-info {
	background-color: Black;
	border-color: Black;
	color: #fff;
}

.btn-info:focus, .btn-info:hover {
	background-color: #312c22;
	border-color: #312c22;
	color: #fff;
}

.mod-list li.active>a {
    text-decoration-line: initial;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.item-title>a:not([class]) {
    text-decoration-line: initial;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.page-header>h2>a:not([class]) {
    text-decoration-line: initial;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}