/* GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

html {
  scroll-behavior: smooth;
}

.ul2 {
  background: powderblue;
  padding: 20px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Carousel caption styling */
.carousel-caption {
  bottom: 3rem;
  right: 12rem;
  left: 12rem;
  z-index: 10;
  padding: 1rem; /* optional: spacing inside caption */
  border-radius: 0.25rem; /* optional: rounded corners */
  text-align: center; /* center all captions */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* Declare heights for carousel items */
.carousel-item {
  height: 32rem;
}

/* SVG placeholders (if any) */
.carousel-item > svg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* 16:9 image container */
.carousel-image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;  /* 16:9 aspect ratio */
}

.carousel-image-container img,
.carousel-image-container picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption h1 {
  font-weight: 700;      /* bold headline */
  font-size: 3rem;       /* bigger headline */
}

.carousel-caption p {
  font-weight: 600;      /* semi-bold text */
  font-size: 1.4rem;     /* bigger paragraph text */
}
/* CIRCULAR PICS
-------------------------------------------------- */
.avatar-140 {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
-------------------------------------------------- */
.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.navbar {
  min-height: 64px;
}
.logo {
  height: 28px;   /* mobile */
  width: auto;
}

@media (min-width: 768px) {
  .logo {
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .logo {
    height: 48px;
  }
}
@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
