html, body{
    margin:0px; 
    padding: 0px;
    font-family: sans-serif, "Verdana";
}

img{
    max-width: 100%;
}

.izbornik-mali {
    display: none;
}

#izbornik-mali {
    display: none;
}

.meni-ikona {
    display: none;
}

.zaglavlje{
    position: fixed;
    height: 85px;
    width: 100%;
    background-color: white;
    border-bottom: 5px solid rgb(192, 121, 154);
} 

.logo{
    width: 25%;
    float: left;
}

.izbornik{
    height: 85px;
    line-height: 85px;
    width: 60%;
    float: right;
}

nav{
    width: 98%;
    height: 50px;
    /*background-color: aliceblue;*/
    text-align: right;
    padding-right: 10px;
    /*padding-top: 100px;*/
}

nav a{
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    padding: 0px 3px;
    /*color: rgb(0, 8, 121);*/
    /*color: rgb(44, 52, 172);*/
    color: rgb(157, 60, 45);
    font-size: 16px;
    font-weight: 700;
}

.granica{
    clear: both;
    height: 5px;
    background-color: rgb(192, 121, 154);
}

/*nav a:hover{
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 9, 131);
}*/

/*a.tljubicasta:hover {
    border-bottom:solid 3px rgb(107, 52, 79);
}*/

a.sljubicasta:hover {
    border-bottom:solid 3px rgb(192, 121, 154);
}

.meni{
    display: none;
}

.sadrzaj{
    clear: both;
    width: 96%;
    min-height: 500px;
    margin: 0 auto;
    padding: 10% 2% 5% 2%;
    background-color: white;
    /*border-left-style: solid;
    border-left-color: rgb(225, 175, 198);*/
    font-family: sans-serif, "Verdana";
    text-align: justify;
}

.objava{
    clear: both;
    width: 75%;
    margin: 0 auto;
    padding: 3% 2%;
    background-color: white;
    /*border-left-style: solid;
    border-left-color: rgb(225, 175, 198);*/
    font-family: sans-serif, "Verdana";
    padding-bottom: 50px;
}

.slika{
    width: 30%;
    margin: 0 auto;
    padding-top: 2%;
}

.objava_crta{
    height: 3px;
    width: 50%;
    margin: 0 auto;
    background-color: rgb(225, 175, 198);
}

.tim_crta{
    height: 3px;
    width: 50%;
    background-color: rgb(225, 175, 198);
}

h1{
    color: rgb(192, 121, 154);
    text-align: center;
    }

h2,h3{
    color: rgb(157, 60, 45);
    font-family: sans-serif, "Verdana";
}

p{
    font-size: 15px;
    line-height: 25px;
    color: black;
}

a{
    color: black;
    text-decoration: none;
}

a:hover{
    color: rgb(157, 60, 45);
}

.dno{
    width: 100%;
    padding-top: 1%;
}

.slika_lijevo{
    height: 90px;
    float: left;
    text-align: left;
    margin-left: 5%;
}

.slika_sredina{
    height: 90px;
    float: left;
    text-align: left;
    margin-left: 5%;
}

.slika_desno{
    height: 90px;
    float: right;
    text-align: right;
    margin-right: 5%;
}

footer{
    clear: both;
    width: 100%;
    height: 50px;
    background-color: rgb(157, 60, 45);
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 14px;
}

@media screen and (min-width:1700px){
    
    .zaglavlje{
    height: 200px;  
    } 
    
    .logo{
    width: 39%;
    }
    
    /*nav{
        padding-top: 150px;
    } */  
    
    nav a{
        font-size: 22px;
        font-weight: 700;
    }
    
    h2{
        font-size: 28px;
    }
    
    p{
        font-size: 18px;
    }
}

@media screen and (max-width:1000px){
    
    .logo{
        width: 30%;
        float: left;
    }
    
    .zaglavlje{
        position: fixed;
        height: 90px;
    }
    
    nav{
        display: none;
    }
    
    .meni-ikona {
        display: block;
        width: 20%;
        height: 90px;
        float: right;
        background-image: url(meni_ikona.png);
        background-repeat: no-repeat;
        background-position: 70% center;
        cursor: pointer;
    }
    
    #izbornik-mali {
        display: block;
    }
    
    .izbornik-mali {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: rgb(225, 175, 198);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .izbornik-mali a {
        display: block;
        height: 30px;
        padding: 8px 8px 10px 8px;
        text-decoration: none;
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }
    
    a.sljubicasta:hover {
        border-bottom: 0px;
        background-color: rgb(192, 121, 154);    
    }

    .izbornik-mali .zatvori {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
    .slika_sredina{
        float: right;
        margin-right: 5%;
    }

    .slika_desno{
        margin-right: 30%;
    }
    
}

@media screen and (max-width:850px){
    
    .logo{
        width: 40%;
        float: left;
    }
    
    .zaglavlje{
        position: fixed;
        height: 90px;
    }
    
    .meni-ikona {
        display: block;
        width: 20%;
        height: 90px;
        float: right;
        background-image: url(meni_ikona.png);
        background-repeat: no-repeat;
        background-position: 70% center;
        cursor: pointer;
    }

@media screen and (max-height: 450px) {
    .izbornik-mali {
        padding-top: 15px;
    }
    .izbornik-mali a {
        font-size: 18px;
    }
}