#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:#232222;
}

.navigation li a{
    color:#81BB35;
}

.text-color-default{
    color: #33691e;
}