body {
    font-family: sahel;
}


.c-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #0006;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.c-navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}


.c-hero {
    background-image: url('/images/hero-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* -------------------------------- Activities Section -------------------------------- */

.s-activities {
    background-color: #010914;
}

.s-activities .activity-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
