html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}

nav .nav-link {
  color: #000;
  margin: 0 15px;
}

.section {
  padding: 80px 0;
}

footer {
  background-color: #1A1A1A;
  color: #fff;
  padding: 4px 10px 10px 10px;
}

.navbar {
  min-height: 80px; /* povećava ukupnu visinu trake */
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


.navbar-dark-custom {
  background-color: #1A1A1A;
}

.navbar-dark-custom .nav-link {
  color: #f8f9fa;
}

.navbar-dark-custom .nav-link:hover {
  color: #C96F12; /* Zlatno/žuto za hover efekat */
}
.product-card {
background-color: #1A1A1A;

/* height: 580px;  */

display: flex;
flex-direction: column;
justify-content: space-between; /* razmak između slike i teksta */
align-items: center;
text-align: center;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.product-card img {
max-height: 300px;
object-fit: contain;
}

.product-card h5,
.product-card p {
margin-bottom: 0;
}

.about-section {
/* background-color: #f68b1f; */
height: 100px;
background-color: #1A1A1A;
color: rgba(0, 0, 0, 0.9); /* CMYK 0,0,0,10 */
}
.about-section h2 {
font-weight: bold;
color: white;
}

.navbar-dark-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#about,
#products,
#contact {
  background-color: #1A1A1A;
  scroll-margin-top: 150px;
  /* padding-top: 150px; */
}


.proizvodi-naslov {
  color: white;
  font-weight: bold;
}
  
.kontakt-naslov {
  color: #1A1A1A;
  font-weight: bold;
}

.navboja{
  color: #C96F12 !important;
  font-weight: bold;
}

.whiteletters{
  color:white;
}

.orangeletters{
  color:#C96F12;
}