/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
/*  background-color: #333;*/
}


.bgcustom {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .7)), url(/static/img/lumenfind.com/bg.jpg?v1=123123);
  background-size: cover;
  height: 100%;
}

.btn-search {
	color: #fff;
  background-color: #4ca647;
  border-color: #4ca647;
}

.btn-lang {
  color: #fff;
  background-color: #4ca647;
  border-color: #4ca647;
}

/* BLOG HOMEPAGE */
/* HERO */
.hero-carousel img {
  height: 600px;
  object-fit: cover;
  filter: brightness(70%);
}

.carousel-caption {
  bottom: 15%;
  left: 10%;
  text-align: left;
  background: rgba(0,0,0,0.55);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  max-width: 600px;
}

/* FEATURED POSTS */
.featured-card img {
  transition: transform 0.3s ease;
}
.featured-card:hover img {
  transform: scale(1.05);
}

.text-primary-in-home {
  color: #4ca647;
}

/* TABS */
.nav-tabs .nav-link {
  color: #333;
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  background-color: #4ca647;
  color: #fff;
  border-color: #0d6efd;
}

.hero-carousel img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.card-img-top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem 0.5rem 0 0;
}



/* Simple styling for the article content */
.article-content p {
    margin-bottom: 1.5rem;
    line-height: 1.75;
}
.article-content h2 {
    font-size: 1.75rem; /* Slightly larger for Bootstrap context */
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.article-content ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}
/* Clearfix for floated elements */
.article-content::after {
    content: "";
    display: table;
    clear: both;
}
.article_tag:first-letter {text-transform: uppercase}
