.container-header {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #C4E1FF, #99CCFF);
min-height:200px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle drop shadow */
}

.container-header img {
  margin: 0.5em 0;
  max-height: 180px;     /* Adjust this value to your liking */
  height: auto;
  width: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: block; /* removes inline spacing */ 
}

.container-header .logo {
  max-height: 160px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.container-footer {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #99CCFF, #C4E1FF);
  color:#000000;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

.footer1 {
margin-left:auto;
margin-right:auto;
}

.mod-footer {
  margin-left:auto;
  margin-right:auto;
    text-align: center;
  width:100%
}

.navbar-brand { /* Replace .brand-logo img with your actual selector */
    display: block;
    margin: 0 auto;
  margin-left:auto;
  margin-right:auto;
  
}
/* Target the main menu wrapper in the 'menu' position */
.container-header .mod-menu {
    /* Set the container to use flexbox */
    display: flex;
    /* Horizontally center the menu items */
    justify-content: center;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #C4E1FF, #99CCFF);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle drop shadow */
}

/* Ensure the list of links (ul) also expands to allow centering */
.container-header .mod-menu .navbar-nav {
    width: auto; /* Allow the list to shrink to content size */
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/*
Overrides the default Bootstrap container width (1320px in Cassiopeia static layout)
to set a maximum width of 1000 pixels for the main content area.
*/
.container-fullwidth {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Targeting the main content area wrapper, which is crucial for the overall site width.
The !important tag may be necessary to override existing Bootstrap/template styles.
*/
.grid-child {
    max-width: 1000px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
}
.mod-menu a {
  font-weight: bold;
  color: #330000 !important; /* Force override */
  text-decoration: none;     /* Optional: remove underline */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle drop shadow */
}

.mod-menu a:hover {
  color: #FF0000 !important; /* Optional: hover color */
}
.mod-menu .item-current > a {
  color: #FFFFFF;              /* Text color */
  background-color: #FF0000;   /* Background highlight */
  font-weight: bold;
  padding: 0.5em 1em;          /* Optional: spacing inside the link */
  border-radius: 4px;          /* Optional: rounded corners */
  text-decoration: none;
}






