@charset "utf-8";
:root {
	--green: #006b3c;
	--deep: #003b24;
	--gold: #d5b35a;
	--cream: #f5f2e9;
	--ink: #12251c;
	--sectionalt: #063b25;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--ink);
	background: var(--cream);
	width: 100%;
/*	align-content: center;*/
	max-width: 1400px;
/*	min-height: 1500px;*/
}

a {
	text-decoration: none;
	color: inherit;
}

nav {
	height: 100px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	position: sticky;
	top: 0;
	z-index: 20;
	box-shadow: 0 2px 12px #0002;
}

.top {
	background: #002b1b;
	color: white;
	text-align: center;
	padding: 9px;
	font-size: 14px;
	letter-spacing: .7px;
}

.top::before {
	content: "🍀 HOUSTON BOBBY LENNOX CELTIC SUPPORTERS CLUB • GLASGOW IS GREEN & WHITE IN HOUSTON";
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	color: var(--deep);
}

.brand::before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 90px;
/*	background-image: url('../images/hblcsclogo.jpeg');*/
	background-image: url('../images/HBLCSC 30th Ann Badge with Hoops.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.navlinks {
	display: flex;
	gap: 25px;
	font-size: 14px;
	font-weight: 800;
}

.navlinks a:hover {
	color: var(--green);
}

.header {
/*	min-height: 200px;*/
	display: flex;
	align-items: center;
	padding: 10px 5%;
	color: white;
    background: linear-gradient(to right, #002d1b 0%, #00482d 52%, #00301b 100%);
}

.header-inner {
	text-align: center;
	width: 100%;
}

.eyebrow {
	color: var(--gold);
	font-weight: 900;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 14px;
}

.header h1 {
	font-size: 48px;
	line-height: .9;
	margin: 15px 0 15px;
	letter-spacing: -3px;
}

.header p {
	font-size: 18px;
	color: #f2f6f3;
	line-height: 1.5;
}
.buttons {
	margin-top: 32px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.btn {
	padding: 15px 24px;
	border-radius: 5px;
	font-weight: 900;
	display: inline-block;
}

.btn:hover {
	color: var(--green);
	background-color: white;
}

.primary {
	background: var(--green);
	color: white;
}

.outline {
	border: 2px solid white;
	color: white;
}

section {
	padding: 25px 7%;
}

.ourstory {
	background: var(--sectionalt);
}

.ourstory .sectionhead h2 {
	font-size: 43px;
	color: white;
	margin: 0 0 12px;
}

.ourstory .sectionhead p {
	font-size: 18px;
	color: white;
}

.sectionhead {
	text-align: center;
	margin: 0 auto 10px;
}

.sectionhead h2 {
	font-size: 43px;
	color: var(--deep);
	margin: 0 0 12px;
}

.sectionhead p {
	font-size: 18px;
	color: #526058;
}

.story {
	margin: auto;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0,1.1fr) minmax(0,0.9fr);
	gap: 55px;
}

.story h3 {
	font-size: 28px;
	color: white;
}

.story p {
	font-size: 17px;
	line-height: 1.75;
	color: white;
	text-align: justify;
}

.quote {
	background: black;
	color: white;
	padding: 20px;
	border-radius: 12px;
	border-left: 17px solid var(--gold);
}

.quote strong {
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}

.quote em {
	color: #dce9e1;
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: auto;
}

.card {
	background: white;
	padding: 10px;
	border-radius: 10px;
/*	box-shadow: 0 8px 8px;*/
}

.card .num {
	color: var(--gold);
	font-size: 35px;
	font-weight: 900;
}

.card h3 {
	font-size: 22px;
	color: var(--green);
}

.match {
	color: black;
}

.match .sectionhead h2 {
	color: black;
}

.match .sectionhead p {
	color: green;
}

.spirit {
	background: var(--sectionalt);
	color: white;
}

.spirit .sectionhead h2 {
	color: white;
}

.spirit .sectionhead p {
	color: white;
}

.spirit .cards .card p {
	color: black;
}

.spirit .cards p {
	color: white;
}

.venue {
	background: white;
	color: var(--ink);
	border-radius: 12px;
	padding: 10px;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	display: flex;
	margin: auto;
}

.venue h3 {
	font-size: 28px;
	color: var(--green);
	margin: 0 0 8px;
}

.venue h3:hover {
	color: white;
	background-color: var(--green);
}

.venue p {
	margin: 4px 0;
}

.venue p a:hover {
	color: white;
	background-color: black;
}

.bobby {
	background: linear-gradient(135deg, #f7f4eb, #e9efe9);
}

.bobby-inner {
	margin: auto;
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 55px;
	align-items: center;
}

.badge {
	min-height: 310px;
	border-radius: 14px;
	background: var(--green);
	display: grid;
	place-items: center;
	color: white;
	text-align: center;
	padding: 15px;
}

.badge .lion {
	font-size: 70px;
}

.badge h3 {
	font-size: 30px;
	margin: 8px;
}

.bobby h2 {
	font-size: 43px;
	color: var(--deep);
	margin-top: 0;
}

.bobby p {
	font-size: 17px;
	line-height: 1.75;
}

footer {
	background: white;
	color: green;
	text-align: center;
	padding: 12px 7%;
}

.footerbrand {
	color: black;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 8px;
}

.section-reverse {
	background: var(--sectionalt);
}

.section-reverse .sectionhead h2 {
	color: white;
}

.section-reverse .sectionhead p {
	color: white;
	text-align: justify;
}

.justify {
	text-align: justify;
}

.sidebar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	z-index: 999;
	background-color: var(--cream);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 20px;
}

.sidebar li {
	list-style: none;
	margin-top: 20px;
	font-size: 0.9rem;
	font-weight: bold;
}

.sidebar li:hover {
	display: inline-block;
	background-color: var(--green);
	color: var(--cream);
}

.sidebar a {
	width: 100%;
}

.sidebar ul {
	padding-left: 20px;
}

@media (max-width: 900px) {
	.top,
	.brand,
	.navlinks,
	.eyebrow {
		font-size: 12px;
	}
	
	.header h1 {
		font-size: 32px;
	}
	
	.story, 
	.bobby-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Drop cards down to two columns */
	.cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.top,
	.brand,
	.navlinks,
	.eyebrow {
		font-size: 8px;
	}
	
	.cards {
		grid-template-columns: 1fr;
	}

	.venue {
		flex-direction: column;
		text-align: center;
	}

	.sectionhead h2, 
	.ourstory .sectionhead h2, 
	.bobby h2 {
		font-size: 32px;
	}
}

@media (max-width: 500px) {
	.top {
		font-size: 6px;
}