.hero 
{
    background-color:#111111;
    color:#fff;
}

.programi-zaposljavanja
{
    background-color: #0431b8;
    background: linear-gradient(180deg,rgba(4, 49, 184, 1) 0%, rgba(1, 28, 110, 1) 100%);
    color: #fff;
}

.doniraj
{
    background-color: #E4E4E4;
    color:#111111;
}

.border-white
{
    border:1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-grey
{
    border:1px solid #999999 !important;
}

.floater 
{
    position:fixed;
    bottom:25px;
    right:25px;
}