﻿#navigation {
  display: block;
  width: 100%;
  padding: 0;
  clear: both;
  z-index: 9999;
  background: none;
  position: relative;
  left: auto;
  right: auto;
  top: 0px;
  text-align: center;
  background-color: transparent;
  border: 3px transparent hidden;
}
#navigation:target {
  display: block;
}
.placeholder img {
  max-width: 45%;
  position: relative;
  float: left;
  max-height: 175px;
}
.access_aid {
  display: none;
  position: fixed;
  top: 0;
  margin-right: 0;
  right: 0px;
  float: right;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white 10px 10px / 20px 20px no-repeat;
}
#access_nav {
  background-image: -webkit-repeating-linear-gradient(#ccc, #ccc 2px, #fff 2px, #fff 4px);
  background-image: repeating-linear-gradient(#ccc, #ccc 2px, #fff 2px, #fff 4px);
  z-index: 999;
}
#access_top {
  background-image: linear-gradient(45deg, transparent 13px, #ccc 13px, #ccc 15px, transparent 0), linear-gradient(-45deg, white 13px, #ccc 13px, #ccc 15px, white 0);
}
#topHome {
  margin-left: 0px;
  padding: 0;
  border: 0;
  clear: both;
  z-index: 99;
  background: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: auto;
  float: left;
}
#topHome img {
  width: 25%;
}
#topHome a {
  font-size: 500%;
  padding: -10px;
  margin: 60px;
  color: darkblue;
  font-weight: bold;
  font-family: 'Amita';
  text-shadow: 2px 2px 4px white;
  text-decoration: none;
}
#TopNav {
  text-align: center;
  margin: 0 auto;
  background-color: #d3d3d3;
  overflow: hidden;
  width: auto;
  margin-left: 5px;
  padding: 5px;
  border: 0;
  clear: both;
  z-index: 999;
}
#keepOnTop {
  position: fixed;
  width: 100%;
  top: 0;
}
#page_content {
  z-index: 99;
  box-sizing: border-box;
}

h1 {
  color: rgb(0, 51, 0);
  font-size: 250%;
  font-weight: 900;
  font-family: 'Amita';
  text-shadow: 0 0 10 white;
}
.titl {
  color: rgb(0, 51, 0);
  font-weight: bold;
  font-size: 150%;
  font-family: Arial, "Arial Narrow", sans-serif;
}
h2 {
  color: rgb(0, 51, 0);
  font-size: 150%;
  font-weight: 800;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  font-family: 'Uncial Antiqua', "Calligraph810 BT", "Franklin Gothic Medium", cursive, Verdana;
}
h3 {
 font-size: 115%;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 600;
  font-family: 'Uncial Antiqua', "Calligraph810 BT", "Franklin Gothic Medium", cursive, Verdana;
}
h4 {
  color: rgb(0, 51, 0);
  font-size: 105%;
}
h5 {
  color: rgb(0, 0, 102);
  font-size: 80%;
}
h6 {
  color: azure;
  font-size: 70%;
  text-shadow: 2px 2px 3px black, 0 0 25px blue, 0 0 5px blue;
}
button {
  width: auto;
  height: auto;
  font: bold;
  font-family: 'Uncial Antiqua';
  box-shadow: 3.5px 3.5px 5px #000000;
  background-color: #006600;
  border-radius: 6px;
  border-color: #d4d4d4;
  white-space: normal;
  margin: 5px;
  padding: 3px;
}
button a {
  color: white;
  text-decoration-line: none;
  font-size: 100%;
}
button a:hover {
  font-style: italic;
  font-size: 105%;
  color: white;
  text-decoration: none;
}
footer button a:hover {
  font-style: italic;
  font-size: 125%;
  color: white;
  text-decoration: none;
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: #eee;
  box-shadow: 3.5px 3.5px 5px darkgreen;
  background-image: url("../_images/smallTarget.png");
  background-repeat: no-repeat;
  color: green;
  text-shadow: 0 0 1px darkgreen;
  cursor: pointer;
  padding: 2%;
  width: 80%;
  text-align: right;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: 'Arial';
  font-size: 105%;
  font-weight: bolder;
  position: static;
  z-index: 1;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #ccc;
  margin-left: 10%;
}
button.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: darkgreen;
  float: right;
  margin-left: 5%;
}
button.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: darkgreen;
}
.fbutton {
  width: 90%;
  height: auto;
  font: bold;
  font-size-adjust: 0.75;
  font-family: 'Amita';
  color: green;
  text-shadow: 0 0 1px darkgreen;
  -moz-box-shadow: 3.5px 3.5px 5px #000000;
  -webkit-box-shadow: 3.5px 3.5px 5px #000000;
  box-shadow: 3.5px 3.5px 5px #000000;
  background-color: whitesmoke;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-color: #d4d4d4;
  white-space: normal;
  margin: 5px;
  padding: 1px;
  z-index: 9;
  position: static;
}
footer .fbutton {
  width: 40%;
  height: auto;
  font: bold;
  font-family: 'Amita';
  color: #ffffff;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  display: none;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 10%;
  width: 75%;
  box-sizing: border-box;
  font-size: 110%;
}
.search {
  box-sizing: border-box;
  position: relative;
  width: 35%;
  float: right;
  height: 5px;
}
.label {
  color: rgb(128, 0, 128);
}
/* Styles for Links */
a {
  font-weight: 300;
  text-decoration: underline;
  color: #000080;
  text-indent: 0px;
  word-spacing: 0px;
  letter-spacing: 0px;
}
a:hover {
  color: darkgreen;
  text-decoration: underline;
}
footer a {
  font-weight: 800;
}
/* table styles */
#cor_text {
  margin-left: 12%;
  margin-top: 10%;
  width: 90%;
}
.stewards {
  margin: 2%;
  width: 75%;
  box-sizing: border-box;
  text-align: center;
}
.time {
  width: 18%;
  text-decoration: none;
  color: 8800000;
  font-weight: bolder;
  text-align: center;
  border: #000080 inset;
}
#keepOnTop {
  position: fixed;
  width: 100%;
  top: 0
}
.calendar {
  font-size: large;
  margin-left: 20px;
}
#boxshadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 10px;
  background: white;
}
/* Make the image fit the box */
#boxshadow img {
  width: 100%;
  border: 1px solid #8a4419;
  border-style: inset;
}
#boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1; /* hide shadow behind image */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  width: 70%;
  left: 15%; /* one half of the remaining 30% */
  height: 100px;
  bottom: 0;
}
table {
  text-align: center;
  font-style: normal;
  font-family: Bookman Old Style;
}
.fb-page {
  width: 95%;
    height: auto;
  margin-top: 1px;
}
.widecard {
  border: medium groove lightgray;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  height: auto;
  margin: 3px;
}
.widecard img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.noborderwidecard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  width: 99%;
  height: auto;
  margin: 3px;
}
.widecard:hover {
  border: 3px ridge #099319;
}
.classtitle {
  text-decoration: none;
  color: 08000;
  text-align: center;
  width: 10%;
  font-weight: 700;
  border: #000080 inset;
}
.classtitle a {
  text-decoration: none;
  color: brown;
  text-align: center;
  width: 10%;
  font-weight: 700;
}