@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}


.navigacija{
    margin-top: 5vh;
    margin-left: 5vw;
}

.navigacija a{
    color: #000;
    text-decoration: none;
    font-size: large;
    transition: .5s;
}

.navigacija a:hover{
    color: #0B1415;
    transition: .5s;
    font-weight: 600;
}

#active{
    color: #0B1415;
    font-weight: 600;
}



.section{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 5vh;
}

.section h1{
    font-size: 1.6vw;
    font-weight: bold;
}


.slika1{
    margin-top: 3vh;
}

.slika1 img{
    width: 100%;
    border-radius: 3vw;
}


.container{
    width: 100%;
    margin-top: 3vh;
}

.container p{
    font-size: large;
}

.container ul li{
    font-size: large;
}

.container a{
    font-weight: 600;
    text-decoration: none;
    color: #0B1415;
    transition: .4s;
}

.container a:hover{
    font-weight: bold;
    transition: .4s;
    text-decoration: underline;
}


.sledece-vesti{
    width: 60vw;
    display: flex;
    gap:3vw;
    margin: 0 auto;
    margin-top: 5vh;
}


.vest{
    width: 100%;
}

.vest a{
    text-decoration: none;
}

.vest p{
    padding: 0 2vw;
    color: #0B1415;
    transition: .4s;
}


.vest a:hover p{
    font-weight: 600;
    transition: .4s;
}

.vest a:hover img{
    filter: saturate(200%);
    transition: .8s;
}

.vest img{
    width: 100%;
    border-radius: 3vw;
    transition: .8s;
}



@media (max-width: 991.98px) {

    .section{
        max-width: 80vw;
    }

    .section h1{
        font-size: 3.5vw;
    }

    .sledece-vesti{
        width: 80vw;
    }

}


@media (max-width: 991.98px) {
    .section{
        max-width: 90vw;
    }

    .section h1{
        font-size: 5.5vw;
    }

    .sledece-vesti{
        flex-direction: column;
        width: 90vw;
    }

}
