/*GLOBAL*/

@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Lato);


html, body {
	font-size: 14px;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
}




[class*="fa-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loader.gif') 50% 50% no-repeat rgb(255,255,255);
}


/*type*/

h1,h2,h3,h4,h5,h6 {
    color: rgb(70, 150, 79);
    font-family: 'Patua One', cursive;
    font-weight: normal;
}

p {
    line-height: 1.5em;

    font-size: 16px;
}

em {
	font-style: normal;
	font-size: 1.25rem;
	/* font-weight: bold; */
	color: rgb(166, 191, 0);
	border-top: 1px solid;
	padding-top: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}

/*buttons*/

/*links*/

a {
	color: rgb(138, 202, 64);
}

a:hover, a:focus {
	color: rgb(184, 243, 115);
	text-decoration: none;
}

a:visited {
	color: #537C23;
}


/*forms*/

/*sections*/

section {
	border-bottom: 1px solid #ccc;
	padding-top: 4rem;
	padding-bottom: 8rem;
	margin-top: -7.5rem;
}

.sectionTitle {
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	margin-left: -50rem;
	margin-bottom: 2rem;
	padding-left: 52rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 2rem;
	color: #FFFFFF;
	background-color: rgb(111, 145, 115);
}

.wrapper {
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 4rem;
}

/*attract*/

.attract {
	width: 100%;
	height: 18rem; 
	margin-bottom: 6rem;
	margin-top: -4rem;
	display: table;
}

.attract .container {
	display: table-cell;
	vertical-align: middle;
}

.first {
	background: url(../img/campingKids.jpg);
	background-position: center;
	background-size: cover;
}

.second {
	background: url(../img/second.jpg);
	background-position: center;
	background-size: cover;
}

/*cycle slideshow*/

.cycle-slideshow > div {
	width: 100%;
}

.quote {
	color: #fff;
	font-size: 1.5rem;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.quoter {
	color: #fff;
	max-width: 600px;
	text-align: right;
	margin: 1rem auto 0;
}


/*HEADER*/

header {
	position: fixed;
	z-index: 1;
	width: 100%;
	line-height: 4rem;
	background: rgba(0, 0, 0, 0.05);
	transition:1s;
	-webkit-backface-visibility: hidden;
}

.scrolled {
	background-color: #46964F;
	transition:1s;
}

.homeLink {
    display: inline-block;
    float: left;
    font-size: 1rem;
    font-family: 'Patua One', cursive;
}

.homeLink a:hover, .menuButton a:hover {
	background: rgb(151, 222, 159);
	color: rgb(255, 255, 255);
}

.homeNav {
    padding-left: 0;
    float: right;
    display: inline-block;
    margin: 0;
}

.homeLink a {
	color: #fff;
	border: 1px solid #fff;
	padding: 0.85rem 1rem;
}

.homeNav li a {
	list-style: none;
	padding: 0 1rem 0 1rem;
}

.homeNav li a {
	color: #fff;
	display: inline-block;
}

.homeNav li:hover {
	box-shadow: 0px -4px rgb(151, 222, 159) inset;
}

.homeNav li:last-child:hover {
	box-shadow: none;
}


/*nav slideout menu*/

.homeNav li {
	display: none;
}

.menuButton {
	display: inline-block!important;
	padding-right: 0!important;
}

.menuButton a {
	font-weight: normal;
	padding: 0.5rem 1.1rem;
	border: 1px solid white;
	line-height: 2.75rem;
}

.navMenu {
	background-color: #ddd;
	margin-top: -40rem;
	position: fixed;
	width: 100%;
	transition:0.3s;
}

.navMenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.navMenu ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.navMenu ul li:hover {
	background-color: #eee;
}

.navMenu ul li a {
	padding: 0.25rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	display: block;
}

.navMenuOpen {
	margin-top: 0;
	transition:0.3s;
}

/*SPLASH SECTION*/

.splashBackground {
	background: url(../img/splash.jpg); 
	background-position: top;
	background-size: cover;
	width: 100%;
	height: 41.5rem;
	position: absolute;
	-webkit-filter: brightness(0.75);
}

.splashSection {
    margin-bottom: 8rem;

    margin-top: 0;
    padding-top: 8rem;
}

.splashSection hgroup {
	text-align: center;
	color: #fff;
}

.splashSection hgroup h1 {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: #fff;
}

.splashSection hgroup h2 {
	font-style: italic;
	font-weight: 100;
	margin: 0;
	font-size: 1.25rem;
	color: #eee;
}

.arrow {
	position: absolute;
	font-size: 4rem;
	left: 50%;
	margin-left: -1rem;
	margin-top: -8.8rem;
	color: #fff;
}

/*WORKSHOP SECTION*/

.workshop h2 {
	text-align: center;
}

.workshopsSection img, .walksSection img, .tuitionSection img {
	max-width: 100%;
	margin: 1rem auto;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 1px rgba(70, 150, 79, 1);
}

.socialTop {
	text-align: center;
	margin-top: -2.75rem;
	margin-bottom: 2.75rem;
	z-index: 100;
	position: relative;
	z-index: 0;
}

.socialIcon {
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	background: rgba(255, 255, 255, 1);
	color: #6F9173;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
}

/*TUITION SECTION*/

.tuition {
}

.tuition img {
	max-width: 100%;
	margin: 1rem auto; 
	border: 5px solid #FFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

/*WALKS SECTION*/

.walks {

}

.walks img {
	max-width: 100%;
	margin: 1rem auto;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

/*ABOUT US*/

.about h2 {
	text-align: center;
}

.about p {
	text-align: justify;
}

.about img {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	left: 50%;
	margin-left: -5rem;
	margin-bottom: 0rem;
	margin-top: 2rem;
	position: relative;
	border: 0.25rem solid #fff;
}


.aboutSection .smallPrint {
	font-size: 1rem;
	color: #888;
	text-align: right;
	margin: 2em auto;
}

/*FOOTER*/

footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #333;
	color: #fff;
}

footer h1 {
	color: #fff;
	margin-bottom: 2rem;
}

.foot {
	margin-bottom: 4rem;
}

form {
	color: #ccc;
}

form input[type=email], form input[type=text], textarea  {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	padding: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	border: none;
	border-radius: 2px;
	color: #333;
	max-width: 100%;
}

form input[type=button] {
	background-color: rgb(138, 202, 64);
	float: right;
	font-size: 1.25rem;
	padding: 1rem 3rem;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 2px;
}

form textarea {
	padding: 1rem;
	line-height: 1.5rem;
	min-height: 8rem;
}

form span {
	color: #fff;
	font-weight: bold;
}

.contact {
	margin-bottom: 6rem;
}

.social li {
	display: inline-block;
	margin-right: 1rem;
}

.social li a {
	color: rgb(138, 202, 64);
}

.social span {
	font-size: 4rem;
}

.partners img {
	display: inline-block;
	margin-right: 1rem;
	max-width: 120px;
}

.credits {
	color: #ccc;
	text-align: center;
	border-top: 1px solid #444;
	padding-top: 2rem;
}


/*MEDIA QUERIES*/

/*mobile - extra small*/
@media(max-width:767px) {

	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

}

/*tablet and larger - small*/
@media(min-width:768px) {

	section {
		margin-bottom: -7.5rem;
	
		margin-top: 0;
	}

	.homeNav {
		margin-top: 0;
	}


	.homeNav li {
		display: inline-block;
	
		float: left;
	}

	.homeNav li a, .homeLink {
		font-size:1em;
	
	}

	.menuButton {
		display: none!important;
	}

	.navMenu {
		display: none;
	}

	.splashBackground {
		height: 90%;
	}

	.splashSection {
		display: table;
		width: 100%;
		height: 90%;
		margin-bottom: 0;
		padding-top: initial;
		padding-bottom: 6rem;
	}

	.splashSection .container {
		display:table-cell;
		vertical-align: middle;
	}

	.splashSection hgroup h1 {
		font-size: 5rem;
		margin-bottom: 1rem;
	
	}

	.arrow {
		margin-top: -3.5rem;
	}

	.attract {
		height: 36rem; 
		margin-top: 6rem;
		margin-bottom: -2rem;
	}

	.socialTop {
		margin-top: -5rem;
		margin-bottom: 5rem;
	}

	.aboutBackground div {
		height: 100%;
		position: absolute;
		width: 50%;
	}

	.aboutSection {
		background: linear-gradient(to left, #E8E8E8 50%, #D0D0D0 50%);
	
		padding-bottom: 14rem;
	}

	.about img {
	}


}

/*laptop and larger - medium*/
@media(min-width:992px) {

	.bigImageRight {
		width: 45%;
		position: absolute;
		right: -2rem;
	}

	.bigImageLeft {
		width: 45%;
		position: absolute;
		left: -2rem;
	}

	.tuitionSection .bigImageRight {
		margin-top: 10.5rem;
	}

	.walksSection .bigImageLeft {
		margin-top: 11em;
	}

}

/*desktop and larger - large*/
@media(min-width:1200px) {


	.bigImageRight {
		width: 50%;
		position: relative;
		right: 0;
	}

	.bigImageLeft {
		width: 50%;
		position: relative;
		left: 0;
	
}

	.tuitionSection .bigImageRight {
		margin-top: 2rem;
	}

	.walksSection .bigImageLeft {
		margin-top: -40em;
	}


}