#header {
	background-color: #000000;
}

.white-icon {
  color: #fff; /* Set the color to white */
}

#logo {
	width: 100%;
	height: 100%;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	display: block;
}

@media screen and (max-width: 600px) {
	#logo) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}

	.hero {
		height: 320px;
	}
}

.topnav {
	overflow: hidden;
	background-color: #000;
}

.topnav a {
	padding: 14px 16px;
	color: #e0e0e0;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	float: left;
	display: block;
}

.topnav a:hover {
	transition: 0.5s;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}

	.hero {
		height: 320px;
	}
}

@media screen and (min-width: 601px) {
	.topnav {
		display: flex;
 		justify-content: center;
	}

	.topnav a:not(:first-child) {
		margin-left: 0;
		padding: 14px 16px;
		width: auto;
	}
}

.topnav.responsive {
	position: relative;
}

.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}

.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}



#cover {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	text-align: center;
}

#cover h1 {
	color: white;
	font-size: 36px;
	font-weight: 800;
	text-shadow: 2px 2px 4px #000000;
}

#cover h1 {
	display: inline-block;
	position: relative;
}

#cover p {
	color: white;
	font-size: 30px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}

#body {
	padding-top: 40px;
	padding-bottom: 40px;
}

#index {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#index {
		padding-left: 4%;
	padding-right: 4%;
	}
}

#body p {
	color: #090909;
	font-size: 16px;
	font-weight: 300;
}

#body p:last-of-type {
	margin-bottom: 0;

}

#body h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

#body h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}

#body a {
	text-decoration: none;
}

#body ul {
	padding-left: 20px;
}

#body li {
	margin-bottom: 20px;
}





#hl-section {
	background-color: black;
	color: #F0F0F0;
	text-align: center;
}

#hl-section h3 {
	font-weight: 400;
}

#hl-section h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}





#ft-section {
	background-color: #F3F4F6;
}

#ft-section h4 {
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
}

#ft-section p {
	font-size: 16px;
}

#ft-section p:last-of-type {
	margin-bottom: 0;
}

#ct-section {
	color: #090909;
	text-align: center;
}

#ct-section h3 {
	margin-top: 0;
	font-size: 32px;
}

#ct-section p {
	font-size: 18px;
}

#footer {
	background-color: #000;
	color: #e0e0e0;
}

#footer h3 {
	margin-top: 0;
	color: #e0e0e0;
	font-size: 21px;
	font-weight: 400;
}

#footer p {
	font-size: 15px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

.logo {
	padding-bottom: 16px;
}

#copyright {
	border-top: 1px solid #b0b0b0;
	background-color: #000;
	padding: 30px 0;
	color: #e0e0e0;
	font-size: 14px;
	text-align: center;
}