body{
    background-color:rgb(228, 221, 210);
}
ul.navbar-nav > li >a {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-size: larger;
}


ul.navbar-nav > li >a:hover{
    color: #b43139 !important;
    text-decoration: underline;
}


ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu > li > a {
    letter-spacing: 0.15rem;
}


.active{
    color: #b43139 !important;
}

ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu > li > a:hover{
    background-color: white !important;
    color: #b43139
}


section {
    margin-top: 2rem;

}
.list-unstyled li{
    padding: 1.5rem;
    border-bottom: 1px solid #343a40;
}

.list-unstyled li a{
    color: black;
    text-decoration: none;
}

.photo-gallery{
    color: #313437;
    background-color:  rgb(228, 221, 210);

}

.photos{
    padding-bottom:20px;
}
.item {
    padding-bottom: 30px;
}

.card{
    height: 100%;
  }

footer{
    padding: 2rem;
    background-color: #eee;
    margin-top: 2rem;
}
footer a{
    color: #666666 !important;
    transition: color 0.4s ease-in;
    padding: 0.3rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-decoration: none;
}
footer a:hover{
    color: black;
}
footer p {
    letter-spacing: 0,2rem;
    text-transform: uppercase;
}

 
#fb:hover{
    color: blue !important;
}

#insta:hover{
    color: blueviolet !important;
}
#tw:hover{
    color: aqua !important;
}
@media (max-width: 991px) {
    .col-lg-6 {
      flex-basis: 100%;
      max-width: 100%;
      text-align: center; /* Centriranje slike na manjim ekranima */
    }
  }
  .text-justify {
    text-align: justify;}  
