@charset "UTF-8";
/* NineLifeGrove.org CSS Document */

@font-face{
	font-family: Snell Roundhand;
	src: url("SnellBT-Regular copy.otf")
}

				/* All Pages */
/* Body */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "baskerville", "Snell Roundhand";
	font-weight: 200;
	font-style: normal;
	background-image: url("images/BackgroundTile.jpg");
	background-blend-mode: lighten;
	background-color: rgba(255,255,255,0.3);
	background-attachment: fixed;
}


/* Main Conainter */
.container {
	height: auto;
	width: 90%;
	margin: auto auto;
	background-color: #FFF;
}


/* Header */
header {
	width: 90%;
	height: 50px;
	background-color: #006633;
	background-origin: content-box;
	background-position: top;
	border-top: 1px solid #FDD689;
	border-bottom: 1px solid #FDD689;
	position: fixed;
}
.textLogo {
	margin: 15px 100px 0px 25px;
	color: #FDD689;
	text-align: undefined;
	float: left;
	letter-spacing: 4px;
}
.textLogo:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* NavBar */
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 10px;
	
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FDD689;
	font-size: 14px;
	text-align: left;
	margin-right: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FDD689;
	text-decoration: none;
}
ul li:hover a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer */
.footer {
	width: 100%;
	height: 25px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	background-color: #006633;
	color: #FDD689;
	font-weight: bold;
	letter-spacing: 4px;
	border-bottom: 1px solid #FDD689;
	float: left;
}
.footer a {
	color: #FDD689;
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 15px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Headings */
.title{
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	font-family: Snell Roundhand;
	font-size: 40px;
	font-weight: 40px;
	text-align: center;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #FDD689;
	letter-spacing: 1px;
	color: #006633;	
}
.subTitle {
	margin: 35px 0px 0px 0px;
	font-family: "Snell Roundhand";
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 0 #FDD689;
	color: #006633;
}
.tagline{
	margin: 0px 0px 0px 0px;
	font-family: "Baskerville";
	font-size: 15px;
	text-align: center;
	text-shadow: 1px 1px 0 #FDD689;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	color: #006633;
}

/* Partake */
.partake {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;*/
	padding-top: 30px;
	padding-bottom: 50px;
}
.partake_thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.partake_thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #006633;
	text-shadow: 1px 1px 0 #FDD689;
	
}
.partake_thumbnail p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #006633;
	font-weight: normal;
	line-height: 25px;
}
.partake_thumbnail a {
	color: #006633;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FDD689;
}
.partake_thumbnail a:hover {
	color: #FDD689;
	text-shadow: 1px 1px 0 #006633;
}

/* Buttons */
.btn{
	font-family: "Baskerville";
	display: inline-block;
	background: #006633;
	color: #FDD689;
	border: 2px solid #006633;
	padding: 8px 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 30px;
	transition: background .5s;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
}
.btn:hover{
	background: #FDD689;
	color: #006633;
	border: 2px solid #006633;
}


				/* HOME.HTML */

/* Title Pic */
.titlePic1{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	background-image: url("images/CatWalker.jpg");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Intro */
.intro{
	text-align: center;
}
.intro h1{
	margin: 40px 0px 0px 0px;
}
.intro p{
	padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 25px;
	color: #006633;
}

/* Banner */
.banner {
	height: 25px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/TreeTop.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Mission */
.mission1{
	width: 96%;
	margin-bottom: 50px;
	padding: 0px;
}
.mission1 h1{
	margin-bottom: 20px;
	line-height: 25px;
}
.mission2 {
	width: 100%;
	padding: 0px 0px;
	display: inline-block;
}
.mission2 h1{
	margin-bottom: 20px;
	margin-left: 10px; 
	text-align: center;
	text-decoration: none;
}
.mission2 p{
	margin: -10px 5px;
	line-height: 25px;
	color: #006633;
	text-align: left;
}
.mission_column {
	width: 30%;
	margin-left: 25px;
	padding-bottom: 30px;
	text-align: center;
	float: left;
}

/* Residents */
.resident{
	height: 90%;
	width: 94%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-style: solid;
	border-width: 5px;
	border-color: #006633;
}
.resident h1{
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}
.resident_column {
	width: 50%;
	margin: 0px;
	text-align: center;
	padding-bottom: 30px;
	float: left;
}
.resident_pic {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	margin-top: 20px;
}
.resident a{
	margin: 30px;
	
}


/* Banner 2*/
.banner2 {
	height: 5px;
	width: 96%;
	margin: 30px auto 0px auto;
	background-color: #006633;
	visibility: hidden;
}



				/* GALLERY.HTML */
/* Title Pic */
.titlePic2{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	background-image: url("images/RaccoonTree.png");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery {
	width: 100%;
	padding: 0px 0px 30px 0px;
	display: inline-block;
	background-color: #FFFFFF;
}

				/* Slideshow */


/* Slideshow container */
.slideshow-container {
	max-width: 90%;
 	position: relative;
 	margin: auto;
	
}

/* Hide the images by default */
.mySlides {
	display: none;
	text-align: center;
}
.gallery_pic {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: auto;
	margin-top: 20px;
	
}

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

/* 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 {
	color: #006633;
 	background-color: #FDD068;
}

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

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

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

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

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

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


				/* CONTACT.HTML */
/* Title Pic */
.titlePic3{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	background-image: url("images/ShannValley4.jpg");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Contact Form */
.form {
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #006633;
}
.form h3 {
	margin: 40px 0px 0px 0px;
	font-family: "Snell Roundhand";
	color: #006633;
	text-shadow: 1px 1px 0 #FDD069;
	font-size: 40px;
	padding-left: 280px;
	text-align: left;
	font-weight: 40px;
	letter-spacing: 1px;
}

.form fieldset textarea{
	padding-right: 250px;
	padding-bottom: 100px;
}
.form i{
	letter-spacing: .5px;
}
.contact {
	width: 50%;
	margin: 0px 25% 5% 25%;
	padding-top: 35px;
	background-color: #FFFFFF;
}


				/* DONATE.HTML */
/* Title Pic */
.titlePic4{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	background-image: url("images/turkeyFungi7.jpg");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Donation */
.donation{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.donation p{
	color: #006633;
}
.donation a{
	margin: 30px 0px;
}
.donation img{
	width: 30%;
	margin: 30px 0px;
}


				/* VOLUNTEER.HTML */
/* Title Pic */
.titlePic5{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 80px;
	background-image: url("images/easternKingBird4.jpg");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}


				/* ADVOCATE.HTML */
/* Title Pic */
.titlePic6{
	height: 300px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	background-image: url("images/Violets.jpg");
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}


				/* Screen Sizes */
/* Mobile */
@media (max-width: 450px) {
	/* ALL PAGES */
.title{
	margin: 110px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.partake_thumbnail{
	min-width: 100%;
}
	/* TitlePics */
.titlePic1{
	margin: 0px 0px -100px 0px;
	padding: 10px 0px 0px 0px;
	background-size: 300%;
}
.titlePic2{
	padding-top: 80px;
	background-size: 300%;
}
.titlePic3{
	padding-top: 80px;
	background-size: 300%;
}
.titlePic4{
	padding-top: 80px;
	background-size: 300%;
}
.titlePic5{
	padding-top: 80px;
	background-size: 300%;
}
.titlePic6{
	padding-top: 80px;
	background-size: 300%;
}

/* Forms */
.form fieldset textarea{
	padding-right: 0px;
}	
}


/* Large Mobile - Small Tablets */
@media (min-width: 321px)and (max-width: 902px) {
	/* ALL PAGES */
.textLogo {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 15px 0px 0px 0px;
	color: #FDD689;
}
.container header nav {
	padding-bottom: 15px;
	width: 100%;
	float: none;
	display: inline-block;
	background: #006633;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
}
.partake_thumbnail{
		width: 100%;
}

	/* TitlePic */
.titlePic1{
	padding-top: 80px;
	
}
.titlePic2{
	padding-top: 80px;
}
.titlePic3{
	padding-top: 80px;
}
.titlePic4{
	padding-top: 80px;
}
.titlePic5{
	padding-top: 80px;
}
.titlePic6{
	padding-top: 80px;
}

	/* Intro */
.title{
	padding: -100px 0px 0px 0px;
}
	
	/* Mission */
.mission2 {
	margin-bottom: 30px;
}
.mission_column{
	padding: 0px 10px;
	margin: 0px;
	width: auto;
	height: auto;
}

	/* Residents */
.resident{
	border-style: none;
	margin-bottom: 0px;
}	
.resident_column{
	width: 100%;
}

	/* Banner2 */
.banner2{
	visibility: visible;
}

/* Forms */
.form h3 {
	padding-left: 100px;
	padding-bottom: 0px;
}
.form fieldset textarea{
	padding-right: 0px;
}
}


/* Small Desktops/Laptops - Tablets*/
@media (min-width: 903px) and (max-width: 1096px){


/* Resdients */
.resident_pic{
		width: 90%;
}
}

/* Larger Laptop/Desktop */
@media (min-width: 1096px) {
	
}


