/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

/* Hide page title on front page */
.home .entry-title,
.home h1,
.home header.entry-header,
body.home .wp-block-post-title,
body.page-template-default.home header {
    display: none !important;
}

/* Reduce spacing above content */
.home .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Make Stackable blocks full-width */
.home .alignfull {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
