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

html, body {
	min-height: 100%;
}

html, body, p {
	padding: 0;
	margin: 0;
}

img, object, embed, video {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

body{
	background-color: #808800;
	text-align: left;	
	font-family:  "acumin-pro", "Roboto",Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14pt;
	line-height: 21pt;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
}

#wrapper {
	position: relative;
	transition: width 0.3s ease;
	width: 100%;
	float: right;
	text-align: center;
	color: #FFF;
}

#himg {
	visibility: hidden;
}

.s-header {
	position: absolute;
	top: 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px auto;
	z-index: 151; 
	overflow: hidden;
}

.sticky {
	display: block;
	position: fixed;
	background-color: #808800;
	margin-bottom: -65px;
	-webkit-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	-moz-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
}

#home_gallery {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}

#home_gallery > div {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

#content {
	z-index: 150;
	position: relative;
	margin-top: 650px;
	overflow: hidden;
	background-color: #fcfbf7;
	width: 100%;
}

.pbox {
	margin: 0px auto;
	padding: 40px 0px; 
	z-index: 30;
	width: 100%;
	max-width: 1220px;

}



a:link .pimg {
	text-decoration: none;	
	opacity: 1.0;
	filter: alpha(opacity=100);
}

a:visited .pimg {
	text-decoration: none;	
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

a:hover .pimg  {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#hnavlinks {
	position: relative;
	text-align: center;
	letter-spacing: 2pt;
	font-size: 98%;	
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	z-index: 3;	
	color: #FFF;
	float: right;
}

#hnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#hnavlinks li {
	margin: 20px;	
	float: left;
	display: block;
}

#hnavlinks a:link {	
	color: #FFF;
	text-decoration: none;

}

#hnavlinks a:visited {	
	color: #FFF;
	text-decoration: none;
}

#hnavlinks a:hover {				
	color: #CCC;
	text-decoration: none;
}

#hnavlinks a:active {	
	color: #CCC;
	text-decoration: none;
}

#hnavlinks2 {
	display: none;
}


a:link {	
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #808800;
	text-decoration: none;

}

a:visited {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #808800;
	text-decoration: none;

}

a:hover {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #CCC;
	text-decoration: none;
}

a:active {		
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;	
	color: #CCC;
	text-decoration: none;
}



#dnav {
	letter-spacing: 2pt;
	position: absolute;
	top: 0px;
	left: -10000000px;
	width: 100%;
	z-index: 1000;
	padding: 10px 0px;
	overflow: visible;
	background-color: #808800;
	color: #FFFFFF;
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	-webkit-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	-moz-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	transition: width 0.3s ease;
}

#close-menu {
	text-align: center;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 2000;
	background-color: #808800;
	padding: 20px;
	width: 25px;
	height: 25px;
	float: right;
	display: none;
}

#dnav a {
	text-align: center;
	display: block;
	background-color: #808800;
	color: #FFFFFF;
	padding: 10px 40px 10px 40px;
}

#dnav a:hover, a:focus {
	color: #CCC;
}

#dnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-decoration: none;
}

.biglogo {
	width: 260px;
	max-width: 100%;
	position: relative;
	padding: 14px 20px;
	float: left;
}

#bground, .bground {
	position: relative;
	margin: 0px auto;	
	float: left;
	clear: both;
	width: 100%;
}

#bio, #main_content, .main_content {
	padding: 30px 0px;
	font-family:  "acumin-pro", "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 100%;
	font-weight: 300;
  	color: #333;
	text-align: left;
	position: relative;
	margin: 0px auto;
}

.pnav {
	visibility:hidden;
	opacity: 100;
	z-index: 9999;
	position: fixed;
	margin-top: 200px;
	font-size: 60%;
	width: 100%;
}

.s-sticky {
	visibility: visible;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.l-pnav {
	float: left;
	padding: 40px 5px;
	background-color: #808800;
}

.r-pnav {
	float: right;
	padding: 40px 5px;
	background-color: #808800;
}

.pnav a:link {
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #FFF;
	text-decoration: none;

}

.pnav a:visited {		
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;	
	color: #FFF;
	text-decoration: none;

}

.pnav a:hover {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;	
	color: #CCC;
	text-decoration: none;
}

.pnav a:active {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #CCC;
	text-decoration: none;
}



.pdf{
	float: left;
	font-size: 100%;
}

.date {
	color: #999;
	font-size: 90%;
}

h1 {
	padding: 30px 0px;
	letter-spacing: 2pt;
	line-height: 26pt;
	width: 105%;
	max-width: 650px;
	border-bottom: 1px solid #808800;
	margin: 0px auto;
	font-weight: 900;
	font-style: normal;
	font-size: 200%;
	color: #808800;
	text-align: center;	
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
}

h2 {
	margin: 0px;
	font-weight: 800;
	letter-spacing: .85pt;
	font-size: 160%;
	color: #808800;
	text-align: center;	
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
}

h3, h4, h5, h6 {
	letter-spacing: 1pt;
	font-weight: 800;
	color: #808800;
	text-align: left;	
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
}

#container, .container {
	margin: 0px auto;
	width: 100%;
	max-width: 1050px;
} 

#img-container, .img-container {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	
}

.pimg3 {
	padding: 20px;
}

.pimg, .pimg2 {
	margin: 10px;
	width: 100%;
	max-width: 300px;
	-webkit-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	-moz-box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
	box-shadow: 0px 0px 10px hsla(0, 5%, 9%, 0.4);
}


.pimg2-small{
	margin: 5px auto;
	width: 100%;
	max-width: 200px;
}



#portfolio, #home{
	padding: 70px 0px;
	background-color: #fcfbf7;
	
}


#about, #bground, .bground{
	padding: 70px 0px;	
}

#about, #footer, #bground, .bground {
	z-index: 99;
	background-color: #fcfbf7;
}


#home, #about, #portfolio, #container, .container {
	position: relative;
	margin: 0px auto;	
	clear: both;
	width: 100%;
}


#contact-info {
	font-family:  "acumin-pro", "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 75%;
	display: inline-block;
	font-weight: 300;
	padding: 30px;
  	color: #333;
	text-align: center;
}

/* alternate pages */

#display-img {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0px auto;
}

#footer {
	position: relative;
	bottom: 0px;
	clear: both;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 100%;	
	font-weight: 300;
	overflow: hidden;
	font-family:  "acumin-pro", "Roboto", 
  Helvetica, Arial, "Lucida Grande", sans-serif;}

#footer_content {
	width: 100%;
	max-width: 480px;
	display: flex;
	margin: 0px auto;
	overflow: hidden;
	
}
  
strong {
	font-weight: 800;
}


#footer a:link {	font-family: "acumin-pro-condensed", "Roboto Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	color: #808800;
	text-decoration: none;

}

#footer a:visited {	
	font-family: "acumin-pro-condensed", "Roboto Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	color: #808800;
	text-decoration: none;

}

#footer a:hover {	
	font-family: "acumin-pro-condensed", "Roboto Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	color: #CCC;
	text-decoration: none;
}

#footer a:active {	font-family: "acumin-pro-condensed", "Roboto Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	color: #CCC;
	text-decoration: none;
}

.copyright {	
	font-family:  "acumin-pro", "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: 300;
	color: #808800;
	list-style-position: inside;
	padding: 30px;
	position: relative;
	text-align: center;
}

#bio, #main_content, .main_content {
	width: 100%;
	max-width:650px;
}

@media screen and (max-width: 950px) {
	#content {
	margin-top: 550px;
	}
}


@media screen and (max-width: 800px) {
.resumebox, #bio, h1, #main_content, .main_content, #img-container, .img-container{
	width: 80%;
}

#content {
	z-index: 150;
	position: relative;
	margin-top: 400px;
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
}

body {
	overflow-x: hidden;
}

#nav_box {
	text-align: center;
	position: fixed;
	right: 0px;
	z-index: 1000;
	background-color: #808800;
	padding: 20px;
	width: 25px;
	height: 25px;
	float: right;
}
	
.pimg3 {
	padding: 0px;
	margin: 20px 0px;
}

.pimg .pimg2 {
	margin: 5px;
	clear: none;
}


#hnavlinks {
	display: none;
}
	
#img-container, .img-container {
	display: block;
	
}
	
.l-pnav {
	float: left;
	padding: 0px 5px;
	background-color: transparent;
}

.r-pnav {
	float: right;
	padding: 0px 5px;
	background-color: transparent;
}


.pnav a:link {
	font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #808800;
	text-decoration: none;

}

.pnav a:visited {		
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;	
	color: #808800;
	text-decoration: none;

}

.pnav a:hover {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;	
	color: #CCC;
	text-decoration: none;
}

.pnav a:active {	
    font-family: "acumin-pro-condensed", "Helvetica Neue Condensed", "Arial Narrow", Gotham, Arial, sans-serif;	
	font-weight: 800;
	color: #CCC;
	text-decoration: none;
}

	

}

@media screen and (min-width: 800px) {
#nav_box img {
	display: none;
}

#dnav {
	display: none;
}

}

@media screen and (max-width: 600px) {
#home_gallery {
	overflow: hidden;
}
#footer_content {
	display: block;
	margin: 0px auto;
	overflow: hidden;
	
}
}

@media screen and (max-width: 630px) {
.gimg {
	margin: 0px auto;
}

#home_gallery {
	overflow: hidden;
}

}

@media screen and (max-width: 580px) {
#content {
	z-index: 150;
	position: relative;
	margin-top: 250px;
	overflow: hidden;
}
}

@media screen and (min-width: 480px) {
.slogo {
	display: none;
}
}

@media screen and (max-width: 480px) {
.biglogo {
	display: none;
}

.slogo {
	width: 30px;
	max-width: 100%;
	display: block;
	position: relative;
	padding: 14px 20px;
	float: left;
}

/*.gimg {
	position: relative;
	left: -80px;
} */

#home_gallery {
	overflow: hidden;
}
}

@media screen and (max-width: 380px) {
/*.gimg {
	position: relative;
	left: -130px;
} */

#home_gallery {
	overflow: hidden;
}
}

@media screen and (max-width: 360px) {
#content {
	z-index: 150;
	position: relative;
	margin-top: 150px;
	overflow: hidden;
}

body {
	font-size: 12pt;
	line-height: 19pt;
}

.contact-icons {
	padding: 5px;
	width: 20%;
}

}

@media screen and (max-width: 240px) {
body {
	font-size: 10pt;
	line-height: 18pt;
}
}
