/* High-level elements */

body {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #0f172a;
	color: #0f172a;
	text-align: center;
}

*, *::before, *::after {
	box-sizing: border-box;
}

h1 {
	font-weight: 700;
	font-size: 2rem;
	margin-top:	0;
	margin-bottom: 0.5rem;
}

.sectionMain h1 {
	padding: 0 0 2px 0;
	color: #000000;
	border-bottom: 2px solid #404040;
	font-weight: bold;
}


h2, .myH2 {
	clear: both;
	font-size: 1.5rem;
	margin-top:	0.75rem;
	margin-bottom: 0.25rem;
	font-weight: 700;
}

.inline {
	clear: none;
}

h3 {
	clear: both;
	font-size: 1.25rem;
	margin-top:	1rem;
	margin-bottom: 0.25rem;
}

.sectionItem h3 {
	clear: none;
	margin-top:	0;
}

.sectionItemNoText h3 {
	clear: none;
	margin-top:	0;
}

h4 {
	font-size: 1.1rem;
	margin-top:	0;
	margin-bottom: 0;
}

a {
	color: #2563eb;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #7c3aed;
	background-color: transparent;
}

a:hover, a:focus-visible {
	color: #1d4ed8;
	text-decoration: none;
	background-color: transparent;
}

a:focus-visible {
	outline: 2px solid #1d4ed8;
	outline-offset: 2px;
}

img {
	border: 0;
}

/* Home */

.navigation {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.navigation ul {
	list-style: none;
	margin-top: 2px;
	padding: 0;
	text-indent: 0;
}

.navigation ul li {
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	text-indent: 0;
}

/* Header */

.header {
	padding: 12px 16px;
	background-color: #ffffff;
	color: #0f172a;
	text-align: left;
	border-bottom: 1px solid #e2e8f0;
	border-radius: 10px 10px 0 0;
}

.headerLogo {
	font-size: 1.75rem;
	font-weight: 700;
}

.headerNav {
	float: right;
	margin-top: 6px;
}

.home-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.home-link:hover,
.home-link:focus-visible {
	color: #1d4ed8;
	border-color: #818cf8;
	text-decoration: none;
}

.skip-link {
	position: absolute;
	left: -999px;
	top: -999px;
	background: #ffffff;
	color: #1d1d1d;
	padding: 8px 12px;
	border-radius: 6px;
	border: 2px solid #1f4d6b;
	z-index: 1000;
}

.skip-link:focus {
	left: 16px;
	top: 16px;
}

/* Footer */

.footer {
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding: 12px 16px;
	background-color: #ffffff;
	color: #0f172a;
	text-align: left;
	font-size: 0.9rem;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.validIcon {
	float: right;
	padding-top: 8px;
}

.validIcon img {
	border: 0;
	width: 88px;
	height: 31px;
}

.footerLinks {
	float: right;
}

/* Section */

.sectionBody {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding: 0;
	width: min(900px, 100%);
}


.sectionMain {
	padding: 20px 24px;
	background: #f8fafc;
	color: #0f172a;
	border: 1px solid #e2e8f0;
	text-align: left;
	overflow: hidden;
	border-top: none;
	border-radius: 0;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.lead {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	color: #475569;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.card-grid.two-col {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
	.card-grid.two-col {
		grid-template-columns: 1fr;
	}
}

.card {
	display: block;
	padding: 16px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card h2 {
	margin-top: 0;
}

.card p {
	margin-bottom: 0;
	color: #475569;
}

.card-action {
	display: inline-block;
	margin-top: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	font-weight: 600;
	color: #1d4ed8;
}

.card-action:hover,
.card-action:focus-visible {
	color: #1d4ed8;
	border-color: #818cf8;
	text-decoration: none;
}

.card:hover,
.card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.sectionAd {
	width: 758px;
	float: left;
	margin: 2px 0 4px 0;
	padding: 0;
}

.largeRectangleLeftAd {
	float: left;
	margin: 4px;
	padding: 4px;
}

div.sectionItem, div.sectionItemNoText {
	border: 1px solid #dddddd;
	color: #000000;
	background: #D0BB98;
}

div.sectionItem, div.sectionItemNoText {
	margin: 6px 0;
	padding: 6px;
	overflow: hidden;
}

img.sectionItem, img.sectionItemNoText {
	max-width: 150px;
	max-height: 100px;
	float: right;
	border: 1px solid #066;
	margin-left: 4px;
}

.sectionDate {
	font-size: 10pt;
	margin-top:	0;
	margin-bottom: 5px;
	font-weight: normal;
}

.sectionMain ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}

.sectionMain ul li {
	margin: 0.25rem 0;
}

.sectionMain ul ul {
	margin-left: 20px;
}

.links-page h3 {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #e2e8f0;
}

.links-page h4 {
	margin-top: 0.75rem;
	color: #334155;
}

.links-page ul {
	list-style: none;
	margin: 0.25rem 0 1.25rem;
	padding: 0;
}

.links-page li {
	padding: 8px 10px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	margin: 8px 0;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.links-page li a {
	font-weight: 600;
}

.links-page li a + a {
	margin-left: 8px;
}

.mapcontainer {
	text-align: center;
	padding: 10px;
	border: #000000 solid 1px;
	background: #A7977D;
}

img.map, .mapcontainer img {
	max-width: 90%;
	border: 1px solid #066;
	margin: auto;
	display: block;
}

.videocontainer {
	text-align: center;
}

div.thumb, .thumbs div {
	height: 104px; /* Setting a height ensures that rows wrap all the way back to left side */
	float: left;
	border: 0;
	padding: 0;
	margin: 4px;
}

div.thumb img, .thumbs img {
	max-height: 100px;
	padding: 0;
	margin: 0;
	border: 1px solid #066;
}


ul.placesBeen {
	margin-left: 16px;
	padding: 0;

}

ul.placesBeen li {
	margin: 0;
	padding-left: 2px;
	list-style: square;
}

.tripMap {
	background: #fef;
	border: 1px solid #066;
	padding: 4px;
	float: right;
}

.listPhoto {
	float: right;
	width: 120px;
	text-align: center;
	font-size: 10pt;
	background-color: #dedede;
	border: 1px solid #333333;
	padding: 2px;
	margin-left: 2px;
}

.topBannerAd {
	text-align: center;
	margin: 10px auto;
}

iframe {
	max-width: 100%;
	border-radius: 8px;
}

@media (max-width: 720px) {
	.headerNav {
		float: none;
		margin-top: 0;
	}

	.site-nav {
		gap: 8px;
	}

	.sectionMain {
		padding: 16px;
	}
}
