body{
    background-color: 	#c5c5c5;
    font-family: Open sans bold;
}
.pocetni{
    width: 100%;
    background-color: black;
    text-align: center;
    color: white;
}
ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; 
    background-color: #be80ff; 
    width: 100%;
} 
 li{ 
    float: left; 
    display: inline-block;
    font-size: 22px;
    color: black;
} 
 
li a{ 
    display: block;
    text-align: center;
    padding: 40px 25px; 
    text-decoration: none; 
    color: black;
} 
 
li a:hover{ 
    background-color: lightslategrey; 
}

.active{
    background-color: 	#ab5dee;
}
.tekst1{
    background-color: #1ddd33;
    float: left;
    width: 70%;
    text-align: justify;
	line-height: 50px;
}
.opste{
    padding: 30px;
    font-size: 24px;
    color: black;
}
.link{
    padding: 30px;
    font-size: 18px;
    color: black;
}
.nj{
    text-decoration: none;
    color: #5a189a;
    font-weight: bold;
}
.tabla{
    float: right;
    width: 30%;
    background-color: #1da11f;
    height: 706px;
}
table{
    border: 1px solid black;
    background-color: #FFFDF6;
    padding: 5px;
    width: 400px;
}
.plave{
    background-color: #27548A;
    text-align: center;
    color: white;
}
.tslika{
    width: 70%;
    height: 80%;
}
td{
    text-align: left;
    color: black;
}
.dno{
    padding: 30px;
    text-align: center;
}
.opsirnodiv{
    background-color: #1ddd33;
    float: left;
    width: 70%;
    text-align: justify;
    color: black;
}
.opsirnotext{
    font-size: 24px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
	line-height: 39px;
}
.divslika{
    float: right;
    width: 30%;
    background-color: #1da11f;
}
.opsirnoslika1{
    padding: 30px;
    width: 70%;
    height: 40%;
    border-radius: 95px;
}
.opsirnoslika2{
    padding: 30px;
    width: 52.5%;
    height: 40%;
}
.komentar{
    width: 50%;
    float: left;
    background-color: black;
    padding: 30px;
    text-align: top-left;
}
textarea{
    width: 600px;
    height: 100px;
}
.galerijad{
    background-color: black;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.galred {
  display: flex;
}

.galkol {
  flex: 25%;
  padding: 5px;
}
.donji{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    height: 250px;
}
.prvi{
    width: 40%;
    background-color: #1ddd33;
    box-sizing: border-box;
    text-align: left;
    flex-shrink: 0;
}
.drugi{
    width: 20%;
    background-color: #1da11f;
    padding: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.treci{
    width: 20%;
    background-color: #1ddd33;
    padding: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.cetvrti{
    width: 20%;
    background-color: #1da11f;
    padding: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* ========== RESPONSIVE DIZAJN ZA MOBILNE UREĐAJE (do 800px) ========== */
@media screen and (max-width: 800px) {
    /* Naslov */
    h1 {
        font-size: 1.4rem;
        padding: 10px;
        line-height: 1.3;
    }

    /* Navigacija - vertikalni raspored */
    ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    li {
        float: none !important;
        width: 100%;
        font-size: 18px;
    }

    li a {
        padding: 15px 20px;
        text-align: center;
    }

    /* Index stranica - tekst i tabela */
    .tekst1 {
        float: none;
        width: 100%;
        line-height: 35px;
    }

    .opste {
        font-size: 18px;
        padding: 20px;
        line-height: 1.6;
    }

    .link {
        font-size: 16px;
        padding: 20px;
    }

    .tabla {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }

    table {
        width: 95%;
        max-width: 100%;
    }

    .tslika {
        width: 80%;
        height: auto;
    }

    /* Opširno stranica */
    .opsirnodiv {
        float: none;
        width: 100%;
    }

    .opsirnotext {
        font-size: 18px;
        padding: 15px;
        line-height: 1.6;
    }

    .divslika {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .opsirnoslika1,
    .opsirnoslika2 {
        width: 80%;
        max-width: 300px;
        padding: 15px;
    }

    /* Galerija stranica */
    .galerijad {
        padding: 10px;
    }

    .galred {
        flex-direction: column;
        align-items: center;
    }

    .galkol {
        flex: none;
        width: 90%;
        max-width: 400px;
        padding: 10px;
    }

    /* Donji deo sa formom i kvizom */
    .donji {
        flex-direction: column;
        height: auto;
    }

    .prvi,
    .drugi,
    .treci,
    .cetvrti {
        width: 100%;
        padding: 20px;
        flex-shrink: 1;
    }

    .prvi {
        text-align: center;
    }

    .prvi form {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        padding: 0 15px;
    }

    .prvi input[type="text"],
    .prvi input[type="email"] {
        width: 100%;
        max-width: 250px;
        box-sizing: border-box;
    }

    textarea {
        width: 100%;
        max-width: 300px;
        height: 80px;
    }

    /* Kviz pitanja */
    .drugi h3,
    .treci h3,
    .cetvrti h3 {
        font-size: 1rem;
        line-height: 1.4;
    }

    .drugi label,
    .treci label,
    .cetvrti label {
        font-size: 14px;
    }

    /* Footer */
    h3 {
        font-size: 1rem;
        padding: 10px;
    }
}