/* Menu */
.site-header-sidenav li {
	margin-bottom: 0;
}

/* About Page */
.text-side-images__content h4 {
	margin-top: 1.5em;
}


/* Hero img */
.three-col-cards-hero__hero-background {
	position: relative !important;
}
@media (min-width: 1024px) {
	#about-people {
		margin-top: 0;
	}
	.three-col-cards-hero__hero-background {
		position: relative;
	}
	.three-col-cards-hero__hero-background img {
		width: 95%;
    	margin: 0 auto;
		margin-top: 0px;
        max-width: 1600px;
	}
}
@media (min-width: 1920px) {
	.three-col-cards-hero__hero-background img {
        max-width: 1600px;
	}
}
/* Staff Tiles */
.three-col-cards-hero__card {
	margin-bottom: 10px;
}
@media (min-width: 1024px) {
	.three-col-cards-hero__cards {
		justify-content: center;
	}
	.three-col-cards-hero__cards > a {
		width: 20%;
		margin-bottom: 20px;
	}
	/* insert an invisible flex item that forces a wrap */
	.three-col-cards-hero__cards::after {
		content: "";
		flex-basis: 100%;
		order: 1;
	}
	/* move items 6+ to after the break (breaks after 5th) */
	.three-col-cards-hero__cards > :nth-child(n+5) {
		order: 2;
	}
}

/* Portfolio Single */
@media (min-width: 1024px) {
    .portfolio-single {
        padding: 20px 40px;
    }
}
