/*!
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://github.com/mmcglynn/letfreedomring
 Description:  Twenty Twenty-Five child theme
 Author:       Michael McGlynn
 Author URI:   https://reignitionllc.com/
 Template:     twentytwentyfive
 Version:      0.1
 */
 
 body {
     /* background-color: #ece7e4; */
 }


 .header-banner em {
    color: var(--wp--preset--color--accent-4);
    font-style: normal;
  }

 .home .tower-column {
    background-image: url('https://wp.reignition.net/wp-content/uploads/2025/04/tower.png');
    background-repeat: no-repeat;
    background-position-x: 50%;
  }

 .page-template-default p.wp-block-site-title a {
    display: block;
    width: 20rem; /* or however wide your logo is */
    height: auto;  /* match logo height */
    background: url('https://wp.reignition.net/wp-content/uploads/2025/04/logo-single-line.png') no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }

/* Home page card styles */
 .is-style-section-1--4, .is-style-section-1--5, .is-style-section-1--6, .is-style-section-1--7 {
    display: flex;
    align-items: center;
}
.is-style-section-1 {
    box-shadow: 0 0 12px silver;
}


:root :where(.is-layout-constrained) > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }

.wp-block-image figcaption {
    font-family: sans-serif;
    font-size: 1rem; 
    text-align: right;
    font-weight: 600;
    color: #999;
} 

@media (min-width:782px) {
    .wp-block-image figcaption {
        font-size: 1.25rem; 
    }      
}  

@media (min-width:1000px) {
    .page-template-default p.wp-block-site-title a {
        width: 36rem;
    }      
}  


 /*
 * Block editor overrides.
 * 
 * Remove default block margin
 */
 :root :where(.is-layout-constrained) > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
