body .blog-featured h2.item-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

body .blog-featured h2.item-title a {
    text-decoration: none !important;
    color: #1b3a6b !important;
}

.grid-child.container-nav {
    align-self: flex-end !important;
}
/* Force main article images to take up the full width and push text below */
.com-content-article__body img, 
.article-details img {
    display: block !important;
    float: none !important;
    margin: 0 auto 20px auto !important;
    max-width: 100%;
    height: auto;
}
#mod-custom116 {
    background-repeat: no-repeat !important;
    background-position: center center !important; /* Centers the focal point of the machinery */
    background-size: cover !important;            /* Forces the image to stretch and fill the screen */
}
/* Increase font size for Cassiopeia main menu links */
.container-header .mod-menu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.5rem !important; /* Adjust to 20px or your preferred size */
}

/* For dropdown sub-items */
.container-header .mod-menu .dropdown-menu li a.dropdown-item {
    font-size: 1.1rem !important;
}