body
{
  background-color: #023A32 /* dark teal */;
  font-family: Helvetica, Verdana, sans-serif;
}

a:link {color:#000000; text-decoration:none;}	       /* unvisited link */
a:visited {color:#000000; text-decoration:none;}       /* visited link */
a:hover {text-decoration:underline;}                   /* mouse over link */
a:active {text-decoration:underline;}	               /* selected link */


h1
{
  font-family: inherit;
  font-size: 1.75em;
  font-weight: bold;
  color: #303434 /* dark gray */;
  margin: 20px 20px 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #303434 /* dark gray */;
}

h2
{
  font-family: inherit;
  font-size: 1.5em;
  color: #023A32 /* dark teal */;
  margin: 20px 20px 10px 0px;
}

h3
{
  font-family: inherit;
  font-size: 1.25em;
  color: #186F65 /* teal */;
  margin: 20px 20px 10px 0px;
}

p
{
  font-family: inherit;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #023A32 /* dark teal */;
  padding: 0px 0px;
}

#readingpane
{
  width: 95%;
  margin: 10px auto 10px auto;
  border: 5px solid #FFFFFF;  
  background-color: #FFFFFF;
}

#topbanner
{
  width: 100%;
  background-color: #B8C895 /* pale green */;
  min-height: 90px;
  display: inline-block;
}

#topbanner h1
{
  font-size: 2.0em;
  color: #FFFFFF;
  border-bottom: none;
  line-height: 1.0em;
  padding: 20px 0px 20px 20px;
  margin: 0px 0px 0px 2px;
}

#topbanner a:hover
{
  text-decoration:none;
}

.left_column
 {
   height: 100%;
   width: 70%;
   float: left;
 }

.right_column
 {
   height:100%;
   float: right;
   object-fit: cover;
   margin: 0px 10px;
 }

.right_column img
 {
   padding: 5px;
 }

#navbar
{
  background-color: #023A32 /* dark teal */;
  min-height: 35px;
  font-family: inherit;
  padding: 0px;
}

#navbar ul 
{
  list-style: none;
  padding-left: 15px;
  margin: 5px;
  list-style-position: outside;
}

#navbar li 
{
  margin-right: 20px;
  float: left;
  margin-bottom: 5px;
  font-weight: bold;
}

#navbar li.current
{
  background-image: url('./media/current_tab_triangle.png');
  background-repeat: no-repeat;
  background-position: top;
}

#navbar a
{
  text-decoration: none;
  color: #B8C895  /* pale green */;
  display: block;
  padding: 10px 0px; 
}

#navbar a:hover
{
  /*text-decoration: underline;*/
  color: #68C895 /* pale teal */;
}

#content
{
  margin: 20px;
  font-family: inherit;

}

#content h2
{
  color: #023A32 /* dark teal */;
}

#content li
{
  margin-bottom: 5px;
}

#content a
{
  text-decoration: underline;
  color: #186F65 /* teal */;
  padding: 10px 0px; 
}

#footer
{
  width: 100%;
  background-color: #186F65 /* teal */;
  min-height: 35px;
  font-family: inherit;
}

#footer p
{
  font-size: 0.75em;
  color: #FFFFFF /* white */;
  padding-top: 10px;
  padding-left: 15px;
  margin: 0px 0px 0px 0px;
}

/* gallery elements */

div.gallery 
{
  border: 1px solid #FFF;
}

div.gallery:hover 
{
  border: 1px solid #FFBF00;
}

div.gallery img 
{
  width: 100%;
  height: auto;
}

div.desc 
{
  padding: 15px;
  text-align: center;
}

* 
{
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  display: inline-block;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
