.naslov_footer {
    color: #666666;
    font-size: 20px;
    letter-spacing: 3px;
    padding-bottom: 0px;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 26px;
}
.naslov_pisava {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
#ToTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
.ozadje {
    background: rgba(248, 248, 248, 0.8) url("../img/background/slider1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.kartica {
    opacity: 0.6;
}
.kartica:hover {
    opacity: 1.0;
}