

body.bg_light_grayish_yellow {
    background-color: #F9F7F0;
}

.bg_light_grayish_yellow {
    background-color: #F9F7F0;
}

.bg_bock {
    background-color: #4F2F17;
    color: #FFFFFF;
}

.txt_bock {
    color: #4F2F17;
}

.bg_sante_fe {
    background-color: #9F694C;
    color: #4F2F17;
}

.bg_white_coffee {
    background-color: #E4DCD1;
}


/* Navbar Setup */
#navMenu ul li.nav-item {
    border: 1px solid #000000;
}

/* End of Navbar Setup */


.progres-tahap_sub {
    background-color: #9F694C;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
}

.img-container {
    position: relative;
    display: inline-block; /* agar mengikuti lebar gambar */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* pilih bottom untuk menempatkan di bawah gambar */
    /* gunakan padding/bg untuk membuat teks lebih terbaca */
    padding: 1rem;
    z-index: 10;
}