@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
--> Section Title <--
------------------------------------------------------*/
/* Description... */

body{
	margin: 0px;
	padding: 0px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------------------------------
--> Navigation <--
------------------------------------------------------*/
/* Description... */

#Splash{
	border-bottom: thin solid #fff;
	background-color: #ccffff;
    -webkit-box-shadow: 0 2px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 2px 6px 6px rgba(0,0,0,0.30);
	z-index: 1000;
}
.SplashFull{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh + 1px);
}
.SplashFixed{
	position: fixed;
	bottom: calc(100vh - 5vh);
	width: 100%;
	height: calc(100vh + 1px);
}
#Spacer{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 100;
}
#Sections{
	position: relative;
	background: #005c28;
}

#S01a{
	cursor: pointer;
}
#S01b{
	display: none;
}
#S01title{
	position: relative;
	background: url('../images/Section01.svg') no-repeat;
	background-position: center center;
	height: 65px;
	border-bottom: thin solid #fff;
    -webkit-box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
	z-index: 500;
}
#S01{
    position: relative;
    min-height: 500px;
    padding: 20px;
    background-color: #D4FFDC;
}


#S02a{
	cursor: pointer;
}
#S02b{
	display: none;
}
#S02title{
	position: relative;
	background: url('../images/Section02.svg') no-repeat;
	background-position: center center;
	height: 65px;
	border-bottom: thin solid #fff;
    -webkit-box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
	z-index: 500;
}
#S02{
    position: relative;
    min-height: 500px;
    padding: 20px;
    background-color: #D4FFDC;
}


#S03a{
	cursor: pointer;
}
#S03b{
	display: none;
}
#S03title{
	position: relative;
	background: url('../images/Section03.svg') no-repeat;
	background-position: center center;
	height: 65px;
	border-bottom: thin solid #fff;
    -webkit-box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
	z-index: 500;
}
#S03{
    position: relative;
    min-height: 500px;
    padding: 20px;
    background-color: #D4FFDC;
}


#S04a{
	cursor: pointer;
}
#S04b{
	display: none;
}
#S04title{
	position: relative;
	background: url('../images/Section04.svg') no-repeat;
	background-position: center center;
	height: 65px;
	border-bottom: thin solid #fff;
    -webkit-box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
	z-index: 500;
}
#S04{
    position: relative;
    min-height: 500px;
    padding: 20px;
    background-color: #D4FFDC;
}


#S05a{
	cursor: pointer;
}
#S05b{
	display: none;
}
#S05title{
	position: relative;
	background: url('../images/Section05.svg') no-repeat;
	background-position: center center;
	height: 65px;
	border-bottom: thin solid #fff;
    -webkit-box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
    box-shadow: 0 5px 6px 6px rgba(0,0,0,0.30);
	z-index: 500;
}
#S05{
    position: relative;
    min-height: 500px;
    padding: 20px;
    background-color: #D4FFDC;
}


#Footer{
	position: relative;
	height: 100px;
}

/*------------------------------------------------------
--> Who We Are <--
------------------------------------------------------*/
/* Description... */

.infoBox{
	position: relative;
	width: 60%;
	margin: 40px auto;
	padding: 20px;
	background: #fff;
	border: thin solid #005c28;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	font-size: 28px;
	text-align: center;
}

.backgroundImage{
	background: url("../images/ColoradoFlag.png") no-repeat;
	background-position: center center; 
	background-size: cover;
}

/*------------------------------------------------------
--> Insects / Wildlife <--
------------------------------------------------------*/
/* Description... */

.iw-Container{
	position: relative;
	margin: 100px 0px;
}
.iw-Image{
	position: relative;
	margin: 20px auto;
	padding: 10px 10px 5px 10px;
	width: 800px;
	border: 2px solid #005c28;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	z-index: 100;
}
.iw-TopBar{
	background-image: linear-gradient(to right, rgba(3,93,48,0) 0%, rgba(3,93,48,1) 30%, rgba(3,93,48,1) 70%, rgba(3,93,48,0) 100%);
	height: 2px;
	width: 80%;
	margin: -50px auto 40px auto;
}
.iw-BottomBar{
	background-image: linear-gradient(to right, rgba(3,93,48,0) 0%, rgba(3,93,48,1) 30%, rgba(3,93,48,1) 70%, rgba(3,93,48,0) 100%);
	height: 2px;
	width: 100%;
	margin: 40px auto -50px auto;
}
.iw-Title{
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    z-index: 50;
    text-shadow: 2px 2px 2px rgba(3,93,48,0.50);
}
.iw-InfoBox{
	position: relative;
	width: 900px;
	margin: 20px auto;
	border: 2px solid #005c28;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	z-index: 100;
}
.iw-InfoText{
	position: relative;
	margin: 10px;
	padding: 20px;
	background: #fff;
	border: thin solid #005c28;
	font-size: 28px;
	text-align: center;
}


/*------------------------------------------------------
--> About <--
------------------------------------------------------*/
/* Description... */

#about-Container{
	position: relative;
	width: 60%;
	margin: 25px auto;
	padding: 25px;
	background: #fff;
	border: thin solid #005c28;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	text-align: center;
}
.about-Title{
	position: relative;
	border-bottom: thin solid #005c28;
	font-size: 38px;
}
.about-Name{
	position: relative;
	padding: 20px 10px 0px 10px;
	font-size: 38px;
	font-weight: bold;
}
.about-Sub{
	position: relative;
	padding: 0px 10px 20px 10px;
	font-size: 24px;
}
.about-Contact{
	position: relative;
	padding: 10px;
	font-size: 24px;
}

/*------------------------------------------------------
--> Testimonials <--
------------------------------------------------------*/
/* Description... */

.testimonial{
	position: relative;
	margin: 10%;
	padding: 25px 0px;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;
	font-size: 36px;
	text-align: center;
	color: #fff;
	z-index: 100;
}

/*------------------------------------------------------
--> Form <--
------------------------------------------------------*/
/* Description... */

#form-Container{
	position: relative;
	width: 60%;
	margin: 25px auto;
	padding: 25px;
	background: #fff;
	border: thin solid #005c28;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	text-align: center;
}
.form-Description{
	position: relative;
	border-bottom: thin solid #005c28;
	font-size: 38px;
}
.form-Title{
	position: relative;
	padding: 20px 10px 0px 10px;
	font-size: 20px;
}
.form-Input{
	position: relative;
	width: 90%;
	padding: 10px;
	margin: 1px auto;
	border: thin solid #005c28;
	border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.30);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.30);
	font-size: 20px;
	text-align: center;
}
#form-Submit{
	position: relative;
	padding: 10px;
	background: #005c28;
	border: thin solid #005c28;
	border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0,0,0,0.20);
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.20);
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.form-Error{
	border: 2px solid red;
}


/*------------------------------------------------------
--> Footer <--
------------------------------------------------------*/
/* Description... */

#footer-Box{
	position: relative;
	height: 100px;
	width: 100%;
	padding: 45px;
	background: #000;
	border-top: thin solid #fff;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.30);
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/*------------------------------------------------------
--> Section Title <--
------------------------------------------------------*/
/* Description... */

@media (max-width: 600px) {
	.infoBox{
		width: 98%;
		font-size: 16px;
	}
	.iw-Image{
		width: 90%;
	}
	.iw-InfoBox{
		width: 100%;
	}
	.iw-Title{
		font-size: 30px;
	}
	.iw-InfoText{
		font-size: 18px;
	}
	.testimonial{
		font-size: 22px;
	}
	#about-Container{
		width: 98%;
	}
	#form-Container{
		width: 98%;
	}
}
@media (min-width: 601px) and (max-width: 800px) {
	.infoBox{
		width: 90%;
		font-size: 18px;
	}
	.iw-Image{
		width: 400px;
	}
	.iw-InfoBox{
		width: 500px;
	}
	.iw-Title{
		font-size: 48px;
	}
	.iw-InfoText{
		font-size: 20px;
	}
	.testimonial{
		font-size: 30px;
	}
	#about-Container{
		width: 90%;
	}
	#form-Container{
		width: 90%;
	}
}
@media (min-width: 801px) and (max-width: 1000px) {
	.infoBox{
		width: 80%;
		font-size: 20px;
	}
	.iw-Image{
		width: 500px;
	}
	.iw-InfoBox{
		width: 600px;
	}
	.iw-InfoText{
		font-size: 22px;
	}
	.testimonial{
		font-size: 36px;
	}
	#about-Container{
		width: 80%;
	}
	#form-Container{
		width: 80%;
	}
}
@media (min-width: 1001px) and (max-width: 1200px) {
	.infoBox{
		width: 70%;
		font-size: 24px;
	}
	.iw-Image{
		width: 600px;
	}
	.iw-InfoBox{
		width: 700px;
	}
	.iw-InfoText{
		font-size: 24px;
	}
	#about-Container{
		width: 70%;
	}
	#form-Container{
		width: 70%;
	}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.infoBox{
		width: 60%;
		font-size: 28px;
	}
	.iw-Image{
		width: 700px;
	}
	.iw-InfoBox{
		width: 800px;
	}
	.iw-InfoText{
		font-size: 26px;
	}
	#about-Container{
		width: 60%;
	}
	#form-Container{
		width: 60%;
	}
}
@media (min-width: 1401px) {
	.iw-Image{
		width: 800px;
	}
	.iw-InfoBox{
		width: 900px;
	}
	.iw-InfoText{
		font-size: 28px;
	}
}