body {
    background-color: #240000;
    color: white;
}

.otherRedBackground {
    background-color: #3F0000;
}

.linkColor {
    color: white;
}

/*.btn-language {
    background-color: #3F0000 !important;
    color: white !important;
}

.btn-language:hover {
    background-color: #140000 !important;
    color: white !important;
}*/

/*nav*/
.bg-nav {
    background-color: #240000;
}

.bg-nav .navbar-brand,
.bg-nav .nav-link {
    color: white !important;
}

.avatar {
    border: 2px solid black;
}

.navbar-toggler {
    color: white !important;
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");

}

/*footer*/
.bg-footer {
    color: white;
}

.bg-footer i,
.bg-footer svg {
    color: white;
    fill: white;
}

/*Index*/
.btn-index {
    background-color: #4b0000 !important;
    color: white !important;
}

.btn-index:hover {
    background-color: #140000 !important;
    color: white !important;
}

/*career*/
.tableRed {
    --bs-table-color: white;
    --bs-table-bg: #3F0000;
    background-color: #3F0000 !important;
    color: white !important;
}

.selectRed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-color: #3F0000 !important;
    color: white !important;
    border: solid 1px white !important;
}

/*projects*/
.cardproject {
    background-color: #240000;
    border: solid 1px #850000;
    color: white;
}

/*contact*/
.contactMe-icon {
    color: white;
}

.contactMe-icon i,
.contactMe-icon svg {
    color: white;
    fill: white;
}