/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
body{
    background-image: url("backlng.jpg");
    margin-left: 1px;

    

}
/*.dropdowns and .button are additions to the styling sheet to make the website more small screen friendly
*/
@media screen and (max-width:1080px){
.dropdown{
    postion:absolute;
    display: inline-block;
    margin-left: 1px;
}
.dropdown-content{
    display: none;
    position: absolute;
    margin-left: 1px;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.info{
    font-family: serif;
    text-align: left;
}
ul#menu{
    color: black;
    font-family:serif;
    font-size:small;
    text-align: left;
    list-style-type:none;
    margin-right: 10%;
    }

}
@media screen and (min-width:1081px){
    .info{
        display:none;
    }/*end of info*/
    ul#menu{
    color: black;
    font-family:serif;
    font-size:medium;
     text-align: left;
     list-style-type:none;
}/*end of menu*/

}

.button{
    background-color: Transparent;
    border: none;
    padding:none;
    outline: Transparent;
    postion:relative;

}/*end of button*/



form#contact{
    width: 50%;
    margin-left:11%;
}
input{
    vertical-align: central;
    margin-left:11%;
    
}
textarea{
    vertical-align: central;
    margin-left:11%;
}
hr{
    align-items: center;
    margin-left:11%;
}
h1{
    color:black;
    font-family:serif;
    font:100;
    text-align: center;
    margin-left:11%;


}
h2{
    color:black;
    font-family:serif;
    font:100;
     text-align: center;
     margin-left:11%;

}
h3{
    color:black;
    font-family:serif;
    font:100;
     text-align: center;
     margin-left:11%;
}
h4{
    color:black;
    font-family:serif;
    font:100;  
    text-align: center;
    margin-left:11%;
}
h5{
    color: Black;
    font-family: serif;
    font-size: large;
    text-decoration: underline;
    text-align: center;
    margin-left:11%;
}
h6{
    color:black;
    font-family: serif;
    font-size: 100;
    text-decoration: none;
    text-align: center;
    margin-left:11%;
}
p{
    color: black;
    font-family:serif;
    font-size:large;
     text-align: left;
         text-indent:initial;
         margin-left:11%;
}
p#center{
    color: black;
    font-family:serif;
    font-size:large;
     text-align: center;
         text-indent:initial;
         margin-left:11%;
}


nav{
    list-style-type:none;
    width: 10%;
    padding:0;
    height: auto;
    position: fixed;
    font-size: large;

}
ul#bylaws{
    color: black;
    font-family:serif;
    font-size:large;
     text-align: left;
         text-indent:initial;
         margin-left:11%;
}
ol#bylaws{
    color: black;
    font-family:serif;
    font-size:large;
     text-align: left;
         text-indent:initial;
         margin-left:11%;
}

li a:active{
    color: yellow;
}
li a:hover{
    background-color: ghostwhite;
    color:maroon;
}
.active{
    color:darkorchid;
}
#slideshow{
    border: 1px lightgray solid;
}
#slideshow img{
    border: 2px black solid;
    padding: 1px;
}
.tab{
    margin-left: 20px;
}
ol#uniform{
    color: black;
    font-family:serif;
    font-size:large;
     text-align: left;
     margin-left:11%;
}
table{
    border: 1px solid black;
    width: 60%;
}
table tr:nth-child(even){
    background-color: gainsboro;
}
/* Slideshow container */
.slideshow-container {
  width: 50%;
  hieght: 50%;
  position: relative;
  margin: auto;

}

/* Next & previous buttons */
 .prev, .next {
  cursor: pointer;
  position: relative;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: Black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

 .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* 
    Created on : Mar 2, 2016, 1:49:24 PM
    Author     : matthew
*/

