body {
    margin: 0;
    padding: 0;
}

#home {
    position: relative;
    height: 100vh;
    background-image: url('mjbw.jpg'); /* adjust path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px; /* space for fixed navbar */
}

#home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(82, 71, 89, 0.5); /* dark overlay */
    z-index: 1;
}

.btn.btn-primary.btn-lg {
    background-color: rgb(91, 36, 127);
    color: white;
    border-color: rgb(91, 36, 127); /* optional: match border */
}

.btn.btn-primary.btn-lg:hover {
    background-color: rgb(176, 82, 239);
    color: white;
    border-color: rgb(75, 30, 105);
}




#home .container {
    z-index: 2;
}

h1, p {
    color: #fff;
}


#home .container {
    z-index: 2;
}

h1, h2, p {
    color: #030303;
}


.bg-custom {
    background-color: rgb(121, 118, 118);
    
    }
    
.h3 {
    padding-bottom: 0px;
}
    
.carousel  {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spacer {
    padding-top: 70px;
    padding-bottom: 30px;
}

/* Caption below the image */
.carousel-caption-bottom {
    color: black;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    margin-top: 10px;
  }
  
  /* Rounded image corners */
  .carousel-item img {
    border-radius: 1rem;
  }
  
  /* Custom "guitar pick" arrows */
  .custom-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
  
  .guitar-pick {
    font-size: 2rem;
    color: black;
    background: white;
    border-radius: 50% 50% 50% 0;
    padding: 10px 15px;
    display: inline-block;
  }
  
  /* Remove default Bootstrap control icon spacing */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }
  
.card-body {
  color:black;
}
.blockquote {
    color:black;
}

.card-body blockquote p,
.card-body blockquote footer {
  color: black !important;
  justify-content: center;
  border-radius: 3%;
}

.form-control {
    padding-bottom: 10px;
    padding-top: 30px;
}

.card {
    
   margin-bottom: 60px;
    margin-top: 30px;

}
.card-text {
    color: black;
}

.mb-2, {
    padding-top: 30px;

}

.mb-5 {
    padding-bottom:30px;
}

.img-fluid {
    margin-bottom: 4rem;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 1rem rgba(106, 11, 135, 0.15);
    
}



.footer {
    background-color: rgba(85, 54, 105, 0.5);
    color: #fff;
    padding: 5px 0;
    
}

.text-purple {
    color: purple;
}
.footer p {
    margin-bottom: 0;
}

.blockquote mb-0 {
    color: black;
}

.jumbotron jumbotron-fluid {
    color: black;
}



.hero-section {
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color:black;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color:black;
}

.hero-image {
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 1rem rgba(106, 11, 135, 0.15);
}

.footer text-center {
    margin-top: 90px;
}


@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-image {
        margin: 2rem auto 0;
    }
}

#home h1,
#home p,
#home .lead {
    color: white !important;
}

.navbar-nav .nav-link.active {
    color: #d8b4f8 !important;  /* light purple */
    font-weight: bold;
}

#form1 {
    background-color: rgba(233, 227, 245, 0.85); /* Light background */
    padding: 20px;
    border-radius: 10px;
  }
  