body {
	background-color: #0e151f;
	color: #ffffff;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.hero {
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	border-bottom: 2px solid #a88a2e;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.profile-image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid white;
	object-fit: cover;
	position: absolute;
	top: 180px; /* Push image about 1cm (≈37px) below hero top */
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.name {
	margin-top: 140px; /* Adjust for profile image overlap */
	font-size: 3em;
	font-weight: bold;
}

.tagline {
	font-size: 1.5em;
	margin-top: 10px;
}

.muted {
	color: #a6b8c6;
}

.pb {
	background-color: #121a25;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.pb-clock {
	color: #f2b600;
	font-size: 20px;
}

.pb-distance {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

.pb-time {
	font-size: 65px;
}
@media (min-width: 576px) {
	.pb-time {
		font-size: 35px;
	}
}
@media (min-width: 768px) {
	.pb-time {
		font-size: 35px;
	}
}
@media (min-width: 992px) {
	.pb-time {
		font-size: 45px;
	}
}
@media (min-width: 1200px) {
	.pb-time {
		font-size: 55px;
	}
}
@media (min-width: 1400px) {
	.pb-time {
		font-size: 65px;
	}
}

.pb-race {
	font-size: 20px;
}

.pb-date {
	font-size: 20px;
}

.about {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.about h1 {
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}

.about p {
	font-size: 1.2em;
}

.socials {
	margin-top: 30px;
	text-align: center;
}

.social-img {
	max-height: 100px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.social-img-rounded {
	border-radius: 25px;
}

@media (max-width: 576px) {
	.social-img {
		max-height: 75px;
		padding: 3px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.social-img-rounded {
		border-radius: 25px;
	}
}

.footer-spacing {
	min-height: 50px;
}

footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 0.8;
}

.footer-text {
	font-size: 0.9em;
}

.footer-img {
	vertical-align: text-top;
	max-height: 15px;
}

@media (max-width: 576px) {
	.wide-content {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.bold {
	font-weight: bold;
}
