@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&family=Raleway&display=swap');

body{
    font-family: Nunito sans;
    margin: 0;
    padding: 0;
    background-image:url(slike/pozadina.png);
    background-repeat: repeat;
    background-size: cover;
}


section {
    width:100%;
    height: 100vh;
    float: left;
}

nav {
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    background-color: #333333;
    padding-top: 90px;
    text-align: center;
}

nav a {
    color: white;
    margin-right: 30px;
    margin-left: 30px;
    font-size: 1.3em;
    text-decoration: none;
}

h1 {
    font-family: Raleway;
    text-align: center;
    margin-top: 3em;
    font-size: 3.5em;
}

h2{
    margin-top: -0.5em;
    text-align: center;
}

p{
    padding: 0.8em;
}

#siva{
    background-image: url(slike/pozadina.png);
    background-size: cover;
    text-align: justify;
    img{
        width:400px;
        border: 2px solid black;
        margin-left: 7em;
        margin-bottom: 2em;
    }
}

.siva{
    margin-top: 3em;
    margin-left: 40em;
    background-color: white;
    background-color: rgba(999, 999, 999, 0.7);
    width: 40em;
    min-height: 25em;
    border: 2px solid transparent;
    border-radius: 5em;
}

.odjeca2{
    margin-top: 5em;
    margin-left: 40em;
    background-color: white;
    background-color: rgba(999, 999, 999, 0.7);
    width: 40em;
    min-height: 50em;
    border: 2px solid transparent;
    border-radius: 5em;
}

.zivotinje2{
    margin-top: 15em;
    margin-left: 40em;
    background-color: white;
    background-color: rgba(999, 999, 999, 0.7);
    width: 40em;
    min-height: 50em;
    border: 2px solid transparent;
    border-radius: 5em;
}

.logotipi2{
        margin-top: 15em;
        margin-left: 40em;
        background-color: white;
        background-color: rgba(999, 999, 999, 0.7);
        width: 40em;
        min-height: 50em;
        border: 2px solid transparent;
        border-radius: 5em;
}

#odjeca {
    margin-top: 10em;
    height: 100em;
    img{
        width: 18.9em;
        border: 2px solid black;
        border-radius: 10px;
        display: block;
        margin-left: 9em;
        margin-bottom: 1em;
    }
}

#zivotinje {
    margin-top: 60em;
    img{
        width: 300px;
        display: block;
        margin-left: 8em;
        padding: 2em;
    }
}

#logotipi{
    margin-top: 15em;
    img{
        width: 300px;
        display: block;
        margin-left: 8em;
        padding: 2em;
    }
}