
#AktivnostiPage #NaslovStranice {
    height: 60px;
    width: auto;
    margin-top: 70px;
}

#AktivnostiPage #Zaglavlje .Divider.Bottom {
    margin-top: -18px;
}

.Sara4.Top + #ZaglavljeFotografija {
    margin-top: -8px;
}

main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin-top: -14px;
}

.Sazetak a {
    color: var(--bordo);
}

.Sazetak a img {
    height: 16px;
    width: 12px;
}

#AktivnostiContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    background-color: #b3d7eb;
    padding-bottom: 50px;
}

.AktivnostiItem {
    width: 22%;
    margin-top: 50px;
}

.AktivnostiItem .Wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: white;
}

.AktivnostiItem img {
    width: 100%;
    height: auto;
}

.AktivnostiItem h2 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 0  10px;
}

.AktivnostiItem p {
    line-height: 180%;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    margin: 10px 0;
    font-size: 14px;
}

.AktivnostiItem p a[target="_blank"]:after{
    content: "";
    display: inline-block;
    margin-left: 2px;
    height: 16px;
    width: 12px;
    background-image: url("../images/novi-tab.svg");
    background-size: cover;
}

.AktivnostiItem p a[target="_blank"] {
    white-space:nowrap;
}


.AktivnostiItem a {
    color: var(--bordo);
}


.AktivnostiItem a.Detaljnije {
    color: black;
    width: 170px;
    height: 32px;
    text-align: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.AktivnostiItem a.Detaljnije span {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.AktivnostiItem a.Detaljnije span img {
    height: 20px;
    width: 15px;
    margin-left: 5px;
}

.AktivnostiItem .Naglasiti {
    color: var(--bordo);
    font-weight: bold;
}

a.Detaljnije.Plavo {
    background-image: url("../images/komandno-dugme-plavo.png");
}

a.Detaljnije.Zeleno {
    background-image: url("../images/komandno-dugme-zeleno.png");
}

a.Detaljnije.Oker {
    background-image: url("../images/komandno-dugme-oker.png");
}

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

    /* AKTIVNOSTI */

    .Sara4.Top + #ZaglavljeFotografija {
        margin-top: -8px;
    }

    #AktivnostiPage #ZaglavljeFotografija + .Divider.Bottom {
        margin-top: -12px !important;
    }

    #AktivnostiPage #ZaglavljeFotografija img {
        height: 220px;
        width: auto;
    }

    .BackgroundZeleno {
        background-color: var(--bojaSrca2);
    }

    .BackgroundPlavo {
        background-color: var(--bojaSrca3);
    }

    .BackgroundOker {
        background-color: var(--bojaSrca1);
    }

    #AktivnostiPage #NaslovStranice {
        height: auto;
        max-width: 500px;
        padding: 0;
        width: 80%;
        margin-top: 50px;
        margin-bottom: 0;
    }

    #AktivnostiContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        background-color: white;
        padding-bottom: 0;
    }

    .AktivnostiItem {
        width: 100%;
        margin-top: 0;
        padding: 30px 60px;
    }

    .AktivnostiItem h2 {
        font-size: 20px;

    }

    .AktivnostiItem p {
        line-height: 180%;
        width: 100%;
        text-align: center;
        padding: 15px 30px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 850px) {
    .AktivnostiItem {
        padding: 15px;
    }

}