/* HOMEPAGE STYLES
************************************************************/

section	{
	border-bottom: 1px solid var(--color-row-border);
}

.sectionInner { /* for sections top/bottom space as needed */
	padding: 3rem 0 0rem; /* 1/3/25 */
}

section.bannerImage	{
	min-height: calc(100svh - 400px);
	display: flex; 				/* 5-lines to avoid internal scrollbars */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
	/*background-image: url('/wp-content/uploads/TLAS-HUDSON4-truth.webp');
	background-image: url('/wp-content/uploads/TRUTHLASHUDSON-2.jpg');*/
}

.sectionTitle	{
	text-align: center;
}

section.heroStatement .container	{
	max-width: 44.5em;
}

section.heroStatement	{	
	text-align: center;
	background-color: #002a5d;
}

section.heroStatement h2	{	
	margin: 1em auto;
	font-size: 2.2rem;
	font-family: var(--font-quote);
	max-width: 16em;
	line-height: 2em;
}

li#menu-item-21	{
	display: none;
}

section.about {
	background-image: url('/wp-content/themes/goldman/images/GIFFORD-BG-pale-01.jpg');
}

section.about .image	{
	display: flex;
	justify-content: center;
}
section.about img	{
	width: min(350px, 100%);
}

section.about .excerpt span	{
	color: black;
	font-weight: bold;
}

section.currentProject .container	{
	width: min(150rem, 100%);
}
.current-work {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.work-thumbnail {
    margin: 0 .5vw 1vw .5vw;
    margin:  max(1vw, 6px);
    flex-shrink: 0; /* Prevent images from shrinking */
}

.mainContent .work-thumbnail img {
    display: block;
    height: 12vw;
    width: auto;
    object-fit: cover; /* Maintain aspect ratio while filling the height */
    margin-bottom: 0;
    border: 1px solid black;
}

@media (max-width: 768px)	{	
    .mainContent .work-thumbnail img {
		height: 17vw;
	}
}

