@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
--blue: #0072FD;
}
html{scroll-behavior: smooth}
html,body{overflow-x: hidden; overflow-y: scroll;}
*,*::before,*::after{box-sizing:border-box}*:focus{outline:none}ul[class],ol[class]{padding:0;list-style:none}dl{height:100%;width:100%;position:relative}.relative{height: 100%;width: 100%;position: relative}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}a{text-decoration:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}input,button,textarea,select{border:0;outline:0;font:inherit,-webkit-appearance: none;-webkit-border-radius: 0;-moz-appearance: none;-moz-border-radius: 0}input,button{-webkit-appearance: none}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

a,a:hover,a:active,a:visited {
	color: var(--blue);
	text-decoration: none;
}

body {
	padding-top: 90px;
	font: 16px "Roboto", sans-serif;
	background: #fff;
	color: #000;
	margin: 0 !important;
}
#topper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
}

#topper ._scroller {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 30px;
	white-space: nowrap;
	will-change: transform;
	padding-left: 20px;
	padding-right: 10px;
}
#topper ._scroller a {
	color: #fff;
	letter-spacing: .2em;
}
body > header {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 40px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	z-index: 9999;
}
#logo {
	display: block;
	position: relative;
	width: 100px;
	height: 30px;
	background: url(/model/mm/logo.png) no-repeat center center;
	background-size: contain;
}
#give {
	margin-left: auto;
	display: block;
	height: 30px;
	width: 76px;
	border-radius: 3px;
	background: var(--blue) url(/model/mm/give.png) no-repeat center center;
	background-size: auto 24px;
	transition: all .2s ease-in-out;
}
#give:hover {
	box-shadow: 0 0 0 3px var(--blue);
}
#burger {
	display: block;
	width: 18px;
	height: 20px;
	background: url(/model/mm/burger.png) no-repeat center center;
	background-size: 100% 100%;
	transition: all .2s ease-in-out;
}
#burger:hover {
	width: 24px;
}
#hero {
	position: relative;
	width: 100%;
	height: 400px;
	background: url(/model/mm/wvtrhero.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#hero .overlay {
	position: absolute;
	left: 0;
	top:  50%;
	width: 100%;
	height: 120px;
	transform: translateY(-50%);
	background: url(/model/mm/overlay.png) no-repeat center center;
	background-size: contain;
	margin-top: 100%;
	transition: all .8s .8s ease-in-out;
}
body.on #hero .overlay {
	margin-top: 11%;
}
h1 {
	font-family: "Playfair Display", serif;
	font-weight: 200;
}
h2 {
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-size: 2.8rem;
	position: relative;
}
h3 {
	text-transform: uppercase;
	font-size: 1rem;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--blue);
	padding-top: 20px;
	border-top: 1px solid var(--blue);
}
article._blue h2,
article._blue h3 {
	border-color: #fff;
	color: #fff;
}
article {
	width: 100%;
	padding: 30px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	background: #fff;
}
article._intro {
	padding-bottom: 0;
}
article p {
	line-height: 1.5;
	font-weight: 200;
}
article p strong {
	text-transform: uppercase;
	color: var(--blue);
	font-weight: bold;
}
article._blue p strong {
	color: #fff;
}
article._intro p {
	font-size: 1.2rem;
}
article p._left {
	text-align: left;
}
article p.focus {
	font-size: 1.1rem;
	color: var(--blue);
	text-transform: uppercase;
	padding: 20px;
	border: 1px solid var(--blue);
}
article._black {
	background: #000;
	color: #fff;
}
article._blue {
	background: var(--blue);
	color: #fff;
}
article._center {
	text-align: center;
}
article img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
article._blue img._shadow {
	border-radius: 12px;
	box-shadow: 6px 6px 0 0 #2458F3;
}
article._center img {
	margin: 0 auto;
}
article img.med {
	width: 130px;
}
article img.med2 {
	width: 170px;
}
h2.waterkills {
	margin-top: -40px;
}
.dead_drop {
	position: relative;
	display: inline-block;
	background: url(/model/mm/drop.png) no-repeat center center;
	background-size: contain;
	width: 60px;
	height: 130px;
	top: 30px;
	margin-top: -60px
}
#donate {
	position: relative;
	padding-bottom: 0;
}
.donatewrap {
	width:  100%;
	position: relative;
}
.donatewrap::before {
	content: "";
	width:  100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom:  0;
	background: #000;
}
.give_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--blue);
	color: #fff !important;
	gap: 10px;
	height: 50px;
	border-radius: 3px;
	font-weight: 200;
	font-size: 1.2rem;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.give_button:hover {
	box-shadow: 0 0 0 3px var(--blue);
}
article._blue .give_button {
	box-shadow: 0 0 0 1px #fff;
}
article._blue .give_button:hover {
	box-shadow: 0 0 0 3px #fff;
}
.give_button img {
	height: 40px;
	width:  auto;
	flex: 0 0 auto;
	margin: 0 !important;
}
#contact .segment, 
#contact form {
	width: 100%;
}
#contact input,
#contact textarea {
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: start;
	text-align: left;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	resize: none;
}
#contact form {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
#contact label {
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: bold;
}
#contact .segment {
	display: flex;
	align-items: center;
	justify-content: start;
	text-align: left;
	gap: 20px;
}
#contact input[type=submit] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--blue);
	color: #fff !important;
	gap: 10px;
	height: 50px;
	border-radius: 3px;
	font-weight: 200;
	font-size: 1.2rem;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
#contact input[type=submit]:hover {
	box-shadow: 0 0 0 3px var(--blue);
}
body > footer {
	background: #000;
	padding: 20px;
	font-size: .8rem;
	color: rgba(255,255,255,.6);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: column;
	gap: 10px;
}
body > header > nav {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: fit-content;
	background: rgba(255,255,255,.9);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: column;
	padding: 20px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
body.shownav > header > nav {
	opacity: 1;
	max-height: 200px;
}
body > header > nav a {
	padding: 5px 0;
	width: 100%;
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: .1em;
	text-indent:    .1em;
	transition: all .2s ease-in-out;
}
body > header > nav a:hover {
	background: rgba(255,255,255,.7);
}




@media (min-width: 768px) {
	/* DESKTOP */
	
	body {
		background: #f1f1f1 url(/model/mm/bg.jpg) no-repeat center center fixed;
		background-size: cover;
	}
	main {
		width: 900px;
		position: relative;
		margin: 30px auto;
		box-shadow: 0 0 50px rgba(0,0,0,.2);
	}
	#hero {
		height: 650px;
	}
	.donatewrap {
		width: 500px;
		overflow-x: hidden;
		margin: 0 auto;
	}
	#contact form {
		width: 400px;
		margin: 0 auto;
	}
	
	/* END DESKTOP */
}