  .delius-regular {
      font-family: "Delius", serif;
      font-style: normal;
    }
    
    .delius-regular-12 {
      font-family: "Delius", serif;
      font-style: normal;
      font-size: 12px;
    }
    
     .delius-regular-14 {
      font-family: "Delius", serif;
      font-style: normal;
      font-size: 14px;
    }
    
    .delius-regular-16 {
      font-family: "Delius", serif;
      font-style: normal;
      font-size: 16px;
    }
    
   .light-purple {
   	color: #CEC2EB;
   }
   
   
.btn-primary {
    background-color: #30064E; /* Your desired background color */
    border-color: #30064E; /* Border color */
    color: #FFFFFF; /* Text color */
}
   
   
   .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #30064E !important;
    font-weight: bold;
}
   

/* Hero Section Styling */
.hero {
    position: relative;
    background: url('/tami-yoga.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    justify-content: flex-start; /* This moves the content to the top */
    align-items: flex-start; /* Aligns content to the top */
    padding-top: 20px; /* Adjust padding to add some space from the very top */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content h1,
.hero-content p {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

/* Change color of "Embark on a Magical Yoga Adventure" */
.hero-heading {
    color: #FF6347; /* Change this to your preferred color */
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

/* Change color of description text */
.hero-text {
    color:  color: #30064E; /* Change this to your preferred color */
    font-size: 1.25rem;
    text-align: center;
    margin-top: 20px;
}

/* Media Queries */
@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }
}
