.font-heading-color {
    color: #cd7f32 !important;
}
  
.btn-color {
    background-color: #cd7f32;
    color: white;
    border-radius: unset;
    padding: 0.7em 1em;
}

.btn-color:hover {
    background-color: #6e4318;
    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: #cd7f32;
}
  
.side-link.active {
    color: #cd7f32;
}

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