/*
 
 Site Name: WHCC;
 Site Author: Jenna Brady;
 
green: #127514;
med-gr: #129101;
logo-lime: #4ff953;
lime-dk: #46df4a;
light-light: #D3FFCE;
brown: #4a2501;
tan: #d9c2ac;
lt-tan: #f5ead9;
 
*/

/* ---------------------------------------
  global styles
  --------------------------------------*/

header {
    margin-top: -10px;
    background: #e4e5e3;
    padding: 10px 0px 10px 20px;
    border-bottom: 2px solid #7c7c7c;
    box-shadow: 0px 3px 5px #c1c1c1;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}


/* ---------------------------------------
  navigation
  --------------------------------------*/

nav {
    float: right;
    margin-bottom: -50px;
}

nav ul {
    list-style: none;
    z-index:1;
}

nav li {
    color: #000;
    float: left;
    position: relative;
}
        
nav li a {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: large;
    color: #000;
}
        
nav li a:hover {
    text-decoration: none;
    color: #129101;
}

.currentPg {
    font-size: large;
    padding: 8px 35px;
    font-weight: bold;
    color: #127514;
}

.currentSubPg {
    font-size: large;
    font-weight: bold;
    color: #127514;
}



nav ul:before,.nav ul:after {
    content:"";
    display:table;
}
nav ul:after {
    clear:both;
}

nav li ul {
    background:rgba(27,221,2,0.4);
    width: 140px;
}

nav li ul li {
    width:140px;
}
nav li ul a {
    border:none;
}
nav li ul a:hover {
    background:rgba(0,0,0,0.2);
}

nav li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:1;
}
nav li ul li {
    overflow:hidden;
    height:0;
    left:-40px;
    -webkit-transition:height 400ms ease-in;
    -moz-transition:height 400ms ease-in;
    -o-transition:height 400ms ease-in;
    transition:height 400ms ease-in;
}
nav ul > li:hover ul li {
    height:36px;
}

.journeyNav a{
    padding: 7px 5px;
    text-decoration: none;
    color: #000;
}


/* ---------------------------------------
  content
  --------------------------------------*/

body {
    background: #fff;
    width: 100%;
}

.container {
    width: 100%;
    font-family: sans-serif;
    margin:10px 0px 0px 0px;
    text-align: center;
}

.mainText {
    margin: 0 auto;
    max-width: 1000px;
    /*background: #b3f9a4;*/
}

h1 {
    color: #129101;
}

h2 {
    color: #000;
}
h3 {
    color: #46df4a;
}

h4 {
    font-size: 150%;
}

h5 {
    font-size: 110%;
    font-weight: bold;
}

.scripture {
    font-size: 150%;
    color: darkgray;
}

.homeIcon {
    max-width: 200px;
    margin: 0 auto;
}

.smallPic {
    max-width: 200px;
}

.aboutCol h4 {
    font-size: 150%;
}

.aboutCol h5 {
    font-size: 130%;
    font-weight: bold;
}

.lightgreen {
    color: #46df4a;
}

.socialButtons {
    display: inline;
}


#contact-form {
    margin: 20px;
    width: 350px;
    background: #c5fff4;
    padding: 10px;
    line-height: 2;
}

.left {
    text-align: left;
}

.center {
    margin: 0 auto;
}

.center img {
    margin: 0 auto;
}

.wideImg {
    width: 100%;
    margin-left: -10;
}

#worshipIcon {
    width: 200px;
    height 200px;
    background-image: url("../img/icon-worshipWords.png");
    background-size: 200px 200px;
    margin: 0 auto;
}

#worshipIcon img:hover {
    opacity: 0;
}

#ministryIcon {
    width: 200px;
    height 200px;
    background-image: url("../img/icon-ministryWords.png");
    background-size: 200px 200px;
    margin: 0 auto;
}

#ministryIcon img:hover {
    opacity: 0;
}

#donationIcon {
    width: 200px;
    height 200px;
    background-image: url("../img/icon-donationWords.png");
    background-size: 200px 200px;
    margin: 0 auto;
}

#donationIcon img:hover {
    opacity: 0;
}

#mediaIcon {
    width: 200px;
    height 200px;
    background-image: url("../img/icon-mediaWords.png");
    background-size: 200px 200px;
    margin: 0 auto;
}

#mediaIcon img:hover {
    opacity: 0;
}

.button {
  color: #fff;
    padding: 10px;
    text-decoration: none;
  text-shadow: -2px 2px #346392;
  background-color: #346392;
  background-image: linear-gradient(top, #6496c8, #346392);
  box-shadow: inset 0 0 0 1px #27496d;
  border: none;
  border-radius: 10px;
}

.button:hover {
  box-shadow: inset 0 0 0 1px #27496d,0 5px 15px #193047;
    text-decoration: none;
    color: #fff;
}

.button:active {
  box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}

.unavailable {
    opacity: 0.5;
}

.announcements {
    background: #4ff953;
    color: #fff;
    padding: 10px;
}

@media only screen and (max-width: 660px){
    .mySlider div img {
        width: 50%;
    }
}
/* ---------------------------------------
  mp3 sermon table
  --------------------------------------*/
.initiallyHidden {
    display: none;
}

tr {
    height: 30px;
}

th {
    background-color: #616161;
    color: white;
}

tr:nth-child(even) {
    background-color: #ebebeb;
}

tr:hover {
    background-color: #d3d3d3;
}

th, td {
    padding: 5px;
}

.Stable {
    font-size: 120%;
    display: block;
    /*height: 300px;
    overflow-y: scroll;*/
}

.Slabels {
    font-weight: bold;
}

.Sicon {
    width: 40px;
}

.Sicon2 {
    width: 40px;
}

.Sdate {
    width: 80px;
}

.Ssermon {
    width: 380px;
}

.Sscripture {
    width: 190px;
}

.Sminister {
    width: 160px;
}


/* ---------------------------------------
  footer
  --------------------------------------*/

footer {
    border-top: 1px solid #4a2501;
    background: #d3d4d2;
    color: #000;
    text-align: center;
    padding: 10px;
    bottom:0;
    width: 100%;
    font-family: sans-serif;
}

.shortPg {
    position: absolute;
    bottom: 0;
}


/* ---------------------------------------
  forms
  --------------------------------------*/

.submit {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
.formBox {
    background: #D3FFCE;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 780px;
}

/*input:invalid { 
    border: 2px solid #509490;
}*/

/*input:required:focus {
    background: #f5f5f5;
}*/
