@charset "UTF-8";

/* ===== BACKGROUND ===== */
.bg-fixed {
    background-image: url('../images/background_new.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* ===== NAVBAR ===== */
.navbar-dark-custom {
    background-color: #1D2329;
}

.navbar-dark-custom .navbar-brand {
    color: #c9e4ff;
}

.navbar-dark-custom .nav-link {
    color: white;
}

.nav-pill {
    background-color: #1D2732;
    border-radius: 999px;
}

/* ===== HERO ===== */
.hero-small {
    min-height: 45vh;
}

/* ===== CONTENT ===== */
.content-card {
    background-color: #1D2329;
    max-width: 1500px;
    width: 100%;
}

/* ===== FOOTER ===== */
.footer-dark {
    background-color: #1D2329;
}

.footer-dark a {
    color: #ffffffb3;
}

.footer-dark a:hover {
    color: white;
}
