/*
 Theme Name: Discipleship
 Theme URI: https://juniperworkshop.com
 Description: A Child Theme of Twenty Twenty Five made for the CEDAR at Forward Movement. 
 Author: Seth Reese — Juniper Workshop
 Author URI: https://juniperworkshop.com
 Template: twentytwentyfive
 Version: 1.0.0
 Text Domain: discipleship
*/

.max-half {
    max-height: 50vh;
}

.max-three-quarter {
    max-height: 75vh;
}

.body-width {
    width: 100%;
    max-width: 700px;
}


.alignmedium {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.alignmedium > * {
    margin-left: auto;
    margin-right: auto;
}

