* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.zaglavlje {
    width: 100%;
}

nav {
    display: flex;
    border-bottom: solid 2px #275070;
    justify-content: center;

}

nav ul {
    display: flex;
    list-style-type: none;
    gap: 30px;
    font-weight: 800;
    margin-left: 10px;
}

aside ul {
    margin-left: 25px;
}

nav a {
    display: flex;
    text-decoration: none;
    color: #275070;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: -6px;
}

footer {
    background-color: #275070;
    height: auto;
    width: auto;
}

.tz {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail a {
    display: flex;
    justify-content: center;
    color: green;
    text-decoration: none;
    list-style-type: none;
}

.mail p {
    margin-top: -20px;
}

.tz p {
    color: white;
    margin-top: px;
}


.ten {
    grid-area: ten;

}


.img2 {
    grid-area: img2;
    width: 100%;
    width: 300px;
    margin-top: 80px;
    margin-bottom: 224px;
    margin-right: 60px;
}


.asided {
    grid-area: asided;
    background-color: #3b79a9;
}


footer {
    padding-bottom: 30px;

}

.mreza {
    display: grid;
    grid-template-columns: 3fr 0.8fr 0.7fr;
    grid-template-rows: auto;
    grid-template-areas:
        "ten img2 asided";
    background-color: #d1e2ef;
    height: 60vh;
}

.asided h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;

}

.asided2 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;

}

.asided2 {
    background-color: #3b79a9;
    padding-bottom: 2px;
}

h1 {
    margin-bottom: 10px;
    color: #275070;
}

.kvarner {
    text-decoration: none;
    color: #79a93b;
}

article h2 {
    margin-bottom: 20px;
    color: #275070;
}

.ten {
    margin-left: 20px;
    margin-bottom: 20px;
}

.mreza2 {
    display: grid;
    grid-template-columns: 3fr 0.8fr 0.7fr;
    grid-template-rows: auto;
    grid-template-areas:
        "ten img2 asided2";
    background-color: #d1e2ef;
}

.ten2 {
    margin-left: 20px;
}

.ten2 {
    grid-area: ten2;
}

.mreza2 {
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    grid-template-rows: auto;
    grid-template-areas:
        "asided2 ten2";
    background-color: #d1e2ef;
    height: 60vh;
}

.ten2 h1 {
    margin-left: 50px;
    color: #275070;
    font-size: 1.5em;
}

.ten2 h2 {
    margin-left: 50px;
    color: #275070;
    font-size: 1.25em;
}

.ten2 img {
    margin-left: 30px;
    margin-bottom: 20px;
}


* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.zaglavlje {
    width: 100%;
}

nav {
    display: flex;
    border-bottom: solid 2px #275070;
    justify-content: center;
}

nav ul {
    display: flex;
    list-style-type: none;
    gap: 30px;
    font-weight: 800;
    margin-left: 10px;
}

aside ul {
    margin-left: 25px;
}

nav a {
    display: flex;
    text-decoration: none;
    color: #275070;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: -6px;
}

footer {
    background-color: #275070;
    height: auto;
    width: auto;
}

.tz {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail a {
    display: flex;
    justify-content: center;
    color: green;
    text-decoration: none;
    list-style-type: none;
}

.mail p {
    margin-top: -20px;
}

.tz p {
    color: white;
}

.ten {
    grid-area: ten;
}

.img2 {
    grid-area: img2;
    width: 100%;
    max-width: 300px;
    margin-top: 80px;
    margin-bottom: 224px;
    margin-right: 60px;

}

.asided {
    grid-area: asided;
    background-color: #3b79a9;
}

footer {
    padding-bottom: 30px;
}

.mreza {
    display: grid;
    grid-template-columns: 3fr 0.8fr 0.7fr;
    grid-template-rows: auto;
    grid-template-areas:
        "ten img2 asided";
    background-color: #d1e2ef;
    height: 60vh;
}

.asided h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
}

h1 {
    margin-bottom: 10px;
}

.kvarner {
    text-decoration: none;
    color: #79a93b;
}

article h2 {
    margin-bottom: 20px;
}

.ten {
    margin-left: 20px;
}

@media (max-width: 600px) {
    nav ul {
        flex-direction: column;
        gap: 20px;
    }

    nav a {
        font-size: 20px;
    }

    footer {
        font-size: 1em;
        text-align: center;
    }

    .mail a {
        font-size: 0.9em;
        display: block;
        margin-bottom: 5px;
    }

    .tz p {
        font-size: 1em;
        color: white;
    }


    .mreza {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "ten"
            "img2"
            "asided";
        height: auto;
        padding: 0 15px;
    }

    .img2 {
        margin: 10px auto 20px auto;
        display: block;
    }

    .ten {
        margin-left: 10px;
        font-size: 18px;
    }

    .ten h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .ten h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .asided {
        font-size: 15px;
        padding: 10px;
    }

    .asided h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .asided ul {
        font-size: 18px;
        padding-left: 20px;
    }

    /* str2 - karte: */


    .mreza2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "ten2"
            "asided2";
        height: auto;
        padding: 0 15px;
    }

    .ten2 {
        margin-left: 10px;
        font-size: 18px;
    }

    .ten2 h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .ten2 h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .ten2 img {
        display: block;
        width: 75%;
        margin: 0 auto 15px auto;
    }


    .asided2 h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .asided2 ul {
        font-size: 18px;
        padding-left: 20px;
    }
}