﻿html {
	height:100%;
}

body {
	font-family: 'IM Fell English', serif;
	font-size: 18px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/* background-color: #E4D47F; /*parchment*/;
	background-color: #F1E9D2
}
/*===== indicates no border around any image =====*/
body img {
	border: 0px;
	text-decoration: none;
}

main {
  padding: 10px;
}

.flexbox > div {
  padding-right: 10px;
}


   img.centered {
      display: block;
      margin: 0 auto;
    }

hr {
  width: 100%;
  margin: 10px auto;    /*centers it*/ 
  border: none;
  border-top: 1px solid #d61414;
}

.flexbox {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.flexbox img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;      /* any color you want */
  text-decoration: none;
}
a:hover {
  text-align: center;
  font-size: 0.85rem;        /* Slightly smaller */
  color: #555;               /* Soft gray */
  margin-top: 40px;          /* Breathing room above */
  letter-spacing: 0.5px;     /* Subtle refinement */
}

.smtxt a {
  color: #2b0303;               /* Slightly darker for contrast */
  text-decoration: none;
  border-bottom: 1px dotted #050000; /* Light, classy underline */
  transition: color 0.3s ease, border-color 0.3s ease;
}

.smtxt a:hover {
  color: #F1E9D2;               /* Lighter on hover */
  border-color: #555;
}

#buttonContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000; /* ensures it's above the map */
}

/* ===== margins auto center the container on the page =====*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 90%;
}

/*===== styles for main content area =====*/
#content {
	margin-right: 140px;
	margin-left: 140px;
	padding: 5px;
	/*text-align: left;*/
	vertical-align: top;
}

#content {
  display: block;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
  margin-left: 140px;
  margin-right: 140px;
}

#content h2 {
	text-align: justify;
}

#map {
  height: 500px;   /* or 100vh for full screen */
  width: 80%;
}

/*===== styles for top banner =====*/
#banner {
	background-position: center 85%;
	padding: 1px;
	background-color: #FFFFFF;
	background-image: url('../images/Banner2.png');
	background-size: 80%;
	height: 150px;
	width: 80%;
	color: #000000;
}

/*===== styles for top menu =====*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #AB9F5F;
	border-bottom: 2px solid #AB9F5F;
}
#topmenu ul {
	list-style-type: none;
}

/*===indent paragraph===*/
p {
	text-indent: 2em; /* indent 2 times the font size */
}
  .center-image {
    text-align: center;
  }

.responsive-image {
  max-width: 750px;
	width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc; /* optional: adds a subtle frame */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* optional: adds depth */
} 

.justify {
  text-align: justify;
}

/*===== all site links =====*/
a:link {
	font-weight: bold;
	color: #726A40;
	background: transparent;
	text-decoration: none; 
	font-variant-caps:small-caps;
	font-size:1.2em;
}
a:visited {
	font-weight: bold;
	color: #1705b8;
	background: transparent;
	padding: 0px;
	/*text-decoration: underline wavy rgb(1, 1, 22) 2px;*/
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #0f41e6;
	color: #eee56d;}
a:active {
	font-weight: bold;
	/*text-decoration : underline; */
	background: #BFDFE2;
	color: #726A40;
}

figure {
  text-align: center;
}

/*====center photo caption====*/
figcaption {
  display: block;
  color: #333;
  font-size: 1em;	
  margin-top: 8px; /* optional spacing */
  font-style: italic; /* optional styling */
 }

 li {font-variant-caps:	small-caps
}

/*===== styles for footer =====*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*===== general styles =====
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 1px;
}
*/
/*===== Styles for heading tags =====*/
h1, h2, h3, h4 {
	color: #485E48; /*dk green*/;
	background-color: inherit;
}

h1 {
	font-size: 1.5em;
	background: #EBDF9F; /*lt green*/
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .9em;
}

/*===== used to center anything =====*/
.center {
	text-align: center;
}

.center-image {
  text-align: center;
}