/*//////////////*/
/*GENERAL*/
/*//////////////*/

html, body{
	margin: 0;
	padding: 0;
}
div.main{
	width: 1200px;
	margin: 0 auto;
	/*position: relative;*/
	position: fixed;
	top:0;
	left:0;
	right: 0;
	background-color: white;
	
	z-index: 1000/*width: 75%;*/
}

@font-face{
	font-family: 'Hamburg Hand';
	src:url('Hamburg Hand.oft');
}

body{
	font-family: Hamburg Hand,helvetica,arial,verdana, sans-serif;
}
.clearfix{
	clear:both;
}

/*//////////////*/
/*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;
}

/*////////////*/
/*BODY TEXT*/
/*////////////*/

h1{
	font-size: 40px;
	color:#008596;
	padding-top:50px;
	padding-bottom:0;
}
h2{
	font-size:24px;
	font-weight:lighter;
	color:#43BEAD;
}
h2.top{
	margin-top:10px;
	margin-bottom:100px;
}
.main h1 h2{
	margin-top:600px;
}

/*p.gallery{
	font-size: 16px;
	color:white;
	display:none;
	background-color:#43BEAD;
	padding:20px;
}
li.photo1:hover p{
	display:block;
}*/
/*/////////////*/
/*PHOTOS*/
/*/////////////*/

section.gallery{
	background-color:white;
	max-width: 1200px;
	min-width: 650px;
	margin:0 auto;
	padding:40px;

}
section.gallery ul{
	list-style-type: none;
	overflow:hidden;
}
section.gallery ul li{
	box-sizing: border-box;
	float:left;
	width:48%;
	position: relative;
	margin-right: 15px;
	margin-top: 20px;
}
section.gallery ul li img{
	width:100%;
}
section.gallery ul li:hover p{
	display: block;
}
section.gallery ul li p{
	box-sizing: border-box;
	padding: 30px;
	margin: 0;
	display: none;
	background-color:#43BEAD;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 97.5%;
	font-size: 16px;
	font-weight: lighter;
	color:white;
}

/*//////////*/
/*FOOTER*/
/*//////////*/

footer{
 	font-size: 16px;
 	color:white;
 	background-color:#43BEAD;
 	padding:10px;
 	margin-top: 75px;
 }