body {
  background-color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  color: #f5f5dc;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  color: #cdbe70;
}
.btn-primary {
  background-color: #cdbe70;
  color: #1c1c1c;
  border: none;
}
.btn-primary:hover {
  background-color: #bfa84f;
}
.btn-outline-gold {
  border: 1.5px solid #cdbe70;
  color: #cdbe70;
}
.btn-outline-gold:hover {
  background-color: #cdbe70;
  color: #1c1c1c;
}
.card-custom {
  background-color: #2a2a2a;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(205, 190, 112, 0.15);
  color: #ede6c7;
}
.nav-link {
  color: #cdbe70;
}
.nav-link:hover {
  color: #f5f5dc;
}

.logo-img {
  height: 70px;     
  width: auto;      
  display: block;
}

.about-img{
  width: 500px;
  height: 300px;
}
.gallery-img{
  width: 400px;
  height: 300px;
}

.h-divider {
  margin: auto;
  margin-top: 80px;
  width: 80%;
  position: relative;
}
.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px #cdbe70;
}

@media (max-width: 768px) {
  .logo-img {
    height: 50px;   
  }
  
.about-img{
  width: 500px;
  height: 200px;
}

}

.flute-image{
  
}