body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #f9d6a0
}

.navbar {
  /*background: rgb(89, 151, 227);
  background: -moz-radial-gradient(circle, rgba(89, 151, 227, 1) 0%, rgba(118, 115, 218, 1) 99%);
  background: -webkit-radial-gradient(circle, rgba(89, 151, 227, 1) 0%, rgba(118, 115, 218, 1) 99%);
  background: radial-gradient(circle, rgba(89, 151, 227, 1) 0%, rgba(118, 115, 218, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5997e3", endColorstr="#7673da", GradientType=1);*/
  background-color: indianred;
  border-bottom: 8px solid #d0861c;
  top: 0;
  position: sticky;
  z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 50px;
  /* Adjust the font size as needed */
}

.navimg {
  margin-right: 5px;
  /* Adjust the margin as needed for spacing between the image and text */
background-color:white;
  border-radius:30px;
}

.jumbotron {
      background-image: url(./yogabanner.png);
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
}

.jumbotron-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jumbotron-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}

.jumbotron-button {
  font-size: 1.5rem;
  color: #ffffff;
  padding: 10px 30px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  background-color: #c77f7f;
}

.jumbotron-button:hover {
  background-color: mediumpurple;
  color: #000000;
}
.jumbotron-description {
  color: gold;
}

  .carousel-indicators {
    bottom: 20px; /* Adjust the value to set the position of the indicators */
  }
  .carousel-item {
    min-height: 600px; /* Adjust the value to set the minimum height of the carousel items */
  }

.welcome-section {
  margin-top: 30px;
  margin-bottom:30px;
}
.welcome-title {
  color: #b85151;
}

.youtube-section {
  margin-top:30px;
}

hr.bold-hr {
      border: none;
      height: 3px;
      background-color: #b85151;
      width: 60%;
      font-weight: bold;
    }



/* Add this CSS for card and thumbnail styling */
  .carde {
    height: 400px; /* Set the desired height for all cards */
    overflow: hidden; /* Hide any overflowing content */
    position: relative; /* Position to add play button overlay */
    filter: drop-shadow(2px 2px 4px #878787);
  }

  .carde .carde-img-top {
    object-fit: cover; /* Crop the thumbnails to fit the container */
    height: 200px; /* Set the desired height for all thumbnails */
    filter: brightness(70%);
  }

  .carde::before {
    /* Pseudo-element for the play button overlay */
    content: "\f144"; /* Unicode character for play icon (FontAwesome) */
    font-family: "Font Awesome 5 Free"; /* Use Font Awesome font */
    font-weight: 900;
    font-size: 4.5rem;
    color: rgba(255, 255, 255, 0.8); /* Overlay color with transparency */
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Avoids interfering with click events on the thumbnail */
    z-index: 1;
  }

.card-img {
  width:200px;
  height:200px;
  object-fit: cover;
}
    .timeline {
      position: relative;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      background-color: #333;
      transform: translateX(-50%);
    }

    .timeline-item {
      position: relative;
      padding: 20px 0;
    }

    .timeline-item::after {
      content: "";
      position: absolute;
      top: 50%;
      left: -8px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #333;
      transform: translateY(-50%);
    }

    .timeline-item .date {
      font-weight: bold;
      margin-bottom: 5px;
    }



/* Footer styles */
.footer {
  background-color: black;
  color: gold;
  padding: 30px 0;
  margin-top: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  margin-right: 10px;
  background-color:white;
  border-radius:30px;
}

.footer-logo-text {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-column {
  flex: 1;
}

.footer-column-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: white;
  text-decoration: none;
}

.footer-links li a:hover {
  color: gold;
}

.footer-links li i {
  margin-right: 5px;
}

.footer-copyright {
  color: white;
  text-align: center;
}

.nitrojade {
  color: rgb(23,221,22);
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
}

footer {
  flex-shrink: 0;
  background-color: #f0f0f0;
  padding: 20px;
}
