body {

	/*display: flex;
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;

	background: #e5e4e2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;*/

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: scroll;
	font-family: "Open Sans", sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #e5e4e2;

}
/* Media Queries for Responsiveness */
@media screen and (max-width: 991px){
	.w-container{
		max-width: 728px; /*728*/
		/*background-color: #f9f9f9;*/
	}
}


.main-section{
	height: auto;
	padding: clamp(1rem, 4vw, 3rem);
	background: #191f22;
}

.container{
	margin-top: 5vh;
	color: whitesmoke;
	width: min(1100px, 94%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.w-container:before, .w-container:after{
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

.title {
	line-height: 1.05;
	color: whitesmoke;
	font-family: Michroma;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 46px;
	text-align: left;
	word-break: break-word;
}

h1 {
	/* Avoid huge fixed padding that breaks small screens */
	padding-top: 0;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.container .newsletter {
	color: steelblue;
	letter-spacing: .1px;
	padding-bottom: 50px;
	font-size: 25px;
}

.newsletter{
	margin-top: 1rem;
	line-height: 1.4;
	font-family: karla;
	font-size: 1.75rem;
	word-break: break-word;
}

.mission{
	height: auto;
	background: #e5e4e2;
	padding: clamp(1rem, 2.5vw, 2rem);
}
.mission ul {
	margin: 0.75em 0 1.25em 0;
	padding-left: 1.25em;
	list-style-type: disc;
}

.mission li {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	margin-bottom: 0.6em;
	font-family: karla;
	white-space: normal;
}

.page-name{
	padding-top: 1.25rem;
	font-family: Michroma;
	text-align: left;
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #43464B;
	padding-bottom: 10px;
	word-break: break-word;
	line-height: 1.05;
}
.mission-statement{
	padding-top: 0.25rem;
	font-family: karla;
	letter-spacing: 0em;
	color: #43464B;
	line-height: 25px;
	font-size: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 0.25rem;
	max-width: 100%;
}

.founder {
	height: auto; /* Allow height to grow with content */
	background: #191f22;
	margin-bottom: 50px;
	padding: clamp(1rem, 2.5vw, 2rem);
	box-sizing: border-box;
}

.founder .page-name {
	color: steelblue;
}

.founder .mission-statement {
	color: whitesmoke;
}

.founder ul {
	margin: 0.75em 0 1.25em 0;
	padding-left: 1.25em;
	list-style-type: disc;
}

.founder li {
	font-size: 20px;
	line-height: 25px;
	color: whitesmoke;
	margin-bottom: 0.6em;
	font-family: karla;
	white-space: normal;
}

.services-3 ul {
	margin: 0.75em 0 1.25em 0;
	padding-left: 1.25em;
	list-style-type: disc;
}

.services-3 li {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	margin-bottom: 0.6em;
	font-family: karla;
	white-space: normal;
}


/* media Queries for Responsiveness */
/* media Queries for Responsiveness */
@media (max-width: 1024px){
	.w-container{ max-width: 900px; }
}

@media (max-width: 768px){
	.w-container{ max-width: 720px; }
	.cards-container { gap: 25px; }
	.card{ width: 100%; max-width: 420px; }
	.cards-container { display: flex; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px){
	.w-container{ max-width: 100%; padding-left: 1rem; padding-right: 1rem; }
	.cards-container { gap: 12px; }
	.card { width: 100%; max-width: none; }
	.title { text-align: left; }
	.mission li, .founder li, .services-3 li { margin-bottom: 0.45em; }
	.container, .mission, .founder { padding-left: 0.5rem; padding-right: 0.5rem; }
	/* Allow page-name to wrap and occupy full width on small screens instead of forcing a smaller font-size */
	.page-name { font-size: 50px; max-width: 100%; white-space: normal; word-break: break-word; }
}
/* footer styles intentionally omitted; add rules here if needed */
