@media (max-width: 700px) {
	.about-hero-box {
		min-height: 1200px;
		background-size: 200% !important;
		background-position: center top !important;
	}
	.about-hero-box::before {
		top: -30px;
		left: -10px;
		right: -10px;
		bottom: -30px;
		border-radius: 24px;
	}
	.bottom-image-wrap {
		min-height: 500px;
	}
	.about-hero-box {
		min-height: 600px;
	}
	.about-hero-content {
		padding: 64px 8vw;
	}
	.about-hero-content h1 {
		font-size: 2.2rem;
	}
	.about-hero-content p {
		font-size: 1.5rem;
	}
	.about-hero-amazing {
		font-size: 0.5rem;
		position: static;
		display: block;
		margin: 240px auto 0 auto;
		text-align: center;
	}
}

@media (max-width: 400px) {
	.about-hero-box {
		min-height: 900px;
		background-size: 200% !important;
		background-position: center 30% !important;
	}
	.about-hero-box {
		min-height: 90px;
	}
	.about-hero-content {
		max-width: 98vw;
		padding: 12px 2vw;
	}
	.about-hero-content h1 {
		font-size: 0.8rem;
		word-break: break-word;
	}
	.about-hero-content p {
		font-size: 0.7rem;
		word-break: break-word;
	}
	.about-hero-amazing {
		font-size: 0.22rem;
		position: static;
		display: block;
		margin: 210px auto 0 auto;
		text-align: center;
		padding: 0 2vw;
	}
}
/* Big bold yellow AMAZING text for About page */
.about-hero-box {
	position: relative;
}
.about-hero-amazing {
	position: absolute;
	left: 50%;
	bottom: 0px; /* Move even closer to the bottom */
	transform: translateX(-50%);
	color: #FFD600;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 2px 2px 10px #000;
	z-index: 2;
	width: max-content;
	padding: 0 16px;
}
@media (max-width: 600px) {
	body {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: scroll;
	}
}
@media (max-width: 600px) {
	.home-hero-box {
		min-height: 5000px;
	}
	.home-hero-top-text {
		font-size: 0.7rem;
		top: 2px;
		padding: 0 2px;
	}
	.home-hero-content {
		padding-top: 1200px;
		padding-bottom: 1200px;
	}
}
@media (max-width: 700px) {
	.home-hero-top-text {
		font-size: 1rem;
		top: 6px;
		padding: 0 8px;
	}
}

@media (max-width: 400px) {
	.home-hero-top-text {
		font-size: 0.85rem;
		top: 2px;
		padding: 0 4px;
	}
}
/* Top yellow text for home hero */
.home-hero-top-text {
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFD600;
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: 0.5px;
	z-index: 3;
	text-shadow: 1px 1px 6px #000;
}
/* Overlay image on upper right of bottom image */
 .bottom-overlay-img {
	position: absolute;
	top: -400px;
	right: -30px;
	width: 290px;
	height: 185px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.13);
	z-index: 3;
}
/* White box extending from image to right side */
.bottom-white-box-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}
.bottom-white-box {
	position: absolute;
	top: 0;
	left: calc(100vw - 120px); /* matches margin-left of image */
	width: calc(100vw - (100vw - 120px));
	min-width: 120px;
	height: 180px;
	background: #fff;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.10);
	z-index: 2;
}
@media (max-width: 700px) {
	.bottom-white-box {
		height: 100px;
		min-width: 60px;
		left: calc(100vw - 60px);
		width: calc(100vw - (100vw - 60px));
	}
}
/* Bottom Image Above Footer */
.bottom-image-wrap {
	width: 100vw;
		font-size: 2rem;
		   position: static;
		   display: block;
		   margin: 24px auto 18px auto; /* Adjusted margin for more space */
		   text-align: center;
	   }

@media (max-width: 900px) {
	.bottom-image {
	height: 130px;
	margin-left: -40px;
	max-width: 100vw;
	margin-top: -130px;
	}
	.bottom-overlay-img {
	width: 180px;
	height: 110px;
	top: -270px;
	right: 0;
	}
}

@media (max-width: 600px) {
	.bottom-image {
	height: 80px;
	margin-left: 0;
	max-width: 100vw;
	margin-top: -95px;
	}
	.bottom-overlay-img {
	width: 110px;
	height: 70px;
	top: -195px;
	right: 0;
	}
}
/* About Hero Box with Background Image */
 .about-hero-box {
	 width: 100%;
	 min-height: 370px;
	background: url('https://thfvnext.bing.com/th/id/OIP.rS7yFXvFIM0lguvomF3_zwHaDT?w=345&h=155&c=7&r=0&o=7&cb=thfvnext&dpr=1.3&pid=1.7&rm=3') center 40%/cover no-repeat;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 margin: 0 0 32px 0;
	 border-radius: 14px;
	 box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.about-hero-box::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.45);
	z-index: 1;
	border-radius: 14px;
}
.about-hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 36px 20px;
	width: 100%;
	max-width: 700px;
}
.about-hero-content h1 {
	margin: 0 0 10px 0;
	font-size: 2rem;
	font-weight: bold;
}
.about-hero-content p {
	margin: 0;
	font-size: 1.15rem;
}
@media (max-width: 600px) {
	.about-hero-box {
		min-height: 100px;
		margin: 18px 0 18px 0;
	}
	.about-hero-content h1 {
		font-size: 1.1rem;
	}
	.about-hero-content p {
		font-size: 0.95rem;
	}
}
/* Home Contact Button */
.home-contact-btn-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -60px;
	margin-bottom: 32px;
	z-index: 3;
}
.home-contact-btn {
	display: inline-block;
	background: #111;
	color: #FFD600;
	font-size: 1.15rem;
	font-weight: bold;
	padding: 14px 38px;
	border: none;
	border-radius: 28px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.13);
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
	letter-spacing: 0.5px;
}
.home-contact-btn:hover {
	background: #FFD600;
	color: #111;
}
/* Home Hero Box with Background Image */
 .home-hero-box {
	 width: 100%;
	 min-height: 740px;
	 background: url('https://thfvnext.bing.com/th/id/OIP.weRzgWOX7jX7rmJ37vIn1gHaE8?w=291&h=194&c=7&r=0&o=7&cb=thfvnext&dpr=1.3&pid=1.7&rm=3') center center/cover no-repeat;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 margin: 0 0 32px 0;
	 border-radius: 14px;
	 box-shadow: 0 2px 16px rgba(0,0,0,0.18);
	 border: 4px solid #fff;
}
.home-hero-box::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.45);
	z-index: 1;
	border-radius: 14px;
}
.home-hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 36px 20px;
	width: 100%;
	max-width: 700px;
}
.home-hero-content h2 {
	margin: 0 0 10px 0;
	font-size: 2rem;
	font-weight: bold;
}
.home-hero-content p {
	margin: 0;
	font-size: 1.15rem;
}
@media (max-width: 600px) {
	.home-hero-box {
		min-height: 120px;
		margin: 18px 0 18px 0;
	}
	.home-hero-content h2 {
		font-size: 1.1rem;
	}
	.home-hero-content p {
		font-size: 0.95rem;
	}
}
/* Logo always on far left, sticky */
.navbar-logo {
	height: 40px;
	width: 40px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 16px;
}
body {
	margin: 0;
	padding: 0;
	background: url('https://thfvnext.bing.com/th/id/OIP.aDTneCXFUbBosUeIK6MEhAHaI4?w=160&h=191&c=7&r=0&o=5&cb=thfvnext&dpr=1.3&pid=1.7') center center/cover no-repeat fixed;
	font-family: 'Segoe UI', Arial, sans-serif;
}



 .navbar {
	width: 100%;
	background: #111;
	color: #FFD600;
	position: sticky;
	top: 0;
	z-index: 1000;
}
/* Fix: move these into .navbar-container */
.navbar-container {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 60px;
}
.navbar-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFD600;
}
.navbar-links {
	display: flex;
	gap: 18px;
}
.navbar-links a {
	color: #FFD600;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	transition: color 0.2s;
}
.navbar-links a:hover {
	color: #fff;
}
.nav-toggle {
	display: none;
}
.nav-toggle-label {
	display: none;
	flex-direction: column;
	cursor: pointer;
	height: 28px;
	justify-content: center;
}
.nav-toggle-label span {
	display: block;
	width: 28px;
	height: 4px;
	margin: 4px 0;
	background: #FFD600;
	border-radius: 2px;
}
@media (max-width: 700px) {
	.navbar-container {
		flex-direction: row;
		height: 54px;
	}
	.navbar-links {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #111;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.navbar-links a {
		padding: 16px 24px;
		width: 100%;
		border-bottom: 1px solid #222;
	}
	.nav-toggle-label {
		display: flex;
	}
	.nav-toggle:not(:checked) ~ .navbar-links {
		display: none !important;
	}
	.nav-toggle:checked ~ .navbar-links {
		display: flex !important;
	}
	/* Hide all links except hamburger by default */
	.navbar-links {
		display: none;
	}
	.nav-toggle-label {
		display: flex;
	}
	/* Hide links except hamburger, but keep logo visible */
	.navbar-links {
		display: none;
	}
	.navbar-logo {
		display: inline-block;
		height: 48px;
		width: 48px;
		max-width: 24vw;
		max-height: 48px;
		margin-right: 10px;
		vertical-align: middle;
		object-fit: cover;
	}
	.nav-toggle-label {
		display: flex;
	}
	.nav-toggle:checked ~ .navbar-links {
		display: flex !important;
	}
}

 .main-content {
	 min-height: 160vh;
	 padding: 40px 20px 300px 20px;
	 max-width: 900px;
	 margin: 0 auto;
}

.site-body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.site-wrapper {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.footer {
	width: 100%;
	background: #111;
	color: #FFD600;
	text-align: center;
	padding: 18px 10px;
	font-size: 1.1rem;
	margin-top: auto;
	position: static;
	left: unset;
	bottom: unset;
	z-index: 100;
}
.yellow-text {
	color: #FFD600;
	font-weight: bold;
}
