body {
    background-image: url('/images/0000001b.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.footer {
    background-image: url('/images/0000001b.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff; /* Change text color if needed to contrast with your image */
}

.header {
    background-image: url('/images/0000001b.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff; /* Change text color if needed to contrast with your image */
}

.navbar-brand {
  text-align: center;
  width: 100%;
}   

.container-header .mod-menu {
    justify-content: center;
    text-align: center;
}   

/* Change all module titles color and add a bottom border */
div[class*="module"] h3,
div[class*="module"] .card-header,
div[class*="module"] .module-title,
.moduletable h3,
.card-title {
    color: #CEBB93 !important;
    border-bottom: 2px solid #CEBB93 !important; /* Adds the border */
    padding-bottom: 8px !important;              /* Adds breathing room above the line */
    margin-bottom: 15px !important;              /* Adds space below the line to the content */
}

/* Ensure module containers within the footer also have transparent backgrounds */
.footer .container-footer .mod-custom {
    background: transparent;
}
