/* Flexbox layout to keep footer at the bottom */
/* culprit for non sticky navbar */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
  background:  #ffffff;
  color: #333333;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}


.content-wrapper {
    flex: 1; /* This allows the content to grow and push the footer down */
}

.bg {
    position: relative; /* add this */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 580px;
    margin: 0;
    background-image: url("/static/base/sdeets1400.872fdced3a1e.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-attachment: fixed;
}

.parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1; /* keeps it on top if needed */
}

/* Optional overlay for readability */
.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* text color for overlay content */
}



.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* darkens the image for readability */
}


.bg-steel {
  background-color: #5f788a;
}

.bg-blue {
  background-color: #5A7EC7;
}

.bg-ssprimary {
  background-color: #Ff6347;
}


.text-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}


/* Logo styling */
/* Logo styling */
.brand-name .strata {
    font-family: 'Lobster', cursive;
    font-weight: 700;
    color: #0a3d62; /* Dark blue for professional feel */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.15); /* Soft depth */
    letter-spacing: 0.5px; /* Slightly tighter for elegance */
}

.brand-name .deets {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 1.15em; /* Slightly bigger than Strata for subtle emphasis */
    margin-left: 2px;

    /* Gradient text for subtle “pop” */
    background: linear-gradient(45deg, #0d6efd, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional outline for readability */
    -webkit-text-stroke: 0.5px #0a3d62;

    /* Slightly stronger shadow for depth */
    text-shadow: 1px 2px 4px rgba(0,0,0,0.2);

    /* Slightly more open spacing for balance */
    letter-spacing: 1px;
}

.brand-name:hover .deets {
    background: linear-gradient(45deg, #3b82f6, #0d6efd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}


.footer {
    background-color: #343a40;
    padding: 20px 0;
}


.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}


h1, h2, h3 {
  color: #444444;
}

h4, h5, h6 {

}



ul {
  margin: 0;
}



.site-footer {
    height: 100px;
    bottom: 0;
    width: 100%;
}

.site-header .navbar-nav .nav-link {
  color: #dbcbd5;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}



.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 50px;
  width: 50px;
  margin-right: 16px;
  border-radius: 50%;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}


.account-heading {
  font-size: 1.5rem;
  display: block;
}

.profile-img-menu {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.profile-img-small {
  height: 30px;
  width: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.profile-img-medium {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.profile-img-large {
  height: 125px;
  width: 125px;
  margin-right: 5px;
  margin-bottom: 0px;
}

 .fakeimg {
    height: 200px;
    background: #aaa;
  }

.card-link {
    padding: 0; /* or adjust as needed */
}

.alert.error {
  background-color: #f8d7da; /* Red background color for error messages */
  border-color: #f5c6cb; /* Border color for error messages */
  color: #721c24; /* Text color for error messages */
}


a, u {
  text-decoration: none;
}


.border-left-yellow {
    border-left: 5px solid var(--bs-warning); /* Use Bootstrap's warning color */
}


.border-left-green {
    border-left: 5px solid var(--bs-success); /* Bootstrap success color */
}

/* Hover effect for the cards */
/*
.listing-card:hover .card {
    transform: translateY(-5px); */
/* Lift the card on hover *//*

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
/* Stronger shadow *//*

}
*/

.name-tooltip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .name-tooltip {
        max-width: 15ch;
    }
}

.image-container h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}







