/* MEDIA QUERIES */
@media only screen and (max-width: 520px) {

    .primary-navigation-2025-titles .tagline-text-2025:last-child {
        align-self: flex-start;
    }

    .primary-navigation-2025-titles .tagline-heading-2025 {
        font-size: 18px;
    }

    .primary-navigation-2025-info img {
        width: 75px;
        height: 75px;
    }
}

@media only screen and (max-width: 600px) {

    .main-header-2025 {
        padding-bottom: 0;

    }

    .primary-navigation-2025 {
        padding-bottom: 0;
    }



    .primary-navigation-2025-info {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1260px) {
    .main-container-2025 {
        max-width: 100%;
    }
    
    .primary-navigation-2025 {
        padding-bottom: 0;
    }

    .primary-navigation-2025 nav,
    .secondary-navigation-2025 nav {
        display: none;
    }

    /* The permalink class needs to be added into the main blog page (on the footer). It's already been added to style.css.*/

    /* Uncomment the style below to apply the same permalink style to the page (for the static local version).*/

    /* footer p a {
        word-wrap: break-word;
    } */

}