@import url('https://fonts.googleapis.com/css2?family=Fondamento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');


body{
    background: url(/javno/slike/Ozadje.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    min-height: 100%;
    font-family: 'Playfair Display', serif;

}

h1, h2{
    color:#7DA33E;
    font-family: 'Fondamento', cursive;

}

p, li{
    font-size: 1.3rem;
}

#okvir{
    background-color: white;
}

#glava{
    
}

#glava .logo{
    height: 200px;
}


.zelen{
    background-color: #7DA33E!important;
}
.zelen-text{
    color: #7DA33E!important;
}

#noga, #noga a{
    color: white;
    
}

#noga div{
    padding: 20px 0;
}


.logotip{
    max-height: 120px;
}

.normal{
    font-weight: 400;
}
.bold{
    font-weight: 700;
}