body
{
  background-color: #331500;
  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: #331500 /* dark brown */;
  margin: 0px 0px 0px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #331500 /* dark brown */;
}

h2
{
  font-family: inherit;
  font-size: 1.25em;
  color: #331500 /* dark brown */;
  margin: 20px 20px 10px 0px;
}

h3
{
  font-family: inherit;
  font-size: 1.25em;
  color: #8B3800;
  margin: 20px 20px 10px 0px;
}

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

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

#topbanner
{
  width: 100%;
  background-color: #8B3800 /*brown*/;
  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: #FFBF00 /*yellow*/;
  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;
  
  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: #8B3800  /*brown*/;
  display: block;
  padding: 10px 0px; 
}

#navbar a:hover
{
  /*text-decoration: underline;*/
  color: #FF8C00 /*orange*/; /*#3399CC*/
}

#content
{
  margin: 10px 20px 20px 20px;
  font-family: inherit;
  display: inline-block;
}

#content h2
{
  color: #331500;
}

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

#content a
{
  text-decoration: underline;
  color: #8B3800  /*brown*/;
  padding: 10px 0px; 
}

#footer
{
  width: 100%;
  background-color: #8B3800 /*brown*/;
  min-height: 35px;
  font-family: inherit;
}

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

/* gallery elements - begin */

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

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;
  vertical-align: top;
  width: 24%;
}

@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;
}

/* gallery elements - end */


/* Style inputs with type="text", select elements and text areas */

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


/* Style the submit button with a specific background color etc */

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/* When moving the mouse over the submit button, add a darker green color */

input[type=submit]:hover {
  background-color: #45a049;
}


/* Add a background color and some padding around the form */

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
