.tracking-wide {
    letter-spacing: 0.08em;
}

.navbar {
    transition: all 0.25s ease;
}

.navbar.bg-white .nav-link {
    color: #0b1c2c !important;
}

.navbar.bg-white .navbar-brand {
    color: #0b1c2c !important;
}

.btn-gold,
.btn-outline-gold {
    transition: all 0.3s;
}

.story-card {
    transition: all 0.25s;
}

.img-fluid {
    transition: transform 0.4s;
}

.position-relative:hover .img-fluid {
    transform: scale(0.98);
}