body
{
	--bannerHeight:calc(100vh - 400px);
}


p {
    margin:0;
}

header.start {
	background-color:#156BA8;
	mix-blend-mode:unset;
}

/*
.banner_image {
    z-index:2;
    position:absolute;
    top:-50px;
    width:100%;
    min-height:450px;
    /* max-height:1100px; *//*
    aspect-ratio:2.6;
    overflow:hidden;
}
.banner_image > img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
} */

/* .banner_spacer {
    z-index:2;
    position:relative;
    width:100%;
    min-height:400px;
    aspect-ratio:3;
    box-shadow:0 0 2px #000A;
} */
#page > .banner > .floater {
    opacity:.9;
    position:absolute;
    left:50%;
    top:54%;
    transform:translateX(-50%);
    text-align:center;
}
#page > .banner > .floater > h2,
#page > .banner > .floater > h3 {
    margin:0;
    white-space:nowrap;
    color:#EFEFEF;
    text-shadow:0 0 3px #000;
}
#page > .banner > .floater > h2 {
    font-size:4.5em;
}
#page > .banner > .floater > h2::after {
    content:"";
    display:block;
    width:80%;
    height:2px;
    margin:16px auto 0;
    background-color:#DCDCDC;
}
#page > .banner > .floater > h3 {
    height:24px;
    color:#CFCFCF;
}


#page > .content > .floater {
    width:80%;
    margin:0 auto;
}
#page > .content > .floater > p {
    text-align:center;
}

#page .team {
    display:grid;
    width:100%;
    margin-top:60px;
    grid-template-columns:repeat(auto-fit, minmax(240px, max-content));
    gap:20px;
}
#page .team > .member {
    padding:16px;
    background-color:#FAFAFF;
}
#page .team > .member > .header {
    margin-bottom:6px;
    color:var(--color1Alt1);
    /* color:gray; */
    font-size:1.05em;
    font-weight:600;
}
#page .team > .member > .title {
    color:#222;
    font-size:.95em;
}