@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Courier New", Courier, monospace;
	font-weight:500;
	margin:0;
	padding:0;
}
 img {
	margin: 0;
	max-width:100%; 
	max-height:100%;
}
#sticky-nav{
	
}
#wrapper{
	margin:0 auto;
	width:76%;
}
#header{
	position: relative;
	width: 100%;
	height: 5em;
	max-height:180px;
	border-image: url(/images/fancy-black-border.png) 100% 0 0 0 / 0 0 0 0 stretch;
}
#logo-font{
	font-size:1.5em;
	font-weight:600;
	margin-top:.75em;
	width: 7em;
	float:right;
	text-shadow:0 -.05em .05em rgba(0, 0, 0, .5); 
}
#site-logo{
	position:relative;
	height:100%;
	float:right;
}
.page-title{
	font-size:2.5em;
	text-shadow:0 -.05em .05em rgba(0, 0, 0, .5); 
}
.page-title-smaller{
	font-size:1.1em;
	text-shadow:0 -.05em .05em rgba(0, 0, 0, .5); 
}
.page-subtitle{
	font-size:1.5em;
	text-shadow:0 -.05em .05em rgba(0, 0, 0, .5); 
}
.page-body{
	font-size: 1.5em;
}
	#stickyNav{
		display:block;
		background-color:#000000;
		width:100%;
		height:40px;
		position:fixed;	
		z-index:100;
		opacity:.7;
	}
	#stickyNavBuffer{
		display:block;
		padding-top:45px;
	}
	#stickyNavMenu{
		display: none;
		width:100%;
		background-color:#CCCCCC;
		position:fixed;
		padding-top:55px;
		z-index:99;
		opacity:.99;
	}
	.stickyNavTopFont{
		font: normal 1em/100% Georgia, serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		background: #DFDFDF;
		color: #7E7E7E;
		text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
		line-height:150%;
	}
	.stickyNavChildren{
		list-style-type:none;
		/*font: normal .6em/100% Georgia, serif;*/
		font-family:Verdana,Verdana,Tahoma,Helvetica,sans-serif;
		letter-spacing: 1px;
		color: #7E7E7E;
		text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
		line-height:1.5;
		padding-top:2px;
		font-size:.8em;
		padding-bottom:7px;
		
	}
	.snMenuGroup{
		float:left;
		padding-left:2%;
		padding-right:2%;
		padding-bottom:1%;
		/*max-width:35%;*/
	}
	#stickyNavMenu a{
		color:#666666;
		text-decoration: none;
	}
	#stickyNavMenu .visitingThisLink a{
		color:#000000;
		text-decoration: underline;
	}
	.snArrow{
		font-size:..8em;
		line-height:150%;
	}
	#hamburger-sticky-nav-button{
		position: relative;
		background-image:url(/images/hamburger-sticky-nav-button.png);
		background-size: contain;
		background-repeat:no-repeat;
		background-position:center;
		height: 100%;
		width: 10%;
	}
	#hamburger-sticky-nav-button-vertical{
		position: relative;
		background-image:url(/images/hamburger-sticky-nav-button-vertical.png);
		background-size: contain;
		background-repeat:no-repeat;
		background-position:center;
		height: 90%;
		width: 10%;
	}
	#navigation-label{
		position:fixed;
		color:#FFFFFF;
		 z-index:101; 
		left: 8.5%;
		font: normal 1.1em/100% Georgia, serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		top:12px;
	}
#contact-me{
	font-weight:600;
}
input {
	border:dotted;
	width:100%;
	height:2em;
	margin-bottom:1em;
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
}

.details{
	height:5em;
	border:dotted;
	padding-top:-10em;
	width:100%;
	margin-bottom:1em;
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
}

#contact-fields{
	float:left;
	margin-left: .25em;
	line-height:1.2em;
	margin-bottom:1em;
	width: 90%;
}
.contact-me-sb input[type="submit" ]{
	float:left;
	border:solid;
	border-color:#666666;
	width:100%;
	text-shadow:0 -.05em .05em rgba(0, 0, 0, .5); 
	font-size:1em;
	color:#000000;
}
#footer{
	clear:both;
	width:100%;
}
#footer-text{
	font-size: .8em;
	margin: 2em 0;
	float:right;
}
.logo-link{
	text-decoration:none;
	color:#000000;
}
@media all and (orientation:portrait) { 
	body{
		font-size: 3vw;
	}
	#navigation-label{
		left: 12.5%;
	}
}
@media all and (orientation:landscape) { 
	body{
		font-size: 1.7vw;
	}
}
