@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: no-repeat;
    background-size: cover;
}

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

nav {
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    background-color: black;
    padding-top: 55px;
    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: 2em;
    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;
    height: 1000px;

    img {
        width: 400px;
        border: 2px solid black;
        margin-left: 9.5em;
        margin-bottom: 2em;
    }

    aside {
        margin-top: 3em;
        margin-left: 37em;
        background-color: rgba(999, 999, 999, 0.7);
        width: 45em;
        min-height: 50em;
        border: 2px solid transparent;
        border-radius: 8px;
    }
}

#odjeca {
    background-image: url(slike/pozadina.png);
    background-size: cover;
    text-align: justify;

    img {
        width: 200px;
        margin-right: 85px;
        align-items: center;
        margin-left: 110px;
        margin-top: 20px;
        border: 1px solid black;
        border-radius: 5px;
    }

    aside {
        margin-top: 3em;
        margin-left: 34.5em;
        background-color: rgba(999, 999, 999, 0.7);
        width: 50em;
        min-height: 82em;
        border: 2px solid transparent;
        border-radius: 8px;
    }
}

#zivotinje {
    background-image: url(slike/pozadina.png);
    background-size: cover;
    text-align: justify;
    height:1750px;

    h2{
        margin-top: 18%;
    }

    img {
        width: 500px;
        margin-top: 7%;
        height: 300px;
        margin-left: 12%;
        margin-right: 11.5%;
        border: 1px solid black;
        border-radius: 5px;
    }

    aside {
        margin-top: 3em;
        margin-left: 40em;
        background-color: rgba(999, 999, 999, 0.7);
        width: 40em;
        min-height: 90em;
        border: 2px solid transparent;
        border-radius: 8px;
    }
}

#stranice {
    background-image: url(slike/pozadina.png);
    background-size: cover;
    text-align: justify;
    height: 1950px;

    a{
        margin-left: 42.5%;
        text-decoration: none;
        color: black;
        font-size: 1.5em;
    }

    img {
        width: 600px;
        margin-top: 7%;
        height: 400px;
        margin-left: 4%;
        margin-right: 11.5%;
        border: 1px solid black;
        border-radius: 5px;
    }

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

