@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*PAGE CSS BEGINS HERE*/

:root {
    --blue: #004e95;
	--ltBlue: #659cd3;
	--orange: #f04e31;
	--yellow: #fcb23d;
}

html {
}

html, body {
    font-family: "Roboto", sans-serif;
    color: #000;
    background-color: #fff;
	height: 100%;
	min-height: 100%;

}
body {
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}

a {
	color: var(--ltBlue);
}

h1 {
	font-family: "League Gothic", sans-serif;
	font-size: 120px;
	color: var(--blue);
}

h2 {
    font-family: "League Gothic", sans-serif;
	font-size: 60px;
    text-transform: uppercase;
	color: var(--blue);
    margin-bottom: 20px;
}

h3 {
	font-family: "League Gothic", sans-serif;
	font-size: 40px;
	margin-top: 20px;
}

h4 {
	font-family: "League Gothic", sans-serif;
	font-size: 30px;
	margin-top: 20px;
	line-height: 26px;
}

h5 {
	font-family: "League Gothic", sans-serif;
	font-size: 24px;
	margin-top: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

p {
	line-height: 20px;
}

strong {
	font-weight: 700;
}

ul {
	margin-bottom: 20px;
}

li {
	margin-bottom: 10px;
}

li:last-of-type {
    margin-bottom: 0;
}

.bulletList {
    text-align: left;
    list-style-type: disc;
	list-style-position: inside;
}

.bulletList.noSymbol {
	list-style-type: none;
}

.bulletList li {
	line-height: 20px;
}

.numberList {
	list-style-type:number;
	list-style-position: inside;
}



.orange {
	color: var(--orange);
}

.yellow {
	color: var(--yellow);
}

.blue {
	color: var(--blue);
}

.indent {
	line-height: 10px;
}


header {
    height: 500px;
	margin-top: 60px;
	/*background-image:url("../_img/dogCanoe.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}

header div {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	text-align: justify;
	margin-right: 20px;
}

.imaginationLibraryHeader {
	height: 460px;
	min-height: 460px;
	background: url(../_img/imaginationChild.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

header,.headerRibbon {
	background: 0;
	height: 120px;
	margin: 60px 0 20px;
}

.headerRibbon {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
}

.ribbonBlue {
	background-color: var(--ltBlue);
}

.ribbonYellow {
	background-color: var(--yellow);
}

.ribbonOrange {
	background-color: var(--orange);
}

.headerRibbon h1 {
	color: #fff;
	font-size: 70px;
	margin: 20px 30px;
	text-transform: uppercase;
}

.ribbonPosition {
	position: relative;
	top: 170px;
}

.home {
	height: 500px;
	margin-top: 60px;
	background-image:url("../_img/dogCanoe.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.story {
	height: 500px;
	margin-top: 60px;
	background-image:url("../_img/manRiverside.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mainHeader {
	display: flex;
	flex-direction: column;
}

.mainHeader h1 {
/*	font-size: 10vw;*/
	font-size: max(8vw, 30px);
	text-transform: uppercase;
	text-align: justify;
	text-align-last: right;
}

.mainHeader p {
	margin: 20px 0;
}


header h1 span {
	color: var(--orange);
}

nav {
	
}

.navLogo {
	width: 200px;
	height: auto;
	z-index: 10;
	filter: drop-shadow(5px 5px 20px rgba(0,0,0,.5));
	margin-left: 40px;
	position: absolute;
}

main {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
    align-items: center;
}

.singleColumn {
	width: 80%;
	max-width: 1000px;
	margin: 40px auto;
}



.singleColumn h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
}

.singleColumn h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 20px;
}

.singleColumn p {
	margin-bottom: 15px;
}

.twoColumn {
	width: 80%;
	display: flex;
	/*margin: 40px 40px 80px;*/
	margin: 40px auto;
	text-align: left;
}



.twoColumn h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 30px;
}

.twoColumn p {
	margin-bottom: 20px;
}

.twoColumn .col1 {
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
}

.twoColumn .col1 .reverse {
}

.twoColumn .col2 {
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 20px;
}

.twoCol {
	display: flex;
	gap: 20px;
	margin: 20px auto;
}

.twoCol .col1 {
	width: 50%;
}

.twoCol .col2 {
	width: 50%;
}

.twoCol .col2.center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.reverse {
	flex-direction: row-reverse;

}

.reverse .col1 {
	text-align: right;
}

.events {
	margin-bottom: 100px;
}

.chickRules ul{
	list-style-type: decimal;
	text-align: left;
}

.chickRules li {
	margin-bottom: 20px;
}


.button {
	color: #fff;
	background-color: var(--blue);
	border: 2px solid var(--ltBlue);
	border-radius: 5px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.25));
	width: fit-content;
	padding: 10px;
	font-weight: 700;
	margin: auto;
	margin-bottom: 20px;
}

li span {
	position: relative;
	left: -10px;
}

.formSpacer {
	width: 100%;
	height: 1000px;
	border: 2px solid var(--orange);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	margin-bottom: 20px;
}

.flexContainer {
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.flexContainer.team {
	max-width: 750px;
	justify-content: center;
	margin-bottom: 60px;
}

.flexContainer.team:last-of-type {
	margin-bottom: 40px;
}

.flexContainer.team .flexItem {
    min-width: 150px;
    height: auto;
}

.flexContainer.team .flexItem .picture {
    margin-bottom: 10px;
}

.flexContainer.team .flexItem .picture img {
	width: 150px;
	height: auto;
}

.flexContainer.team .flexItem .text {
    color: var(--orange);
    font-weight: 700;
	line-height: 22px;
}

.flexContainer.fundedOrganizations {
	width: 100%;
	gap: 50px;
}

.flexContainer.fundedOrganizations .flexItem {
	min-height: 100%;
	display: flex;
}

.flexContainer.fundedOrganizations .picture {
	padding: 15px;
	color: #000;
	width: 30%;
}

.flexContainer.fundedOrganizations .picture img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.squareLogo {
	max-width: 150px;
}

.flexContainer.fundedOrganizations .text {
	text-align: left;
	padding: 20px;
	color: #000;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexContainer.fundedOrganizations p {
	margin-bottom: 0;
}

.flexContainer, .flexHorizontal {
	justify-content: space-around;
	margin:auto;
	margin-top: 20px;
}

.giveAKid img {
	width: 380px;
	height: auto;
	margin: 10px 0px;
}

.thanksgiving img {
	width: 380px;
	height: auto;
	margin: 10px 0px;
}


.fishTheChick img {
	width: 200px;
	height: auto;
}


.threeColumn {
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 60px auto;
	gap: 80px;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.threeColumn h3 {
	text-transform: uppercase;
	font-family: "League Gothic", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	
}

.threeColumn .col1 {
	background-color: var(--blue);
	width: 28%;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
}

.threeColumn .col2 {
	background-color: var(--orange);
	width: 28%;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
}

.threeColumn .col3 {
	background-color: var(--yellow);
	width: 28%;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
}

.teams img{
	width: 200px;
	margin-bottom: 20px;
}

.teams .col1 {
	background-color: #fff;
	color: var(--orange);
}

.teams .col2 {
	background-color: #fff;
	color: var(--orange);
}

.teams .col3 {
	background-color: #fff;
	color: var(--orange);
}

.impact .col1 {
	background-color: #fff;
	width: 25%;
}

.impact .col2 {
	background-color: #fff;
	width: 28%;
	text-align: right;
}

.impact .col2 h4 {
	color: #000;
	text-transform: uppercase;
}

.impact .col2 p {
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}

.impact .col3 {
	background-color: #fff;
	width: 28%;
	text-align: right;
}

.impact .col3 h4 {
	color: #000;
	text-transform: uppercase;
}

.impact .col3 p {
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}

.ribbon {
	text-transform: uppercase;
	font-family: "League Gothic", sans-serif;
	color: #fff;
	font-size: 50px;
	background-color: var(--ltBlue);
	width: 70%;
	padding: 10px;
	margin: 40px auto;
}

.ribbon h2 {
	margin: 0;
}

.getInvolved {
	background: url("../_img/womenCanoe.webp");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 0;
	padding-top: 50px;
}

.getInvolved h2 {
	text-transform: uppercase;
	font-family: "League Gothic", sans-serif;
	font-size: 60px;
	color: #fff;
	z-index: 1;
	text-shadow: 2px 2px 25px rgba(0,0,0,.35);
}

.getInvolved .container {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}

.getInvolved .container .containerOne {
	width: 30%;
	text-align: left;
}

.getInvolved .container .containerTwo {
	width: 70%;
	
}

.getInvolved .container .containerTwo textarea {
	width: 50%;
	display: inline-block;
	margin: 5px;
}



.firstName {
	max-width: 40%;
}

.lastName  {
	max-width: 40%;
}

.email {
	min-width: 82%;
}

.blueLayer {
	width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,78,149,.5);
    position: absolute;
    top: 0;
    z-index: -1;
}

.assistanceForm {
	margin: 40px 0;
}

.help {
	background-color: var(--ltBlue);
	color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}

.helpHeader {
	background-color: var(--blue);
	padding: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;;
}

.helpHeader h5 {
	margin-top: 0px;
}

.helpContent {
	padding: 20px;
}

.helpContent ul {
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
}

.helpContent ul li {
	margin-bottom: 10px;
	padding-left: 23px;
	text-indent: -21px;
}

.helpContent ul li:last-of-type{
	margin-bottom: 0;
}


footer {
    background-color: var(--blue);
    width: 100%;
	/*height: 180px;*/
    height: auto;
    flex-shrink: 0;
    text-align: center;
    color: #fff;
	position: relative;
	margin-top: 60px;
}

footer a {
	color: #fff;
}

.footerImg {
	width: 200px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 40px;
	z-index: 1;
	filter: drop-shadow(5px 5px 20px rgba(0,0,0,.5));
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerImg p {
	position: absolute;
	color: var(--blue);
	margin-top: 50px;
	line-height: 20px;
}

.footerNav {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.footerNav div {
	min-width: 60px;
}

.footerNav h3 {
	font-family: "League Gothic", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}

.footerNav p {
	text-align: left;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 8px;
}

.mobileFooter {
	visibility: hidden;
	position: absolute;
}


/*.footerNav li {
	display: inline;
}*/

@media all and (max-width: 950px) {

.navLogo {
	border: 2px solid red;
	visibility: hidden;
}

.footerImg {
	visibility: hidden;
	position: absolute;
}


}

/* MOBILE CSS BEGINS HERE */

@media all and (max-width: 660px) {


	.mainHeader {
	}

	main {
		flex-wrap: wrap;
	}

	.home {
	height: 300px;
	min-height: 250px;
	margin-top: 60px;
	background-image:url("../_img/dogCanoe.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.story {
	height: auto;
	display: flex;
	flex-direction: column;
	background-image: none;
}

.story .mainHeader {
	width: 80%;
}

.story h1 {
	font-size: 60px;
	margin-top: 10px;
}

.storyText.twoColumn .col2 {
	visibility: hidden;
	position: absolute;
}

.storyText.twoColumn .col1 {
	width: 100%;
}

.committees .col2{
	border: 2px solid red;
	visibility: hidden;
	position: absolute;
}

.committees .col1 {
	width: 100%;
}

.committees h3 {
	text-align: center;
}

.committees p {
	text-align: left;
	margin-bottom: 60px;;
}

.impact .col1 img {
	width: 300px;
	margin: auto;
}

.oversize h1{
	font-size: 55px;
	text-align: left;
}

.flexContainer.fundedOrganizations .flexItem {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexContainer.fundedOrganizations .flexItem .picture {
	width: 60%;
}

.flexContainer.fundedOrganizations .flexItem .text {
	width: 100%;
}

.volunteer {
	flex-direction: column;
}

.volunteer .col1 {
	width: 100%;
}

.volunteer .col2 {
	margin: auto;
	width: 60%;
}

.imaginationLibraryHeader {
min-height: 240px;
}

.imaginationParticipation {
	flex-wrap: wrap;
	width: 100%;
}

.imaginationParticipation .col1 {
	width: 100%;
}

.imaginationParticipation .col2 {
	width: 100%;
}


.ribbon h2 {
	font-size: 40px;
}

.getInvolved {
	height: 300px;
}
    
	.threeColumn {
		flex-direction: column;

	}

	.threeColumn .col1 {
		width: 100%;
	}

	.threeColumn .col2 {
		width: 100%;
	}

	.threeColumn .col3 {
		width: 100%;
	}
	
	footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}

	.footerNav {
		display: none;
	}

	.mobileFooter {
		visibility: visible;
		position: relative;
	}

}
