a {
    color: #ff6600 !important;
}

a:hover {
    color: #cc3300 !important;
}

.navbar a {
    color: #ffffff !important;
}

.navbar a:hover {
    color: #cccccc !important;
}

.navbar li.active > a {
    color: #b96b01 !important;
}

footer.bg-white {
    background-color: rgba(242, 146, 21, 0.07) !important;   /* ide jön az új szín */
}

.fb-card {
    max-width: 420px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    margin: 0 auto;
}