﻿

.navbar-brand {
  font-weight: bold;
  color: #DAA520 !important;
}

.section-title {
  color: #DAA520;
  margin-bottom: 1rem;
}

.slider-bg {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 10px;
}

.cta-section {
  background-color: #DAA520;
}

.footer {
  background: #111;
  color: #ccc;
}

.footer a {
  color: #DAA520;
  text-decoration: none;
}