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

/*ANIMATION LAYERS */

.leaves {
animation: leavesgroup 10s forwards 1 linear;
 }
@keyframes leavesgroup {
0%   {top: 0px; fill: #E1EEBC}
20% {top: 0px; fill: #90C67C}
40% {top: 0px; fill: #90C67C}
60% {top: 0px; fill: #67AE6E}
80% {top: 0px; fill: #67AE6E}
100% {top: 0px; fill: #328E6E}	
}


.trunk {
/*animation: trunkgroup 10s forwards 1 alternate;*/
    fill: #483229
 }

/*@keyframes trunkgroup {
    
  100% {top: 0px; fill: hsla(23,47%,21%,0.78)}
    
    
0%   {top: 0px; fill: hsla(23,47%,21%,0.18)}
20% {top: 0px; fill: hsla(23,47%,21%,0.38)}
40% {top: 0px; fill: hsla(23,47%,21%,0.58)}
60% {top: 0px; fill: hsla(23,47%,21%,0.78)}
80% {top: 0px; fill: hsla(23,47%,21%,0.98)}
100% {top: 0px; fill: hsla(23,47%,21%,1.00)}
}*/




/*END ANIMATION*/



/*MAIN BODY*/
body  {


font-family: halyard-text, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 3em;
	color: #FFF;
	text-decoration: none;
	margin: 0px;

	width: 100%;
}

p {
	margin: auto; padding-top: 10px;
}

a, a:visited, a:selected {
    color: #38708D;
    text-decoration: none;
	outline: none;
}

a:hover {
    color: #74A0B8;
}


/*MAIN BODY END */

/*HEADER*/
#header {
    height: 160px;
    background-color: #543fa8;
    display: block


}

.headerimage {
	max-width: 100px;
	padding: 10px;
	display: inline-block;

}

.headerblock {
	margin: auto;
	display: block;
	width: 50%;
	text-align: center;
}


.headertext {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 100px;
	padding-top: 40px;
	text-align: center
}


/*HEADER END*/



/*MENU BAR */
ul.menubar {
  	list-style-type: none;
  	padding: 0;
	width: 70%;
	text-align: center;
	margin: auto;
}



#menu {
	background-color: #424038;
	height: 40px;
	width: 100%;
/*	margin: -5px auto 40px auto;*/
    margin-top:-10px




}

#menu li {
	width: 25%;
	display: inline;
	float: left;
	text-align: center;
	font-size: .4em;
	padding-top: 5px;

}

#menu a, a:visited {
	color: #B3B3B3;
	text-decoration: none
}

#menu a:hover {
	color: rgba(116,160,184,1.00);
	text-decoration: none;
}

/*END MENU BAR*/




/*MAIN CONTENT*/
#mainlista {
	position: relative;
	width: 100%;
	max-height: 100vh;
	text-align: center;
	margin: auto;
	vertical-align: top;
	display: inline-block;
	clear: right;
	z-index: -10000;
	padding-top: 100px;
  /*  background-color: #e8e8e8;*/

}

#mainlista svg {height: 100vh; max-width: 90vw; overflow: hidden; vertical-align: middle; }





#maincontent {
	box-sizing: content-box;
	min-height: 100vmin;
	background-size: cover;
	vertical-align: top;
	margin-top: 0px;
    width: 
}

#maincontent ul {
	display: block;
	list-style: none;
	width: 100%;
	color: #38708D;
}

#maincontent li { 
	display: inline;
    text-align: center;
	vertical-align: bottom;
	padding: 40px;
        float: left;
    }

#maincontent a {
	 color: #38708D;
}

#maincontent a:hover {
	 color: rgba(116,160,184,1.00);
}

#maincontent a:selected {outline: none;}

iframe {
	vertical-align: text-top;
min-height: 3500px;
	height: 2000px;
	width: 100%!important;
	
	border: none;
}

/*END MAIN CONTENT*/




/*FAMILY TREE */
.familytreelogo  {
	background-image: url("images/treewhite.svg"); 
		background-repeat: no-repeat;
	height: 200px;	
}

*.familytreelogo:hover {
	background-image: url("images/treehover.svg"); 
}*


.familytreelogo > p {
	padding-left: 180px;
	padding-top: 100px;
}

/*END FAMILYTREE */


/*PHOTOGRAPHY*/
.photographylogo  {
	background-image: url("images/shutter.svg"); 
	background-repeat: no-repeat;
	height: 200px;
}

.photographylogo > p {
	padding-left: 200px;
	padding-top: 150px;
}

.photographylogo:hover {
	background-image: url("images/shutterhover.svg"); 
}


/*END PHOTOGRAPHY*/

/*DRONE*/
.dronelogo  {
	background-image: url("images/dronewhite.svg"); 
	background-repeat: no-repeat;
	height: 200px;
}

.dronelogo > p {
	padding-left: 200px;
	padding-top: 150px;
}

.dronelogo:hover {
	background-image: url("images/dronehover.svg"); 
}
/*END DRONE */


/*FOOTER*/
.footer {
	margin: 0px 0px 0px 0px;
	position: fixed;
/*display: inline-block;*/
  bottom: 0;
  width: 100%;
  height: 60px;           /* Footer height */
    background-color: #424038;
	font-size: 20px;
	text-align: center;
	color: #B3B3B3;
	clear: both;
}

	.footer > .date {
	margin-top: 3px;
		z-index: 10000}

.socialmedia {
height: 30px;
	width: 50%;
	floar: left;
	
}

.socialmedia img {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #000;
	padding: 40px;
	margin-top: -70px;
	float: left
}





/*END FOOTER */




/* VIDEO PAGE*/

video {
	border: thick solid rgba(147,147,147,1.00);
	height: 180px;
	width: 320px;
	background-color: rgba(77,72,72,1.00);
	text-align: center;
	display: inline-block;
	margin-right: .25em;
	outline: none;}

video a  {outline-style: none;}


.videolist {
	margin: 80px 0px -40px 20px;
	height: 100vh;	
}

.videolist a  {outline-style: none;}


#dronelist a:selected {outline: none;}

#dronelist {
	width: 70%;
	text-align:center;
	margin: auto;
	outline: none;
}

/*END VIDEO PAGE */


/*PHOTOS PAGE*/

#photolist {
	margin: auto;
	display: block;
	width: 100%;
	text-align: center;
	height: 3500px;
	padding-top: 80px;
}



figure {
	position: relative;
	display:  inline-block;
	line-height: normal;
	height: auto;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}


figure img{
	border: solid #B2B2B2;
	border-width: 4px;
	border-radius: 8px;
	max-width: 220px;
	position: relative;
	width: 50%;
	height: auto;
	vertical-align: middle;	
}




figcaption {
	font-weight: normal;
	color:#AFA8A8;
	line-height: 18px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	font-size: 20px;
}

figcaption span {
	font-size: 14px;
	font-style: italic;
	color: #C3C2C2}

/*END PHOTO PAGE*/




/*MEDIA QUERIES*/

/* Extra small devices (phones, 600px and down) */
@media  (max-width: 668px) {
	
	body {font-size: 2em;}
	#header {height: 120px;}	

	.headerimage {
	max-width: 70px;
	padding: 5px;
	display: inline-block;}

	.headerblock {
	margin: auto;
	display: block;
	width: 90%;
	text-align: center;}


	.headertext {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 20px;
	padding-top: 38px;
	text-align: center;
	font-size: 25px;}


	/*MENU BAR */
	ul.menubar {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
	width: 100%;
	text-align: center;}

	#menu {
	background-color: #424038;
	height: 25px;
	width: 100%;}

	#menu li {
	width: 25%;
	display: inline;
	float: left;
	text-align: center;
	font-size: .4em;
	padding-top: 3px;}

	#menu a, a:visited {
	color: #B3B3B3;}

	#menu a:hover {
	color: rgba(116,160,184,1.00);
	text-decoration: none;}

/*END MENU BAR*/
#maincontent {
	margin: 0px 0px 0px 0px;
	width: 100%;
		padding-bottom: 90px;}	

	#mainlista {
	
	margin: -150px auto 20px auto;
	vertical-align: top;
	display: inline-block;
	clear: right;
		width: 96%;
		text-align: center;
    height: 100vh;
}
	
	#mainlista > svg {margin: -100px auto 0px 20px; width: 90%}
	
	
	
	/*FAMILY TREE */
.familytreelogo  {
	height: 100px;	}

.familytreelogo > p {
	padding-left: 90px;
	padding-top: 60px;}

/*END FAMILYTREE */


/*PHOTOGRAPHY*/
.photographylogo  {
	height: 100px;}

.photographylogo > p {
	padding-left: 100px;
	padding-top: 60px;}


/*END PHOTOGRAPHY*/

/*DRONE*/
.dronelogo  {
	height: 100px;}

.dronelogo > p {
	padding-left: 130px;
	padding-top: 50px;}


/*END DRONE */
	
	
/*FAMILYTREE */
	iframe {width: 100%!important;}
/* END FAMILY TREE */
	
	
/*PHOTO PAGE*/	
	#photolist {width: 100%; margin-left: -20px; height: auto}
	figure {min-width: 100%;}
	figure img {width: auto; max-width: 90%;}
	figcaption {font-size: 14px;}
	figcaption span {font-size: 12px;}

/*END PHOTO PAGE*/
	
	video {margin-bottom: 40px;}


.videolist {margin: 0 0 0 -30px}

#dronelist {padding-bottom: 40px; min-height: 1200px; margin-left: -40px; width:100%}

	.socialmedia img {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 1px;
	margin-top: 13px;
	margin-left: 20px;
	position: relative;
}
	
.footer {
	margin: 0px 0px 0px 0px;
}
	
	.footer > .date {
	margin-top: 5px;
		width: 50%;
		font-size:.7em;
		float: right;
		padding-right: 5px;
		z-index: 10000;
	bottom: 0;
	}

	

	

}








@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	body {

	font-size: 2em;

}
	
	
#header {
    height: 120px;
}	
	.headerimage {
	max-width: 70px;
	padding: 5px;
	display: inline-block;

}

.headerblock {
	margin: auto;
	display: block;
	width: 90%;
	text-align: center;
}


.headertext {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 20px;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
}


	/*MENU BAR */
ul.menubar {
  	list-style-type: none;
  	padding: 0;
	width: 90%;
	text-align: center;
	margin: auto;
}



#menu {
	background-color: #424038;
	height: 35px;
	width: 100%;

}

#menu li {
	width: 25%;
	display: inline;
	float: left;
	text-align: center;
	font-size: .5em;
	padding-top: 5px;

}

#menu a, a:visited {
	color: #B3B3B3;
}

#menu a:hover {
	color: rgba(116,160,184,1.00);
	text-decoration: none;
}

/*END MENU BAR*/
	
/*	#maincontent {
	margin: -28px 0px 0px -30px;
		padding-bottom: 90px;
*/
}


	#mainlista {
	
	margin: -80px auto 20px auto;
	vertical-align: top;
	display: inline-block;
	clear: right
}

#mainlista > svg {height: 70vh}


	#maincontent li { 
	padding: 20px;
		
	}
	
	ul.mainlist {
	margin-left: 0px;
	
		}
	
	
	/*FAMILY TREE */
.familytreelogo  {
	height: 100px;	
}




.familytreelogo > p {
	padding-left: 90px;
	padding-top: 60px;
}

/*END FAMILYTREE */


/*PHOTOGRAPHY*/
.photographylogo  {
	height: 100px;
}

.photographylogo > p {
	padding-left: 100px;
	padding-top: 60px;
	}


/*END PHOTOGRAPHY*/

/*DRONE*/
.dronelogo  {
	height: 100px;
}

.dronelogo > p {
	padding-left: 130px;
	padding-top: 60px;}


/*END DRONE */
	
	iframe {

	width: 100%!important

}
	
	
/*PHOTOS PAGE*/

/*	ul.photos img {max-width: 450px;}
	ul.photos li {width: 40%; margin: 0; vertical-align: middle; display: inline-block}
	ul.photos {margin: 0; padding: 0; width: auto}
	#photolist {margin: auto; padding: 0}*/
	
	
	figure {width: 30%; display: inline-block; margin: 20px 20px; padding-bottom: 20px;}
	figure img{max-height: 300px; min-width:200px;}
	figcaption {font-size: 20px; width: 100%;}
	figcaption span {font-size: 13px;}
	}


video {
margin-bottom: 40px;
	margin-right: 10px;

}


.videolist {
	margin: 80px 0px 0px 20px;
	height: 100vh;	
}


/*END PHOTO PAGE*/


/*END MEDIA QUERIES */	
	



