.bg-color {
    background-color: #d5a54a;
}

.navbar-color {
    background-color: #d5a54a;
}

.font-heading-color {
    color: #db1f26 !important;
}

.social-icons-color {
    color: #db1f26;
}

.btn-color {
    background-color: #db1f26;
    color: white;
    border-radius: unset;
    padding: 0.7em 1em;
}

.btn-color:hover {
    background-color: #db1f2586;
    color: white;
    border-radius: unset;
    padding: 0.7em 1em;
}

.navbar-toggler {
    background-color: transparent !important;
    border-color: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-toggle::after {
    display: none;
}

#dropdown-content {
    display: none;
}

.nav-link {
    color: black;
}

.side-link {
    letter-spacing: 2px;
    color: black;
}

.side-link:hover {
    color: #db1f26;
}

.side-link.active {
    color: #db1f26;
}

.modal .form-control:focus,
.modal .form-select:focus {
    border-color: #db1f26;
    /* Change the border color to red */
    border-width: 3px;
    /* Make the border thicker */
    box-shadow: none;
}

.nav-link:hover {
    color: #db1f26;
}

footer {
    margin-top: 100px !important;
}