html {
	background: repeating-linear-gradient(
			135deg,
			#fff,
			#E6E6E6 3px,
			#fff 6px
	);
}

body {
	background: url("../img/footer-bg.png") no-repeat center bottom;
	background-size: 1100px auto;
}

@media (max-width: 576px) {
	body {
		background-size: inherit;
	}
}

.pos-relative {
	position: relative;
}

.letter-spacing--small {
	letter-spacing: 0.4px;
}

.logo {
	position: absolute;
	top: 0;
	right: 15px;
	max-width: 180px;
}

@media (max-width: 768px) {
	.logo {
		max-width: 20vw;
	}
}

@media (max-width: 576px) {
	.logo {
		right: 0;
		max-width: 25vw;
	}
}

@media (max-width: 576px) {
	.container:first-of-type {
		padding: 0;
	}
}

.divider {
	border-color: #02A0E4;
}

.divider.divider-center {
	border-width: 5px;
	max-width: 108px;
}

.divider.headline-divider {
	margin-top: 80px;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 40px;
	color: #02A0E4;
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
}

/* Social Media Section */
.social-media {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #DCDCDC;
}

.social-media__title {
	color: #003064;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

.social-media__list {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media__link {
	align-items: center;
	color: #5F5F5F;
	display: flex;
	gap: 8px;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.social-media__link:hover {
	color: #02A0E4;
	text-decoration: none;
}

.social-media__link svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.social-media__link--youtube svg {
	width: 28px;
	height: 22px;
}

.social-media__link:hover svg path,
.social-media__link:hover svg rect {
	stroke: #02A0E4;
}

.social-media__link--youtube:hover svg path:first-child {
	fill: #02A0E4;
	stroke: none;
}

@media (max-width: 576px) {
	.social-media__list {
		gap: 24px;
	}

	.social-media__link svg {
		width: 20px;
		height: 20px;
	}

	.social-media__link--youtube svg {
		width: 24px;
		height: 18px;
	}
}

/* Footer */
footer {
	margin-top: 240px;
	padding-bottom: 30px;
}

footer .footer-address {
	color: #fff;
	padding-top: 15px;
}

@media (max-width: 576px) {
	footer .footer-address {
		padding: 0 10px;
	}
}
