.header-container {
	min-height: 380px;
	background-image: url("Media/pattern.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-center {
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-image {
	height: 100%;
	width: 254px;
	margin-left: 25px;
	background-image: url("Media/joel.png");
	background-repeat: no-repeat;
	background-size: 235px;
}

.header-mini {
	width: 100%;
	height: 50px;
	background-color: #050505;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

.header-text {
	height: auto;
	max-width: 400px;
	text-align: center;
	padding: 25px;
	font-family: 'Poppins', sans-serif;
}

.section-container {
	margin-bottom: -23px;
	--gap-size: 0px;
}

.section-title {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 20px;
	color: #FFFFFF;
}

.section-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
}

.section-spacer {
	display: none;
}

@media screen and (min-width: 1201px) {
	.section-spacer {
		display: block;
	}
}

.section-sizer {
	max-width: 1700px;
	margin-left: max(0px, calc((100% - 1700px) * 0.5));
}

.section-content {
	padding: 25px;
	--gap-size: 1.5em;
	color: #FFFFFF;
}

.article-title {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	margin-top: 0px;
}

.article-content {
	font-size: 17px;
	line-height: 1.5;
}

.article-link {
	color: #757575;
	text-decoration: underline dotted;
}

.card-sub {
	font-weight: 700;
	font-size: 12px;
}

.article-tag {
	margin-right: 10px;
}

.input-icon {
	font-size: 42px;
	margin-left: -9px;
	margin-top: -8px;
}

p {
	margin-bottom: 8px;
}