@charset "utf-8";

.tdright p {
  text-align: right;
}
.tdleft p {
  text-align: left;
}

.navbtn {
  flex: 7;
  background: rgba(178,93,8,1.00);
  color: white;
  padding: 10px 20px 5px;
  margin: 0;
  border: thin solid rgba(0,0,0,1.00);
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  z-index: 100;
  font-size: 1.0em;
  box-shadow: 5px 5px 5px black;
}

.emptypanel {
  display: none;
}

.zoom1 {
  /* (A) OPTIONAL DIMENSIONS */
  width: 600px;
  height: auto;

  /* (B) ANIMATE ZOOM */
  /* ease | ease-in | ease-out | linear */
  transition: transform ease-in-out 0.3s;
}

/* (C) ZOOM ON HOVER */
.zoom1:hover { transform: scale(1.5);
              transition-duration: 1.5s;}

nav span a {
  margin: 0;
  padding:0;
}

header {
  background-image: linear-gradient(20deg, white, rgba(245, 226, 169,1), rgba(245, 226, 169,1), white, rgba(245, 226, 169,1), white);
  text-align: center;
  margin: 20px;
  border: thin solid black;
  padding: 0;
  -webkit-box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
}

nav {
  background: rgba(239,207,113,1.00);
  height: 40PX;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
 
}

.selectednavbtn {
  color: rgba(95,126,56,1.00);
  background: rgba(255,255,255,1.00)
  
}

.navbtn a:link{
  color: white;
  
}

.navbtn a:hover {
  color: black;
  
}

.navbtn a:visited {
  color: rgba(221,251,228,1.00);
}


.headertext {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: 15px;
  display: block;
  font-size: 1.2rem;
}

body {
  background: rgba(252,246,231,1.00);
  text-align: center;
  font-size: 0.7rem;
  
}

#bannerimg {
 display: inline-block;
}

header span {
  display: block;
}

#facebookimg {
  display: inline-block;
  vertical-align: top;
}
#rssimg {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  width: 48px;
  margin: 10px;
}
header p {
 position:inherit;
}

#sharkimg {
  float: right;
  position: absolute;
  top : 110px;
  right: 40px;
}

#sharkblow {
  position:inherit;
}

.navbtn a{
  width:120px;
  margin: 0 auto;
}

main p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5em;
  text-align: left;
}

main span {
  background: rgba(245,226,169,1.00);
  margin: 10px 10px;
  border: thin black solid;
  padding: 20px 0;
  min-width: 400px;
  -webkit-box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  min-height: 600px;
}



main img {
  padding: 3px;
  border: thin solid grey;
  margin: 7px;
  background-color: rgba(255,255,255,1.00);
  -webkit-box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  
}

main ul {
  text-align: left;
  margin: 10px 50px;
}

.maincolumn {
  flex: 7
}

li {
  font-size: 1.5em;
  margin: 10px 10px;
  padding: 0 10px;
}



h2 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

main h1 {
  width: 100%; 
  margin: 0;
  padding: 0;
}

main h3 {
  margin: 0 auto;
}

footer {
  display: flex;
}

footer p {
  flex:7;
}

#aboutpanel {
  background-image: url(../images/ragbkgnd.jpg);  
}

#maindiv {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.prev-icon .next-icon{
  box-shadow: none;
  color:black;
  font-size: 3.5em;
  font-weight:bolder;
  display: block;
  border:none;
}


.horizontal_slider {
  margin: 0;
  padding: 50px 0 0;
  display: block;
  width: 100%;
  overflow-x: scroll;
  flex: 21;
  box-sizing: border-box;
}

.slider_container {
  flex: 21;
  position: relative;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0;
  transition: opacity 4s;
}

.slider_container img {
  width:60%;

}

.item_button {
  flex: 13;
  margin: 15px 5px 0;
  background: rgba(142,103,5,1.00);
  opacity: 0.4;
  transition: opacity 1s;
  width: 5%;
  height: 12px;
  cursor: pointer;
  
}

#item_button_container {
  display: flex;
  margin: 5px 20%;
  position:static;
    
}

#prev_div , #next_div {
  flex: 3; 
  font-size: 1.5em; 
  font-weight: normal; 
  margin: auto ;
  align-content: center;
  cursor: pointer;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;  
}

.item_button.active {
  opacity: 1.0;
  transition: opacity 1s;
}

h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
}

.item p {
  text-align: center;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    
}

.slider_container .active {
  display: block;
  transition: display 2s;
}

.myflex {

  display: flex;
  flex-wrap: wrap;
  
}

.myflex span {
  margin: 10px 10px;
  border: thin black solid;
  padding: 20px 30px;
  min-width: 300px;
  -webkit-box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
  box-shadow: 3px 3px 3px rgba(134,134,134,1.00);
}

.slider_container:first-child {
  position: static;
}

.item.active {
  opacity: 1.0;
  transition: opacity 4s;
}

.item:first-child {
  position: static;
}

.item h3 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  position: relative;
  bottom: 50px;
  left: 0;
  height: 5%;
  text-align: center;
  width: 95%;
  background: rgba(175,175,175,1.00);
  border-radius: 10px;
  padding: 1% 0 1% 0;
}

div .panel {
  flex: 7;
  min-height: 500px;
}

tbody {
  margin: 0x 30px;
}

th, td {
  font-size: 1.3em;
  margin: 0 20px;
}

table{
  padding: 0 auto;
  
}

.myflex p{
  font-size: 1.5em;
    
}

spann {
  
}



#error404 {
  font-size: 4em;
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  color:rgba(252,182,7,1.00);
  font-style: oblique;
  text-shadow: 5px 5px rgba(107,107,107,1.00);
}

#chairman {
  display: inline-block;
  position:static;
  left: 50px;
  top: 80px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .maincolumn{
   display: block;
 }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


  .maincolumn{
    display: block;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .maincolumn{
    display: block;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1248px) {
  .emptypanel{
    display:flex;
  }
}
