.orange {
    background-color: orangered;
}

.napisKazaloKontakt {
    color:white;
    font-weight: bold;
}

.naslovnaSlika {
        background-image: url('images/naslovna3.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      
}