@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	box-sizing: border-box;
}

body {
	font-family: Roboto, sans-serif;
	line-height: 1.6;
	margin: 0;
	background-color: #4F9D52;
}

h1 {
	font-family: Jaro, sans-serif;
}

.topnav {
	width: 1920px;
	background-color: #2C4168;
	margin: 0 auto;
	justify-content: space-between;
	border-bottom: 1px solid black;
}

.topnav, .main-nav {
	display: flex;
}

.main-nav {
	font-family: Jaro, sans-serif;
	font-size: 30px;
	margin: 0 auto;
	padding: 10px 0;
	align-items: center;
	text-align: center;
}

.logo {
	padding-left: 75px;
}

.main-nav a {
	padding: 30px 46px;
	display: block;
	color: #F2F2F2;
	text-decoration: none;
}

.main-nav .active {
	color: #F7813F;
}

.main-nav a:hover {
	color: #F7813F;
}

.main-nav li a:hover {
	display: block;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.announcement {
	display: flex;
	width: 1920px;
	justify-content: center;
	align-items: center;
	background-color: #363434;
	color: #F2F2F2;
	font-size: 18px;
	font-weight: 350;
	border-bottom: 1px solid black;
}

.announcement a {
	color: #F2F2F2;
}

.announcement a:hover {
	color: #F7813F;
}

header {
	background-image: url("../images/sunset.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 1920px;
	height: 374px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 125px;
	border: 1px solid black;
}

.center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center img {
	width: 1300px;
}

.row {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	line-height: 1.2em;
	font-weight: 300;
	font-size: 21.5px;
	color: #F2F2F2;
}

.row h1 {
	line-height: 1.2em;
	font-weight: 100;
	text-align: center;
}
.youtube {
	margin: 50px 50px 0px 50px;
}

.highlights {
	
	padding: 0px 10px;

}

.highlights ul {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin-top: 35px;
	line-height: 1.5em;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	list-style: url("../images/acorns.png");
}

.img-block {
	display: block;
	margin-left: 125px;
	margin-right: 185px;
}

.news {
	background-color: #2C4168;
	display: flex;
	flex-flow: row wrap;
	padding: 25px 56px;
}

.img-icon {
	display: block;
}

footer {
	width: 100%;
	margin-top: 125px;
	padding: 20px 0px 50px 0px;
	background-color: #2C4168;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
}

.info {
	display: flex;
	justify-content: space-between;
	width: 1440px;
	height: 20px;
	padding-bottom: 170px;
}

.donate {
	text-align: center;
}

.cta {
	background-color: #F7813F;
	padding: .05em 1em;
	display: inline-block;
	border-radius: 16px;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
	color: #F2F2F2;
}

.cta:hover {
	color: #fff;
}

.socials a:hover {
	color: #F7813F;
	mix-blend-mode: screen;
}

.address {
	text-align: right;
}

.copy {
	border-top: 1px solid #F2F2F2;
	width: 1180px;
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
}