/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



body {
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


.carousel-caption {
  z-index: 10;
}

/* Since positioning the image, we need to help out the caption */
.gallery .carousel-caption {
  padding-top: 0;
  padding-bottom: 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
}

.sliders .carousel-caption a {
  color: white;
  text-decoration: underline;
}

.gallery .carousel-caption {
  padding: 0 4px;
}

.gallery .carousel-caption span {
  background-color:rgb(0 0 0 / 70%);
}

.gallery .carousel-indicators {
  margin-bottom:0;
  top: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .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;
  }
}

nav {
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important;
}


.justify-content-between {
  justify-content: space-between!important;
}
.navbar-nav  .nav-link {
  padding: 2px;
}

.navbar-nav > .nav-item > .nav-link,
.navbar-nav > .nav-item > .dropdown-toggle {
  color: rgb(255 255 255 / 83%);
}

.navbar-nav  > .nav-item > .nav-link:hover,
.navbar-nav > .nav-item > .nav-link:focus,
.navbar-nav > .nav-item > .dropdown-toggle:hover,
.navbar-nav > .nav-item > .dropdown-toggle:focus {
  color: rgb(255 255 255);
}

.navbar-nav .nav-link.active, .nav-underline .show>.nav-link {
  font-weight: 550;
  color: white;
  border-bottom: 2px solid white;
}
.navbar-nav .dropdown-submenu a.active {
  font-weight: 550;
  color: white;
  padding-left: 0.3rem;
}
.nav-item.btn-group > .btn {
  border-radius: 0;
}
.navbar-nav .dropdown-toggle-split {
  border: 0 !important;
}

#top-search button {
  margin-left: 5px;
}

.locales .btn {
  text-wrap-mode:nowrap;
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.3rem;
  --bs-btn-font-size: 0.75rem;
}