/*//////////////*/
/*GENERAL*/
/*//////////////*/

html, body{
	margin: 0;
	padding: 0;
}
.main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*width: 75%;*/
}

@font-face{
	font-family: 'Hamburg Hand';
	src:url('Hamburg Hand.oft');
}

body{
	font-family: Hamburg Hand,helvetica,arial,verdana, sans-serif;
}

/*//////////////*/
/*NAVIGATION/HEADER*/
/*//////////////*/

a{
	text-decoration: none;
	color:#6C6D6D;
}
 header{
 	position:sticky;
 	top:0;
 	background-color: white;
 	width: 100%;
 	z-index: 1;
 	/*display: flex;*/
 }
.lily{
	padding-top: 10px;
	padding-bottom:10px;
}
.big-title{
	float:left;
	position:absolute;
	top:20px;
	left:90px;
	font-size:30px;
	margin: 0;
	padding:0;
}
.little-title{
	float: left;
	position:absolute;
	top:45px;
	left:130px;
	font-size: 10px
}

p.navlogo .big-title .little-title{
	position: absolute;
}

p.navlogo{
	/*float:right;*/
	/*position:absolute;
	top:75px;
	right:100px;*/
}

nav{
	position: absolute;
	top: 20px;
	right: 50px;
}
.nav p{
	font-size: 12px;
	margin-top: 0;
}
 ul{
 	list-style-type:none;
 	margin:0;
 	padding:0;
 	background-color: white;
 	/*font-size:7px;*/
 }
li{
	float:left;
	display: block;
	padding-right:15px;
	text-align: center;
}

.view a:visited{
	color:#66BC46;
	/*background-color:#66BC46;*/
}
.view p a:link{
	color:#66BC46;
	/*background-color:#66BC46;*/
}
.nav li a:hover{
	color:#66BC46;
	background-color:#66BC46;
}

/*//////////////*/
/*HEADER*/
/*//////////////*/

h1{
	font-size: 40px;
	color:#008596;
	padding-top:25px;
	padding-bottom:0;
}
h2{
	font-size:24px;
	font-weight:lighter;
	color:#43BEAD;
}
h2.top{
	margin-top:10px;
	margin-bottom:200px;
}
.main h1 h2{
	margin-top:600px;
}
/*////////*/
/* GENERAL BODY*/
/*////////*/
p.body{
	font-size:16px;
	font-weight: lighter;
	color:#616162;
	padding-bottom: 50px;
}

.photo{
	height:50%;
	width:50%;
	/*margin-left:300px;*/
	margin-top: 25px;
}
p.caption{
	font-size:10px;
	color:#6C6D6D;
	margin-left: 990px;
	margin-bottom: 75px;
}

p.special{
	font-size:10px;
	position:absolute;
	margin-left: 490px;
	margin-top: 615px;
	/*margin-left:790px;*/
	/*margin-bottom:75px;*/
}


.link{
	color:#66BC46;
}

iframe{
	position:center;
}
.video{
	margin-bottom: 90px;
	margin-top: 90px;
}
/*////////*/
/*SPECIAL BODY*/
/*////////*/
p.intro{
	max-width: 600px;
	/*margin:0 auto;*/
	margin-top: -75px;
	margin-bottom: 75px;
	color:#66BC46;
	/*font-style: italic;*/
}
/*p.blue{
	float:left;
}
p.pink{
	float:right;
}*/
p.blue{
	max-width: 460px;
	float:left;
	margin-left: 200px;
	padding-right: 40px;
	margin-top: -50px;
	padding-bottom: 50px;
}
p.pink{
	max-width: 460px;
	float:left;
	padding-right: 40px;
	margin-top: -50px;
	padding-bottom: 50px;
}

img.first{
	float:left;
}
h2.otitle{
	position:absolute;
	margin-left: 650px;
	padding-top:260px;
}
p.origin{
	max-width:450px;
	float:right;
	margin-top: 150px;
	padding-right: 100px;
}
p.red{
	max-width:300px;
	padding-right:40px;
	margin-left: 150px;
	margin-top: -50px;
	padding-bottom: 50px;
	float:left;
}
p.yellow{
	position:absolute;
	margin-left: 475px;
	margin-top: -50px;
	max-width:300px;
	padding-right:40px;
	/*margin-top: -50px;*/
	/*padding-bottom: 50px;*/
	/*float:center;*/
}
p.green{
	max-width:300px;
	padding-right:40px;
	padding-left: 300px;
	margin-top: -50px;
	padding-bottom: 50px;
	float:left;
}
 img.second{
	margin-left: 550px;
}
h2.bottom{
	position:absolute;
	margin-top:-400px;
}
p.impact{
	position:absolute;
	max-width:475px;
	float:left;
	margin-top: -350px;
}
/*//////////////*/
/*FOOTER*/
/*//////////////*/

footer{
 	font-size: 16px;
 	color:white;
 	background-color:#43BEAD;
 	padding:10px;
 	margin-top: 75px
 }
 .footertext{
 	color:white;
 	font-size:16px;
 }