#carousel-overlay{
    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
}

.navigation{
    background:#f4edf9;
}

.navigation li a{
    color:#3f4290;
}

.text-color-default{
    color: #dd4195;
}
.text-amber{
    color:#ffab00;
}
.bg-white{
    background-color: #fff;
}