.txt_justify {
    text-align: justify !important;
}

.logo img {
    max-width: 50px;
}

.footer-item__logo a img {
    max-width: 50px;
    max-height: 100%;
}

/* Prevent header nav labels from wrapping onto multiple lines */
.nav-menu__link {
    white-space: nowrap;
}

@media screen and (max-width: 1399px) {
    .nav-menu {
        gap: 14px;
    }
}

/* Nursing College brand palette — derived from the crest logo (navy shield + cyan pages + red cross) */
:root {
    --main-h: 213;
    --main-s: 68%;
    --main-l: 30%;

    --main-two-h: 189;
    --main-two-s: 60%;
    --main-two-l: 48%;

    --main-three-h: 0;
    --main-three-s: 90%;
    --main-three-l: 50%;
}