
/* CSS Document */

#top-nav {
	background-color:  #000000;
	overflow: hidden;
}

#top-nav-links li {
	float: left;
}



#top-nav-links li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 16px 12px;
	text-decoration: none;
 font-family: Arial, sans-serif;
  font-size: 18px;
}



nav  {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

nav input[type="search"] {
  padding: 6px 3px;
  border: 1px solid #000000;
  border-radius: 1px;
  margin-right: 3px;
}


nav button {
  padding: 4px 7px; /* Adjust padding as needed */
  background-color: transparent;
  color: black;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none; /* Remove focus outline */
}



img.responsive {
  max-width: 100%; 
    height: auto;
  }

	

body {
  padding-left:200px; 
	padding-top: 60px; /* Adjust this value to the width of your left navigation menu */
	 font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.subhead {
  font-size: 1.0em; /* adjust the value as needed */
  font-weight: bold;
}




h1, h2 {

	font-weight: bold;
  font-size: 1.2em; }

h1 {
  font-size: 32px;
}

h2 {  font-size: 24px;
}

h3 {  font-size: 20px;
}


/* Top navigation styling */
.top-nav {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
    align-items: center;
	 border-bottom: 10px solid #5e8655; /* Add a green border below the nav */
}


.logo {
  height: 28px; /* Adjust the height as needed */
  margin-right: 10px; /* Add some space between the logo and the links */
  margin-left: 10px;
}

.top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.top-nav li {
	margin: 0;
	padding: 0;
}
.top-nav li a {
	display: block;
	color: #fffff;
	padding: 1em;
	text-decoration: none;
}


/* Form submit button */

.form-submit-button {
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	height: 50px;
	width: 100px;
	font: bold15px arial,sans-serif;
	text-shadow: none;
}

.form-submit-button {
	background: #B9DFFF;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow: none;
}

.form-submit-button:hover {
	background: #016ABC;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow: none;
}

/* Left navigation */


#left-nav {
	background-color: #f2f2f2;
	padding: 10px;
}

#left-nav-links li {
	margin: 2px;
}


.nav {
  line-height: 2.0;
}

.nav li {
  margin-bottom: 1px;
}

#left-nav-links li a {
	color: #000000; /* default text color */
	 transition: background-color 0.3s; /* Add transition effect for smooth color change */
}


#left-nav-links li a:hover {
  background-color: #f7eba0; /* Change the background color on hover */
}




/* Left navigation styling */
.left-nav {
	background-color: #f5f5f5;
	position: fixed;
	top: 5em;
	left: 0;
	height: 100%;
	width: 12em;
}
.left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left-nav li {
	margin: 0;
	padding: 0;
}
.left-nav li a {
	display: block;
	color: #333;
	padding: .15em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.left-nav li:last-child a {
	border-bottom: none;
}


/* right align photo credit for hero images */
 .container {
   text-align: center;
    }
 .container img {
    display: block;
    margin: 0 auto;
    }


/* Newsletter form formatting */
.newsletter-form-container {
  background-color: #EBC59D;
  color: white;
  padding: 20px;
}

.newsletter-form-container h2 {
  margin-top: 0;
}

input[type="email"] {
  width: 30%;
  padding: 10px;
  margin-bottom: 5px;
}

input[type="submit"] {
  background-color: white;
  color: black;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
}


figure {
  display: inline-block;
}

figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

 #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
    padding: 10px;
     background-color: #000;
    color: #fff;
        }

footer {
  width: 85%; /* Ensure it spans the full width of the page */
  margin: 0 auto;  /* Combine both margins and set to auto for centering */
  /* Reset inherited properties */
  padding: 0; /* Reset inherited padding */
  margin: 0; /* Reset inherited margin */
  /* Add your desired padding and margin */
  padding: 0px 0; /* Add vertical padding for spacing */
}