html,
body {
	height: 100%;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	outline: none;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

b {
	font-weight: 700 !important;
}

p {
	padding: 10px 0;
}

body {
	font: 300 16px/1.4 "Poppins", sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#instagram {display: block; position: fixed; bottom: 20px; right: 20px; height: 48px; width: 48px; box-shadow: 0 0 12px #00000099; border-radius: 12px}
#instagram img {display: block; height: 48px; width: 48px}

.widecontainer {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 60px;
	display: grid;
	place-content: center;
}

.viewport.initial .widecontainer {
	place-content: end;
}

footer {
	padding: 80px 60px;
	background: #000 url("/img/footer.jpg") no-repeat bottom center;
	color: #000;
	display: grid;
	place-content: center;
	text-align: center;
	font-size: 0.8em;
}

footer img {
	width: min(180px, 30vw);
	height: auto;
	display: block;
	margin: 0 auto;
}

nav {
	z-index: 999;
	background-color: #FFFFFF33;
	backdrop-filter: blur(6px);
	display: flex;
	justify-content: center;
	gap: 2em;
	padding: 20px 40px;
	width: 100%;
	margin: 0;
	position: fixed;

}

nav a {
	font-weight: 600;
	text-shadow: 2px 2px 8px #FFF;
	transition: color 0.3s ease-in-out;
}

nav a:hover {
	color: #888;
}

#modalWrapper {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.75);
	/* backdrop-filter: blur(10px); */
	display: grid;
	place-content: center;
	backdrop-filter: blur(5px);
}

.formElement {
	overflow-y: auto;
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 80vh;
	background: #fff;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 40px;
	position: relative;
	box-shadow: 0 0 5em -1em #000;
}

#modalWrapper h2 {
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #FCA616;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #286118;
}

.closeButton {
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	z-index: 11001;
}

form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

form .flexWrapper {
	display: flex;
	gap: 1em;
}

form .buttonWrapper {
	display: flex;
	gap: 1em;
	justify-content: flex-end;
}

form button {
	font-weight: 700;
	border: 2px solid #FCA616;
	background: #eee;
	color: #000;
	border-radius: 6px;
	padding: 10px 32px;
	transition: all 0.3s;
	cursor: pointer;
}

form button:hover {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
	border-color: #fff;
	border-radius: 2em;
}

form button.accent {
	background-color: #FCA616;
	color: #fff;
}

form input,
form textarea {
	width: 100%;
	font-family: "Muli", sans-serif;
	border: 2px solid #eee;
	background: none;
	border-radius: 4px;
	padding: 6px 8px;
	transition: all 0.25s;
	font-size: 12px;
	line-height: 1.1em;
}

form input:focus,
form textarea:focus {
	border-color: #286118;
}

.viewport {
	min-height: 100dvh;
	display: grid;
}

.viewport-half {
	min-height: 50dvh;
	display: grid;
	padding: 5em;
}

.viewport-half.mosaic .content {
	font-size: 1.7em;
	width: 60vw;
	font-weight: 400;
}

.viewport-half.mosaic .content h2 {
	font-size: 2em;
	text-align: center;
	text-shadow: 2px 2px 16px #00000088;
	margin-bottom: 30px;
	font-weight: 600;
}

.viewport-half.mosaic.righted {
	background: #FCA616 url(/img/mosa-1.png) no-repeat -20% center;
	justify-content: end;
	background-size: contain;
}

.viewport-half.mosaic.lefted {
	background: #007884 url(/img/mosa-3.png) no-repeat 120% center;
	justify-content: start;
	color: #FFF;
	background-size: contain;
}

.viewport.initial {
	background: url(/img/hero.jpg) no-repeat center bottom;
	background-size: cover;

}

.viewport .intro_text {
	background-color: #FFFFFFAA;
	padding: 20px 30px;
	margin: 20px 14px;
	border-radius: 16px;
	font-size: 1.5em;
	backdrop-filter: blur(10px);
}

.viewport h1 {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	text-shadow: 2px 2px 20px #00000080;
}

.projectsporter {
	padding: 60px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.projectsporter .item {
	padding: 12px 12px 32px;
	text-align: center;
	box-shadow: 0 0 32px #00000050
}

.viewport.help {
	place-content: center;
	font-size: 1.6em;
}

.viewport.help h1 {
	font-weight: 300;
	text-align: left;
}

.projectsporter .item h3 {
	font-size: 1.2em;
	font-weight: 600;
	padding: 32px 0 16px;
}

.projectsporter .item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
}

.viewport.team {
	background: url(/img/bg2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	padding: 50px 0;
}

.viewport.team .teamporter {
	max-width: 1000px;
	display: grid;
	gap: 40px;
	margin: 40px auto;
}

.team .teamporter .column {
	backdrop-filter: blur(10px);
	border-radius: 12px;
	background-color: #00000050;
	border: 2px #000 solid;
	padding: 20px 28px;
	font-size: 12px;
}

.team .teamporter .column h2 {
	font-size: 1.2em;
	font-weight: 600;
}

.team .teamporter .column h3 {
	font-size: 1em;
	color: #CCC;
}

.team .teamporter .member {
	display: grid;
	grid-template-columns: 1fr 5fr;
	gap: 20px;
}

.team .teamporter .member:nth-child(even) {
	grid-template-columns: 5fr 1fr;
}

.team .teamporter .member figure {
	display: grid;
	place-content: center;
}

.team .teamporter .member figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
	box-shadow: 0 0 20px #00000050;
}

#donations {padding: 5em 2em; text-align: center; font-size: 1.2em;}
.accent-a {background-color: #007884; color: #FFF;}
.accent-a h2 {color: #FFF;}
.centered-grid {display: grid; place-content: center; padding: 20px}
.bigbutton, .bigbutton:hover {background-color: #FFF; color: #007884}
.bigbutton {padding: 16px 36px; display: inline-block; background-color: #FFF; color: #007884; font-weight: 700; font-size: 1.4em; border-radius: 50px}
.width-controller {max-width: 1200px; margin: 0 auto;}
h2.section-hdr {font-size: 3em; margin-bottom: 1.2em; font-weight: 800; text-transform: uppercase;}

@media (max-width: 800px) {
	.viewport-half.mosaic.righted, .viewport-half.mosaic.lefted {
		background-image: none;
		justify-content: center;
	}
	.viewport-half.mosaic .content {
		font-size: 1.7em;
		width: 100%;
	}
	.projectsporter {
		padding: 30px 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 11px;
	}
	.viewport h1 {
		margin: 40px 0;
	}
	.widecontainer {
		padding: 40px;
	}
	h2.section-hdr {margin-bottom: 1em;}
}

@media (min-width: 481px) and (max-width: 680px) {
	
}

@media (min-width: 641px) and (max-width: 960px) {
	
}

@media (min-width: 641px) and (max-width: 1080px) {
	
}