
/* Fall Theme – earthy oranges and browns */
body {
    background-color: #f8f3ed;
    color: #3e2723;
}

.navbar {
    background-color: #6d4c41 !important;
}

.navbar .nav-link {
    color: #fbe9e7 !important;
}

.navbar .nav-link:hover {
    color: #ffccbc !important;
}

.btn-primary {
    background-color: #bf360c;
    border-color: #bf360c;
}

.btn-primary:hover {
    background-color: #a12d0a;
    border-color: #a12d0a;
}

footer {
    background-color: #6d4c41;
    color: #fbe9e7;
}
