* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #F5F1E8;
    font-weight: bold;
    font-size: 20px;
}
#hamburger{
    height: 30px;
    display: none;
    padding: 0 15px;
}
#navigacija{
    display: none;
    position: sticky;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 12vh;
    width: 100%;
    background-color: #0B2502;
    top: 53px;
    transition: 0.8s ease;
}

#navigacija a{
    font-size: 16px;
    width: 100%;
    text-align: center;
}
header{
    background-color: #0B2502;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 100%;
}

nav>a{
    display: flex;
    align-items: center;
}


nav #nav-bar{
    display: flex;
    flex-direction: row;
    gap: 65px;
    margin-right: 5%;
}

nav #nav-bar a:hover{
    color: #5E9C5E;
}

h1{
    font-family: 'Dancing Script', cursive;
    color: #1F4D1A;
    font-size: 64px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 5%;
    border-top:2px solid rgba(31, 77, 26, 50%);
}

main{
    background-color: #F5F1E8; 
}

#oZlataru, #galerijaSlika {
    scroll-margin-top: 50px;
}
#lokacija{
    scroll-margin-top: 130px;
}

#pocetna h1{
    font-size: 96px;
    color: #F5F1E8;
    padding-top: 300px;
    padding-bottom: 0px;
}

h2, h3, p, a{
    font-family: 'Nunito', sans-serif;
}

h2{
    font-size: 36px;
    font-weight: bold;
    color: #F5F1E8;
    text-align: center;
    padding-bottom: 500px;
}

h3{
    color: #5E9C5E;
    font-size: 32px;
    padding-bottom: 20px;
}

p{
    font-size: 22px;
    text-align: justify;
}

#pocetna{
    background-image: url("images/Uvac\ poluostrvo.jpg");
    background-size: cover;
    background-position: center;
    
}


/* O ZLATARU */

#oZlataru{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#oZlataru h1{
    margin-top: 8%;
}

#tekst, #uvac{
    width: 70%;
    padding-bottom: 5%;
}

#banja{
    background-color: #0B2502;
    width: 100%;
    display: flex;
    padding: 50px 15%;
    gap: 8%;
    color: #F5F1E8;
    box-shadow: 0px 4px 4px rgba(43, 49, 45, 0.5);
    margin-bottom: 5%;
}

#banja div{
    width: 70%;
    margin: auto 0;
}

#banja img{
    height: 100%;
    max-width: 50%;
    margin: auto 0;

}

#uvac p{
    padding-bottom: 3%;
}

#uvac{
    display: flex;
    gap: 3vw;
}

#uvacTekst{
    /* width: 70%; */
    /* padding: 0 20px; */
    padding-top: 5%;
}

#slikeUvac{
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    gap: 1em;
    padding-bottom: 3%;
}

#slikeUvac img{
    object-fit: contain;
    width: 50%;
    height: 100%;
}

#meandri{
    width: 100%;
    box-shadow: 0px 4px 4px rgba(43, 49, 45, 0.5);
}


/* ZNAMENITOSTI */

#znamenitosti{
    background-color: #0B2502;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    color: #F5F1E8;
    padding-bottom: 5%;
    box-shadow: 0px 4px 4px rgba(43, 49, 45, 0.5);
}

#znamenitostiTekst{
    width: 70%;
    padding-top: 5%;
}

#znamenitostiTekst p{
    padding-bottom: 3%;
}

#znamenitosti img{
    width: 30vw;
}

#znamenitostiSlike{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    gap: 3%;
}

.manastir{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.manastir p{
    text-align: center;
    padding: 10px;
}


/* GALERIJA */

#galerijaSlika{
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: 5%;
}

#galerijaSlika h1{
    margin: 0 auto;
    margin-top: 6%;
    width: 70%;
}

.galerija {
    column-count: 5;
    column-gap: 1em;
    padding: 0 3%;
  }
  
.galerija a {
    display: block;
    margin-bottom: 1em;
    break-inside: avoid;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
.galerija img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

.galerija a:hover img{
    transform: scale(1.08) translateY(-8px);
  }

.galerija a:hover{
    box-shadow: 0px 4px 4px rgba(43, 49, 45, 0.5);
  }

.lg-thumb-item {
    overflow: hidden;
    border: 1px solid #F5F1E8 !important;
    transition: border 0.3s ease;
  }
  
.lg-thumb-item.active {
    border: 3px solid #5E9C5E !important;
  }

.lg-thumb-item:hover {
    border: 3px solid #5E9C5E !important; 
}

.lg-sub-html {
    display: none !important;
}


/* LOKACIJA */

#lokacija{
    padding-bottom: 5%;
}

#lokacija h1{
    width: 70%;
    margin: 0 auto;
}

#map {
    height: 500px;
    width: 80%;
    margin: 0 auto;
  }

footer{
    background-color: #0B2502;
    width: 100%;
}

footer p{
    text-align: center;
    color: #F5F1E8;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}


/* RESPONZIVNOST */

@media (max-width: 1000px) {
    p{
        font-size: 18px;
    }
    .galerija {
        column-count: 3;}
    #banja{
        flex-direction: column;
    }
    #banja div, #banja img{
        margin: 0 auto;
        width: 100%;
    }
    #banja img{
        max-width: 100%;
    }
    h1{
        font-size: 58px;
    }
    #pocetna{
        height: 85vh;
    }
    #pocetna h1{
        font-size: 75px;
        padding-top: 250px;
    }
    h2{
        font-size: 32px;
    }

    #uvac{
        flex-direction: column;
        width: 80%;
        align-content: center;
        justify-content: center;
    }
    #uvacTekst{
        width: 100%;
    }


  }
  
  @media (max-width: 768px) {
    #pocetna h1{
        font-size: 66px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 26px;
    }
    p{
        font-size: 16px;
    }
    h3{
        font-size: 24px;
    }
    .galerija {
        column-count: 2;
        column-gap: 0.7em;
    }
    .galerija a{
        margin-bottom: 0.7em;
    }
    nav a{
        font-size: 16px;
    }
    nav a img{
        width: 5em;
    }
    nav #nav-bar{
        gap: 26px;
    }
    footer p{
        font-size: 16px;
    }
    /* #uvacTekst{
        padding-top: 3%;
    } */
    #tekst, #uvac{
        width: 85%;
    }
    #tekst{
        padding-bottom: 10%;
    }
  }
  
  @media (max-width: 480px) {
    nav #nav-bar{
        display: none;
    }
    #hamburger{
        display: block;
        /* float: left; */
    }
    .galerija {
        column-gap: 0.5em;
    }

    .galerija a{
        margin-bottom: 0.5em;
    }
    p{
        text-align: left;
        width: 100%;
        font-size: 16px;
    }
    #pocetna h1{
        font-size: 44px;
        padding-top: 140px;
    }
    #pocetna{
        height: 30em;
    }
    h1{
        font-size: 34px;
        padding-top: 6%;
    }
    h2{
        font-size: 20px;  
    }
    h3{
        font-size: 20px;
    }

    #slikeUvac{
        flex-direction: column;
        gap: 1em;
        /* width: 90%; */
        margin: 0 auto;
        padding: 1em 0;
    }

    #slikeUvac img{
        width: 100%;
    }
    
    #znamenitostiTekst{
        width: 80%;
        padding-top: 8%;
    }

    #znamenitostiSlike{
        flex-direction: column;
    }
    #znamenitosti img{
        width: 80vw;
    }
    #banja{
        padding: 10% 5%;
    }
    footer p{
        font-size: 14px;
    }
    #banja {
    gap: 2em;
    }   
  }
