#navbar{
    background:rgba(10, 21, 31, 0.8);
}
#navbar.scrolled {
    background-color: rgb(10, 21, 31) !important;
    transition: background-color 200ms linear;
}

#navbar.scrolled .nav-link {
    color:rgb(253, 253, 253);
}

#navbar.scrolled .dropdown-menu {
    background-color: rgb(10, 21, 31) !important;
}
.dropdown-menu{
    background:rgba(10, 21, 31, 0.8);
    top: 63px;
    border-radius: 0px;
}
.collapse li {
    margin-left: 30px;
}
.dropdown-item{
    color: rgba(255, 255, 255, .5);
}
.dropdown-item:hover, a:hover, .nav-link:hover, .nav-item:hover, .dropdown:hover{
    color: #ffffff;
}
div[id^='coba']:hover {
    background: rgba(144, 135, 223, 0.199);
}
.carousel-caption{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}