* {
	font-family: 'Times New Roman';
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
nav a.active, nav a:hover, footer p a:hover {
	color: #79b89f;
}
header, footer {
	background: #ECF7FF;
	color: #2b625f;
	text-align: center;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.wrap {
	max-width: 1000px;
	margin: 1rem auto; /* vertical spacing and centering */
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background: #e5f3fd;
}
body header nav ul{
	display: flex; /* horizontal layout */
	list-style: none;
	justify-content: center;
    gap: 30px;
}
body {
	color: #376783;
	background: #c4d9e6;
}
main {
	margin: 2rem auto;
	margin-top: 0;
	margin-bottom: 0;
	/* background: linear-gradient(0deg, #b6babd, #eaf0f4); */
	padding: 1rem;
	padding-bottom: 3rem;
}
main h1 {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
    unicode-bidi: isolate;
}
footer div nav ul{
	list-style: none;
	padding: 0.5rem;
}
nav a, footer p a {
	color: #376783;
	text-decoration: none;
	font-weight: bold;
}
.part-one {
	text-align: left;
}
.card-section-ver {
	box-sizing: content-box;
}
#header-description {
	text-align: center;
	padding-bottom: 100px;
}
.card-grid {
	display: grid;
	row-gap: 2rem;
	column-gap: 2rem;
}
.card-one {
	background: #376783;
	border-radius: 8px;
	overflow: hidden;
	color: #ECF7FF;
}
.article-article h3{
	color: #79b89f;
	text-decoration: none;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.card .article-article h3 {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.article-article {
	padding: 1.5rem;
	text-align: center;
}
.team-role {
	color: #568a87;
}
.card-grid-horizontal {
	overflow-x: visible;
	justify-content: center;
	gap: 1rem;
	display: flex;
	margin-top: 1rem;
}
.card, .hiring-card{
	border-radius: 16px;
	background: #ECF7FF;
	padding: 1.5rem;
	margin: 0.5rem;
	height: 500px;
	width: 500px;
}
#vol-page .card-grid-horizontal .card {
	border-radius: 16px;
	background: #214a62;
	color: #daf1e8;
	padding: 1.5rem;
	margin: 0.5rem;
	height: 300px;
	width: 500px;
}
.article-description {
	max-height: 190px;
	overflow-y: scroll;
	scrollbar-width: none;
}
.photo {
	border-radius: 8px;
	height: 200px;
	margin: 1rem auto;
	overflow: hidden;
	width: fit-content;
}
.card-section {
	margin: 5rem;
}
.card-section h2 {
	font-size: 2.1rem;
	text-align: center;
}
.part-one .card-section h2 {
	color: #72adcf;
}
#team-page h1 {
	font-size: 2.5rem;
	color: #e5f3fd;
}
#team-page {
	background: #061924;
}
.banner {
	padding-top: 100px;
	padding-bottom: 300px;
	text-align: center;
	background: #061924;
	margin: 0;
	max-width: none;
}
.banner h1 {
	font-size: 3rem;
	color: #72adcf;
}
.banner p {
	color: #376783;
	margin-top: 20px;
	--fontSize: clamp(1.15rem, 1.037rem + 0.566vw, 1.5rem);
	font-size: var(--fontSize);
	line-height: calc(var(--fontSize) * 1.6);
	margin-left: 2rem;
	margin-right: 2rem;
}
#email-form {
	display: flex;
	height: 400px;
	position: relative;
	justify-content: center;
	padding-left: 0;
}
#email-form form {
	background: #376783;
	border-radius: 8px;
	padding: 1.5rem;
	gap: 30px;
	width: fit-content;
	position: absolute;
	flex-direction: column;
	display: flex;
	top: -225px;
}
.input-box input {
	background: #ECF7FF;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    font-size: 1.5rem;
    outline: none;
    padding: 15px;
    resize: none;
    width: clamp(37.5rem, 10.656rem + 32.787vw, 50rem);
}
.input-box textarea {
	background: #ECF7FF;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    font-size: 1.5rem;
    outline: none;
    padding: 15px;
    resize: none;
    width: clamp(37.5rem, 10.656rem + 32.787vw, 50rem);
}
#member-forms {
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	gap: 1rem;
	padding: 2rem;
	margin-top: -260px;
}
#exec-form, #vol-form {
	border: none;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1.5rem;
    outline: none;
	background: #c4d9e6;
}
#exec-form h3, #vol-form h3 {
	text-align: center;
	color: #061924;
	margin: 1rem;

}
.headline {
	font-size: 3rem;
}
.subtext {
	padding: 2rem;
    text-align: center;
	font-size: 1.7rem;
}
.hiring-card h3 a {
	color: #214a62;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.hiring-card h3 a:hover {
	color: #79b89f;
}
.fold {
	display: grid;
	gap: 0.5rem;
}
#email-form button {
	background: #061924;
    border: none;
    border-radius: 15px;
    color: #ECF7FF;
	outline: none;
    font-size: 1.5rem;
    padding: 10px;
	cursor: pointer;
}
.input-box label {
	font-size: 1.6rem;
	color: #c4d9e6;
}
.banner h3 a {
	display: contents;
	color: #568a87;
	font-size: 1.2rem;
}
.banner h3 a:hover {
	display: contents;
	color: #e5f3fd;
	font-size: 1.2rem;
}
.gfm-embed {
	width: 480px;
	justify-content: center;
	position: relative;
	margin: auto;
	margin-top: -200px;
	margin-bottom: 100px;
	border-radius: 8px;
}
#notice {
	justify-content: center;
	text-align: center;
	color: #ad4e4e;
}