@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    display: block;
    background-color: rgb(241,249,255);
    position: fixed;
}

.container {
    display: block;
    margin: 0 auto;
    padding-top: 8%;
}

.logo {
    width: 380px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../images/denis_logo.png);
    background-position: center;
    background-size: cover;
    max-width: 95%;
}

.logo img {
    width: 100%;
}

.naslov {
    margin: 0 auto;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #1a82c5;
}

.naslov h3 {
    margin: 0;
}

.zastave {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.zastave a {
    display: block;

}

.container-zastava {
    width: 150px;
    height: 88px;
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #0665af, #2397d4, #0665af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 0 auto;
}

.container-zastava:hover {
    box-shadow: 0 0 20px rgba(120, 120, 120, 1);
}

.zastava {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
}

.zastave a {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.container-flag {

}

.zastava.hrv {
    background-image: url(../images/hrv.jpg);
}

.zastava.bih {
    background-image: url(../images/bih.jpg);
}

.zastava.slo {
    background-image: url(../images/slo.jpg);
}

.zastava.srb {
    background-image: url(../images/srb.jpg);
}

.zastava img {
    width: 100%;
}

.zastava img svg {
    width: 100%;
}

.crveno {
    width: 250px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/crveno.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.plavo {
    width: 350px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/plavo.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

@media only screen and (min-width: 999px) {
    .zastave {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .crveno {
        width: 400px;
        height: 300px;
    }
    .plavo {
        width: 500px;
        height: 300px;
    }
    .container-zastava {
        width: 200px;
        height: 117px;
    }
    .logo {
        width: 400px;
    }
}
