label {
    margin: 0 5px 0 0;
    font-size: 26px;
    width: 26px;
    line-height: 70px;
    float: right;
    display: none;
    color: #909269;
}

#prekidac {
    display: none;
}

@font-face {
    font-family: Bahnschrift;
    src: url(font/Bahnschrift.ttf);
    font-family: copperplategothic_bold;
    src: url(font/copperplategothic_bold.ttf);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #4B5842;
    font-family: Bahnschrift;
    height: 100vh;
}

main {
    width: 100%;
}

header {
    height: 15vh;
}

section {
    height: 65vh;
}

nav {
    min-height: 200px;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.thrive-ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

nav li {
    display: inline-block;
}

nav a {
    color: #ffff;
    text-transform: uppercase;
    font-size: 2.5em;
    text-decoration: none;
    padding: 43px;
}

nav a:hover {
    text-decoration: underline #909269;

}

.lijevo {
    float: left;
}

.desno {
    float: right;

}



.thrive-logo {
    height: 200px;
    width: 400px;
    padding-top: 0em;
}


b {
    color: #858c69;
}

.thrive-tekst {
    font-size: 27pt;
    color: #ffff;
    padding-top: 4.5em;
    padding-left: 4.5em;


}

.thrive-cilj {
    padding-top: 30px;

}

.thrive-savjeti {
    padding-top: 60px;
    padding-bottom: 60px;

}

footer {
    background-color: #ffff;
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: space-between;
    font-family: Bahnschrift;

}


footer article {
    flex: 1;
    padding-left: 2em;
    padding-top: 3em;


}


footer article p {

    font-size: 1.2em;
    margin-bottom: 10px;
    color: #4B5842;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.thrive-prijava {
    justify-content: left;
}

footer article ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

footer article ul li {
    margin-bottom: 8px;
    color: #4B5842;
    font-size: 1em;
    padding-top: 15px;
}

footer article ul li a {
    text-decoration: none;
    color: #4B5842;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    color: #ffff;
}

.thrive-korisnik {
    color: #ffff;

}

.thrive-drugi {
    display: flex;
    margin-left: 10em;
    justify-content: space-between;
    gap: 15em;
    width: 132em;
    margin-bottom: 3em;
    height: 650px;
}

.thrive-drugi article {
    background-color: #858c69;
    padding: 20px;
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.thrive-drugi article img {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
}


.thrive-drugi article h1 {
    font-size: 1.5em;
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.thrive-drugi article p {
    font-size: 1.1em;
    color: #ffff;
    flex-grow: 1;

}


.gumb {
    background-color: #4B5842;
    color: white;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 0.9em;
    margin: 130px;
    margin-bottom: 2px;
    margin-top: 20px;
    align-items: center;
    text-transform: uppercase;
}


.thrive-biljka {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: right;

}

.thrive-biljka img {
    width: 70em;
    height: 70em;
}


/* RJEŠENJE */

.thrive-login {
    margin-right: 25vw;
}

.thrive-login img {
    width: 350px;
    height: 60px;
    padding-top: 20px;
}

/* nav*/
.trazi {
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.thrive-prvi {

    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 45em;
    width: 100%;
}

.thrive-pretrazivanje {
    display: flex;
    align-items: center;
}

.thrive-pretrazivanje input {
    width: 300px;
    padding: 10px;

}

.thrive-kategorije_filtri {
    display: flex;
    align-items: center;
    gap: 6em;
    padding-left: 14em;

}

@media screen and (max-width: 700px) {

    label {
        cursor: pointer;
        display: block;
        z-index: 5;
       
    }

    .thrive-ul {
        text-align: center;
        width: 100%;
        display: none;
    }

    #prekidac:checked+.ul {
        display: block;
        
    }

    .ul a {
        display: block;
        font-size: 1em;
        margin: 0;
    }

    nav li {
        display: block;
    }

.thrive-logo{
    
    height: 150px;
    width: 300px;
    margin-right: 5em;
}

    /*POČETNA*/

    .thrive-tekst {
        font-size: 11pt;
        margin: 0 auto;
        text-align: left;
        padding-left: 2em;
        padding-top: 5em;
    }

    .thrive-savjeti {
        padding-top: 30px;
    }

    footer article {

        padding-left: 2em;
        padding-top: 2em;
    }

    footer article p {
        font-size: 0.8em;
    }

    footer article ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    footer article ul li {
        font-size: 0.7em;
        padding-top: 5px;
        text-align: center;
    }

    .thrive-biljka {
        position: absolute;
        bottom: 17.7vh;
        right: 2em;
        z-index: 2;
        margin: 0 auto;
    }


    .thrive-biljka img {
        width: 300px;
        height: 180px;
        padding-right: 8em;

    }

    /*ČLANCI*/

    .thrive-drugi {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        gap: 3em;
        width: 25em;
        margin-bottom: 3em;
        height: 1300px;


    }

    .thrive-drugi article {
        height: 400px;
        padding: 20px;
    }

    .thrive-drugi article img {
        width: 100%;
        height: 200px;
    }


    .thrive-drugi article h1 {
        font-size: 1em;
    }


    .thrive-drugi article p {
        font-size: 0.7em;
    }


    .gumb {
        font-size: 0.7em;
    }

footer{
    height: 30vh;
}

}