a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visted {
	text-decoration: none;
	color: #000000;
}


#header {
	position: relative;
	font-size: 25px;
	top: 0px;
	left: 0px;
	height: 20em;
	width:100%;
}

#canvas-radial {
	font-size: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20em;
	width: 100%;
	z-index: -1;
}

#headerTest {
	font-size: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20em;
	width: 100%;
	z-index: -1;
}

img {
	width: 100%;
	height: 100%;
}

#whiteRect {
	position: absolute;
	font-size: 25px;
	top: 25%;
	left: 22%;
	background-color: #FFFFFF;
	width: 30em;
	height: 10em;

	-webkit-box-shadow: 1px 6px 29px -4px rgba(214,214,214,0.73);
	-moz-box-shadow: 1px 6px 29px -4px rgba(214,214,214,0.73);
	box-shadow: 1px 6px 29px -4px rgba(214,214,214,0.73);
}

#insideText{

	font-family: 'Bungee', cursive;
	font-size: 45px;
	line-height: 1.3em;
	text-align: center;
	position: absolute;
	top: 29%;
	left: 1.5em;
	width: 80%;
	}


/* THIS IS THE FIRST ROW */
#rowOne {
	position: absolute;
	font-size: 25px;
	top: 22em;
}

#firstForest {
	position: absolute;
	left: 2em;
}

#smallHeadline {
	
	font-family: 'Bungee', cursive;
	letter-spacing: .3em;
	font-size: 18px;
	float: left;	
}

#explanation {
	position: absolute;
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.6em;
	top: 33em;
	right: 8em;
	width: 34%;
}

#explanationTwo {
	position: absolute;
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.6em;
	top: 58.2em;
	right: 8em;
	width: 34%;
}


#explanationThree {
	position: absolute;
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	line-height: 1.6em;
	top: 81em;
	right: 8em;
	width: 34%;
}

/* THIS IS THE SECOND ROW */

#rowTwo {
	position: absolute;
	font-size: 25px;
	top: 37.5em;
}

#secondForest {
	position: absolute;
	left: 2em;
}

/*	FOOTER HERE */

#footer {
	position: absolute;
	top: 1780px;
	left: 0px;
	height: 120px;
	width: 100%;
	background-color: #119DA4;

}


#footerText {
	position: relative;
	top: 32%;
	left: 75%;
	font-family: 'Space Mono', monospace;
	color: #000000;
	font-size: 25px;

}

/* THIS IS THE THREE ROW */

#rowThree {
	position: absolute;
	font-size: 25px;
	top: 55em;
}

#thirdForest {
	position: absolute;
	left: 2em;
}





