/* Sticky footer */
html, body {
    height: 100%;
}

#all {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
}

/* Override theme colors to match logo palette */
:root {
    --primary-accent: #1C66AC;
    --navbar-border-top: #011C45;
    --button-border: #155A9A;
    --link-focus: #144E85;
    --form-shadow: rgba(28, 102, 172, 0.6);
    --pagination-bg: #93C3E3;
    --link-hover-bg: #155A9A;
    --navbar-focus: #589BD4;
}

/* Carousel background: blue center fading to dark navy edges */
.home-carousel {
    background: radial-gradient(ellipse at center, #589BD4, #011C45 70%) !important;
}

.home-carousel .dark-mask {
    opacity: 0 !important;
}

/* Copyright bar: dark navy to match logo */
#copyright {
    background: #011C45;
}

/* Footer (hidden but styled in case re-enabled) */
#footer {
    display: none;
    background: #4C5766;
}

.navbar-brand img {
    max-height: 50px;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}
