.my-jumbotron {
  background-image: url("img/header3.jpg"); /* Replace with your image path */
  background-size: cover; /* Adjust as needed: cover, contain, auto, etc. */
  background-position: center; /* Adjust as needed: top, bottom, center, etc. */
  background-repeat: no-repeat; /* Adjust as needed: repeat, repeat-x, repeat-y, no-repeat */
  color: white; /* Ensure text is visible on the image */
  padding: 2rem; /* Add padding for content */
  text-align: center; /* Center content horizontally */
  /* Optional: Set a minimum height for the jumbotron */
  min-height: 400px; /* Or use viewport height (100vh) */
}

/* Optional: Style the container */
.my-jumbotron .container {
  position: relative; /* Needed for content to sit on top of the background */
  z-index: 2; /* Ensure content is above the background image */
}

.my-jumbotron-v2 {
  background-image: url("img/header3.jpg"); /* Replace with your image path */
  background-size: cover; /* Adjust as needed: cover, contain, auto, etc. */
  background-position: center; /* Adjust as needed: top, bottom, center, etc. */
  background-repeat: no-repeat; /* Adjust as needed: repeat, repeat-x, repeat-y, no-repeat */
  min-height: 600px; /* Or use viewport height (100vh) */
}

body {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
}

.custom-btn {
font-family: "Permanent Marker", sans-serif;
font-weight: 400;
font-style: normal;  
background-color: #9706b4;       /* Background color */
border-color: #9706b4;           /* Border color */
}

.custom-btn-blue {
font-family: "Permanent Marker", sans-serif;
font-weight: 400;
font-style: normal;  
background-color: #3403a9;       /* Background color */
border-color: #3403a9;           /* Border color */
}

h1,h2,h3,h4 {
  font-family: "Permanent Marker", sans-serif;
font-weight: 400;
font-style: normal;
}

.white {
color:white;
}

.shadow-text {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
button {
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
font-size: 24px;
}


.facebook-link {
  outline: none;
  color: rgba(0, 0, 0, 0);
}