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 the title text color for our custom module */
.gold-title .card-header,
.gold-title .module-title,
.gold-title h3 {
    color: #CEBB93 !important;
}


.gold-title h3 {
    color: #CEBB93;
}   

.gold-title h2 {
    color: #CEBB93;
}   

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