/* PEEKABOO, I SEE YOU! */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	text-align: center;
	font-family: "Public Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

	.color-white {
		color: #fff;
	}

	.color-gray {
		color: #aaa;
	}

	.color-header {
		color: #666;
	}

	/* START HEADER STYLING */

	.red-bar{
		display: block;
		border-top: 4px solid #e10000;
	}

	h1, h2 {
		font-weight: 700 !important;
	}

	h1{
		text-align:left;
		color: #013965;
	}

	h2{
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		border-bottom: 2px solid #eee !important;
		line-height: 2em;
	}

	.donate h2 {
		line-height: 1.2em !important;
		border-bottom: none !important;
		width: 100% !important;
	}

	/* END HEADER STYLING */

	.container {
		margin: 0 auto;
		padding: 0;
		display: grid;
		place-items: center;
	}

	.wrapper {
		margin: 0 auto;
		width: 80%;
	}

		.wide {
			width: 100%;
		}

		.header{
			width: 100%;
			background-color:#249;
			background-image: url(images/blue-background.jpg);
			background-size: 100%;
			background-position: center center;
			background-repeat: no-repeat;
		}

		.header .wrapper{
			display: flex;
			place-items: center; /* ? */
		}


			.header-logo, .header-menu{
				display: flex;
			}

				.header-logo-image{
					width: 100%;
				}

				.header-menu{
					flex: 1;
					justify-content: flex-end;
				}

					.header-menu a.normal {
						background-color: #0B2974;
						text-decoration: none;
					}

					.header-menu a.normal:hover{
						background: #222;
					}

					.header-menu a.header-donate{
						background-color: #e10000;
						text-decoration: none;
					}

					.header-menu a.header-donate:hover{
						background-color: #f51b1b;
					}

				.header-button{
					display: inline-block;
					margin-left: 10px;	
					padding: 16px 20px;
					border-radius: 5px;
					color: #fff;
				}

			.header-donate{
				background-color: #D12D48;
			}

		.corrie {
			margin: 0 auto;
			justify-content: center;
		}

			.corrie p {
				text-align: left;
				margin: 0;
				padding: 0;
			}


/* GOOD TO HERE */




			.endorsements {
				display: flex;
				flex-wrap: wrap;
				margin: 0 auto;
				justify-content: center;

			}

			.endorsements .card {
			object-fit: cover;
			border-radius: 8px; /* optional: makes corners rounded */
			}
				.card-text{
					text-align: center;
				}

			.endorsements .card img{
				width: 100%;
			}


/* CHECK ABOVE THIS LINE */

			.donate{
				background-color: #D12D48;
				color: #fff;
				text-align: center;
			}


			a.big-donate-button{
				background-color: #A7132B;
				color: #fff;
				text-decoration: none;
				font-weight: 700;
				display: inline-block;
			}
			a.big-donate-button:hover{
				background-color: #880e22;
				color: #fff;
			}

		.footer{
			background-color: #fff;
			width: 100%;
			color: #aaa;
			text-align: center;
		}

		.footer a{
			color: #aaa;
			text-decoration: underline;
		}
		.paid-for{
			display: inline-block;
			border: 2px solid #aaa;
			padding: 10px;
			font-weight: 800 !important;
		}




@media (max-width: 649px) {

	.youtube{
		margin: 0 0 20px;
	}
	.youtube img{
		width:100%;
	}

	.corrie {
		margin: 0 0 10px 0;
	}

		.corrie .portrait {
			width: 100%;
		}

			.corrie .portrait img {
				width: 280px;
				padding: 0 0 10px 0;
			}

		.corrie .bio {
			width: 100%;
		}

			.corrie p {
				font-size: 12pt;
				line-height: 1.2em;
			}

			.signature {
				width: 150px;
			}
	
	.hide-mobile{
		display: none;
	}

	.header{
		padding:20px 0;
		background-image: none;
	}
	.wrapper{
		min-width:300px;
		padding: 0 10px;
	}
	.header-logo{
		width: 100px;
	}
	.header-menu a{
		font-size:10pt;
	}
	.header-button{
		margin-left: 6px;
		padding: 10px 12px;
	}
	.red-bar{
		
		width: 80px;
		margin: 20px 0 5px 0;
		
	}
	h1{
		font-size: 18pt;
		margin: 0 0 20px 0;
	}
	h2{
		font-size: 18pt;
		margin: 0 0 10px 0;
	}

	.donate{
		padding: 25px 0;
		margin: 30px 0 0 0;
	}

	a.big-donate-button{
		font-size: 18pt;
		padding: 10px 20px;
		margin: 10px 0px;
	}


	.donate p{
		margin: 0 auto 10px auto;
		min-width: 260px;
		
		line-height: 1.2em;
		font-size: 12pt;
		text-align: left;
	}
	.endorsements{
		gap: 10px;
	}
	.endorsements .card{
		width: 85px;
		height: auto;
	}
		.card-text{
			font-size: 10pt;
		}
		.card-text .title{
			display: none;
		}

	.footer{
		margin: 30px 0;
	}
		.footnotes{
			margin: 0 0 15px 0;
		}
		.footer-logo {
			margin: 0 0 15px 0;
		}
		.footer-logo img {
			width: 120px;
		}

		.paid-for {
			font-size: 8pt;
		}
}

@media (min-width: 650px) and (max-width: 1249px) {


	.youtube{
		margin: 0 0 30px;
	}
	.youtube img{
		width:100%;
	}

	.corrie {
		margin: 0 0 40px 0;
	}

		.corrie .portrait {
			width: 450px;
		}

			.corrie .portrait img {
				width: 350px;
				padding: 0 0 20px 0;
			}

		.corrie .bio {
			min-width: 400px;
		}

			.corrie p {
				font-size: 13pt;
				line-height: 1.4em;
			}


	.hide-tablet {
		display: none;
	}


	.header{
		padding:40px 0;
	}

	.header-logo{
		width: 150px;
	}
	.header-menu a{
		font-size:12pt;
	}
	.red-bar{
		width: 100px;
		margin: 20px 0 5px 0;
	}
	h1{
		font-size: 24pt;
		margin: 0 0 30px 0;
	}
	h2{
		font-size: 22pt;
		margin: 0 0 15px 0;
	}

	.donate{
		padding: 30px 0;
		margin: 20px 0 0 0;
	}

	a.big-donate-button{
		font-size: 20pt;
		padding: 15px 30px;
		margin: 10px 0px;
	}

	.donate p{
		margin: 0 auto 15px auto;
		max-width: 600px;
		line-height: 1.2em;
		font-size: 12pt;
		text-align: left;
	}
	.endorsements{
		gap: 20px;
	}
	.endorsements .card{
		width: 150px;
		height: auto;
	}
		.card-text{
			padding: 10px 0;
		}
		.card-text .name{
			font-size: 14pt;
		}
		.card-text .title{
			font-size: 10pt;
		}

	.footer{
		margin: 40px 0;
	}
		.footnotes{
			margin: 0 0 20px 0;
		}
		.footer-logo {
			margin: 0 0 20px 0;
		}
		.footer-logo img {
			width: 160px;
		}
		.paid-for {
			font-size: 10pt;
		}
}

@media (min-width: 1250px) {



	.youtube{
		margin: 0 0 50px;
	}
	.youtube img{
		width:80%;
	}


	.corrie {
		margin: 0 0 50px 0;
		gap: 20px;
	}

		.corrie .portrait {
			width: 500px;
		}

			.corrie .portrait img {
				width: 440px;
				padding: 0 0 20px 0;
			}

		.corrie .bio {
			min-width: 450px;
		}

			.corrie p {
				font-size: 16pt;
				line-height: 1.4em;
			}
	
	.hide-desktop {
		display: none;
	}

	.header{
		padding:70px 0;
	}
	.wrapper{
		max-width:1400px;
	}
	.header-logo{
		width: 200px;
	}
	.header-menu a{
		font-size:13pt;
	}
	.red-bar{
		width: 120px;
		margin: 20px 0 5px 0;
	}
	h1{
		font-size: 30pt;
		margin: 0 0 50px 0;
	}
	h2{
		font-size: 24pt;
		margin: 0 0 20px 0;
	}


	.endorsements{
		gap: 40px; /* spacing between images */
	}
	.endorsements .card{
		width: 225px;
		height: auto;
	}
		.card-text{
			padding: 10px 0;
		}
		.card-text .name{
			font-size: 18pt;
		}
		.card-text .title{
			font-size: 12pt;
		}

	.donate{
		padding: 40px 0;
		margin: 40px 0 0 0;
	}

	a.big-donate-button{
		font-size: 20pt;
		padding: 20px 40px;
		margin: 10px 0px;
	}

	.donate p{
		margin: 0 auto 20px auto;
		max-width: 850px;
		line-height: 1.2em;
		font-size: 14pt;
		text-align: left;
	}




	.footer{
		margin: 40px 0;
	}
		.footnotes{
			margin: 0 0 20px 0;
		}
		.footer-logo {
			margin: 0 0 20px 0;
		}
		.footer-logo img {
			width: 200px;
		}
		.paid-for {
			font-size: 10pt;
		}



		

}