@charset "UTF-8";
body{
	background: #CCFFCC;
	margin:0px;
	padding:0px;
}
p{	
	color:#336633;
	margin: 6px 0px 0px 0px;
	font-size: 15pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
h1{
	color: #CDFECC;
}
h2{	
	font-size:25pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color:#336633;
	margin:0;
	padding:0;
}
h3{
	color:#CDFECC;
	font-weight: 900;
	font-size: 50pt;
}
a{
	text-decoration: none;
}
.navigation{
	background-color: #336633;
	width: 100%;
	height: 32px;
	padding-left:10px;
	padding-right:0px;
	margin-right:0px;
}
.navitem1{
	float:left;
	margin:0px 0px;
	padding:7px 17px 7px 17px;
	color:#CDFECC;
	font-weight: 550;
	border-right-color:#CCFFCC;
	border-right-width: 3px;
	border-right-style:solid;
	border-left-color:#CCFFCC;
	border-left-width: 3px;
	border-left-style:solid;
}
.navitem{
	float:left;
	margin:0px 0px;
	padding:7px 17px 7px 17px;
	color:#CDFECC;
	font-weight: 550;
	border-right-color:#CCFFCC;
	border-right-width: 3px;
	border-right-style:solid;
}
.navitem:hover{
	background-color: #B33574;
	color:#CDFECC;
}
.navitem1:hover{
	background-color: #B33574;
	color:#CDFECC;
}
#panel{
	display: none;
	padding:20px;
	position:relative;
}
.top{
	background-color: #CDFECC;
	top:0px;
	width: 100%;
	height: 113px;
	margin:0px;
	position:sticky;
	padding:0px;
	z-index: 99;
}
.content{
	z-index: 0;
	padding: 20px 0px 20px 0px;
}
.portfolio{
	padding:0px 0px 0px 30px;
	margin: auto;
}
.image-frame{
	width: 414px;
	height: 331px;
	float:left;
	margin:0px 30px 25px 0px;
	padding:0px;
}
.centered{
	padding:0px;
	margin:0px;
	width: 414px;
	height: 331px;
	position:absolute;
	opacity:0;
	display:block;
	text-align: center;
	background-color: #B23B77;
	z-index: 20;
	transition: .5s ease;
}
.centered:hover{
	opacity:.75;
}
.bot{
	float:clear;
	background-color: #336633;
	width: 100%;
	height:80px;
	padding:10px 0px 0px 15px;
}
.vertical-center{
	margin:auto 0px auto 0px;
}
.socials{
	float:right;
	margin:10px 25px 0px 0px;
	height: 50px;
}
.socials img{
	margin-right:5px;
}
.about{
	padding:20px;
	height: 300px;
}
.about img{
	float: left;
	margin-right: 20px;
}
.contact{
	margin: 10px auto 0px auto;
	width: 500px;
	height: 120px;
	text-align: center;
}
.resume{
	width:816px;
	text-align: center;
	margin: auto;
}
.resume img{
		border:thick solid #336533;
	margin-top: 10px;
}
.resume a{
	font-size: 20px;
}
.image-field{
	margin:auto;
	padding:10px 0px 10px 10px;
}
.video-field{
	margin:auto;
	padding:10px 0px 10px 10px;
}
.image-field img{
	width:414px;
	margin: 10px 10px 0px 0px;
}
.video-frame{
	margin:20px 0px 0px 0px;
}
@media only screen and (max-width: 100000px){
	.image-field{width:1350px;}
	.video-field{width:900px;}
	.content{
		height: 1150px;
	}
	.portfolio{
		width:1350px;
	}
	.about{
		margin:auto;
		width: 910px;
		height: 300px;
	}
}
@media only screen and (max-width: 1280px){
	.image-field{width:900px;}
	.video-field{width:900px;}
	.portfolio{
		
		width: 900px;
	}
	.content{
	height: 1450px;
}
	.about{
		margin:auto;
		width: 910px;
		height: 300px;
	}
}
@media only screen and (max-width: 850px){
	.image-field{width:600px;}
	.video-field{width:600px;}
	.portfolio{
		padding:0px 0px 0px 0px;
		width: 600px;
	}
	.content{
		height: 2850px;
	}
	.about{
		margin:auto;
		width: 414px;
		height: 550px;
	}
}
@media only screen and (max-width: 500px){
	.about{
		margin:none;
		width:300px;
		height: 810px;
		padding-left:10px;
	}
	.navigation{
		width: 500px;
	}
	.about img{
		float:none;
	}
	.contact{
	margin: 0px 0px 0px 10px;
	width: 500px;
	text-align: left;
}
}	