@charset "UTF-8";
html, body {
	height:100%;	
	margin:0 0 50px 0;
	padding:0;
	font-family: 'Quantico', sans-serif;
}
body{
	max-width:1200px;
}
.body_bg { 
	width:100%;
	height:80px;
	background:url(../images/page_bg.png) repeat-x fixed;
	background-size: auto 80px;
	position:fixed;
}
.base_image {
	position: fixed;
	left: -125px;
	top: 0;
	height: 900px;
	width: auto;
}
.base_image img {
	width:auto;
	height:100%;	
}
.text_rotator{
	width: 190px;
	height: 135px;
	display: inline-block;
	position: absolute;
	z-index: 200;
	border-radius: 50px;
	text-align:center;
	font-size: 1.5em;
	font-weight:bold;
	color: rgba(255,0,255,.35);
	text-shadow: 
		2px 2px rgba(0, 255, 255, .5), 
		-2px -2px rgba(255, 255, 0, 1);
	opacity:.25;
	display:none;
	
}
.text_rotator.left{
	top: 296px;
	left: 311px;
}
.text_rotator p {
	vertical-align: middle;
	width: 100%;
	margin: 15% auto;
}
.site_name, .navigation {
	font-size:4em;	
	position:fixed;
	z-index:1;
	mix-blend-mode:multiply;
	top: 200px;
	left: 100px;
}
.navigation {
	margin: 0;
	font-size: 1.75em;	
	top:350px;
	left:430px;
}
.sub_nav {
	font-size: 1.5em;
	margin-bottom:15px;
}
.sub_nav .nav_item {
	padding: 0 10px 0 0;
	border-right: 2px dotted darkgrey;
	
}
.nav_item {
	position:relative;
	display:inline-block;
	margin: 0 20px 0 0;
	border-bottom:2px dotted transparent;	
}
.nav_item:hover, .nav_item.selected{
	cursor:pointer;
	border-bottom:2px dotted lightgrey;	
}
.nav_item p {
	margin:0;	
}
.effect {
	mix-blend-mode: multiply;
	white-space:nowrap;	
}
.cyan {
	color:cyan;
	z-index:101;
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
}
.magenta {
	color:magenta;
	z-index:102;
	display:inline-block;
	position:absolute;
	top:1px;
	left:1px;
}
.yellow {
	color:yellow;
	z-index:103;
	display:inline-block;
	position:absolute;
	top:-1px;
	left:-1px;
}
.site_name .site_icon {
	display:inline-block;
	height:1.25em;
	width:1.25em;
	vertical-align:middle;	
}
.site_name .with_background {
	background-image:url(../images/site_icon.png);
	background-repeat:no-repeat;
	background-size: contain;
}
.body_container, .home_message {
	min-height:500px;
	width: 75%;
	left: 50%;
	top:10%;
	margin-left: -37%;
	color:grey;
	font-size: 1em;
	padding: 0;
	background-color: rgba(255,255,255,.93);
	box-shadow: 
		2px 2px rgba(255,255,0,.5),
		-2px -2px rgba(0,255,0,.5),
		inset 2px 2px 0px rgba(255,0,255,.5);
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	position:absolute;
	z-index:500;
	display:none;
	z-index:1;
}
.home_message{
	position:fixed;
	font-family: 'Cabin Sketch', cursive;
	color:rgb(151, 182, 101);
	font-size:1.75em;
	font-weight:normal;
	line-height:1em;
	display: block;
	background:none;
	box-shadow:none;
	margin:0;
	top:425px;
	left:450px;
	width:50%;
	opacity:.5;	
	mix-blend-mode:multiply;
}
.text_container {
	padding: 10px 0 30px 0;	
}
.text_container h1,
.text_container h2,
.text_container p,
.text_container ul {
	margin: 0 0 5px 0;	
}
.text_container h1 {
	font-size: 1.8em;
	margin: 30px 0 5px 0;
	font-weight:normal;	
}
.text_container h2 {
	font-size: 1.5em;
	margin: 20px 0 5px 0;	
}
.text_container h3 {
	font-size: 1.3em;
	margin: 10px 0 5px 0;	
}
.text_container h1 {
	color: rgba(72, 97, 43, 0.62);
	text-shadow: 
		1px 1px rgba(255, 0, 255, .75), 
		2px 2px rgba(0, 255, 255, .75), 
		-2px -2px rgba(255, 255, 0, 1);
}
.pad_content {
	padding: 0 40px;
}
#close {
	padding:20px 30px 30px 30px;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	right:0;
	top:0;
	background: url(../images/site_icon.png) no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
	opacity:.65;
}
.top {
	padding:5px;
	margin:15px 0;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
	border-top: 1px solid grey;
	opacity:.65;
	color: rgba(72, 97, 43, 0.62);
	text-shadow: 
		1px 1px rgba(255, 0, 255, .75), 
		2px 2px rgba(0, 255, 255, .75), 
		-2px -2px rgba(255, 255, 0, 1);
}
#close:hover,.top:hover{
	opacity:.85;
	cursor:pointer;	
}
.portfolio {
	width:90%;	
}
.portfolio .icon_item {
	display:inline-block;
	position:relative;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow:hidden;
	background-color: rgba(255,255,255,.93);
	margin-right: 15px;
	box-shadow: 
		2px 2px rgba(255,255,0,.5),
		-2px -2px rgba(0,255,0,.5),
		inset 2px 2px 0px rgba(255,0,255,.5);
	background-image: url(../images/site_icon.png) no-repeat;
	background-size:cover;
	mix-blend-mode:multiply;
}
.portfolio .icon_item:hover{
	cursor:pointer;	
}
.portfolio .icon_item:hover:after{
		position:absolute;
		content:'';
		width:100px;
		height:100px;
		top:0;
		left:0;
		mix-blend-mode:multiply;
		background-image:url(../images/site_icon.png);
		background-size:150%;
}
.portfolio .icon_item .description {
	display:none;	
}
.portfolio .portfolio_image img{
	width:90%;
	max-width:880px;
}
.text_container a {
	font-weight: normal;
	opacity:.65;
	color: rgba(72, 97, 43, 0.62);
	text-shadow: 
		1px 1px rgba(255, 0, 255, .75), 
		2px 2px rgba(0, 255, 255, .75), 
		-2px -2px rgba(255, 255, 0, 1);
	text-decoration: none;
	border-bottom: 2px dotted lightgrey;	
}

.footer {
	position:fixed;
	top: 775px;
	left: 50%;
	font-size:.65em;
	color:lightgrey;	
	background: url(../images/footer_graphic.png) no-repeat;
	background-position: right top;
	background-size: auto 75px;
	padding: 75px 0;
	mix-blend-mode:multiply;
}
.hidden {
	display:none;	
}
.transparent {
	opacity:0;	
}
.portfolio .icon_item {
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
}
.download {
	float:right;
	margin-right:50px;	
}
@media only screen and (max-width: 915px) {
	.home_message {
		font-size: 1.4em;
		width:35%;	
	}
}
@media only screen and (max-width: 765px) {
	.base_image {
		left:-175px;
	}
	.site_name {
		left: 80px;
		font-size: 3.5em;	
	}
	.navigation {
		left: 380px;	
	}
	.nav_item {
		display:block;	
		margin-bottom:25px;
	}
	.home_message {
		display:none;
	}
	.pad_content {
		padding: 0 10px;	
	}
	.text_container h1 {
		font-size: 1.7em;
	}
	.text_container h2 {
		font-size: 1.3em;
	}
	.text_container h3 {
		font-size: 1.15em;
	}
	.text_container .sub_nav {
		line-height:1em;	
		font-size:1em;
		width:85%;
	}
	.text_container .sub_nav .nav_item {
		display:inline-block !important;
		margin:0 10px 10px 0;
		padding: 0 10px 0 0;
		border-right: 1px dotted darkgrey;
	}
	.icon_item {
		width: 50px !important;
		height: 50px !important;	
	}
	.download {
		margin-right:80px;	
	}
}
@media only screen and (max-width:600px)  {
	.site_name {
		left: 50px;
		top: 200;
		font-size:2.5em;	
	}
	.base_image {
		left: -275px;	
	}
	.navigation {
		left:55%;	
	}
	.download {
		float:none;	
	}
}
@media only screen and (max-width:414px)   {
	body {
		line-height:1.5em;	
	}
	.base_image {
		height: 575px !important;
		width:auto;
		left:-45%;	
	}
	.site_name {
		font-size: 1.95em !important;	
		top: 100px !important;
	}
	.text_rotator{
		display:none !important;	
	}
	.footer {
		top:470px !important;
		width:80% !important;
		right: 5px !important;
		left:auto !important;
	}
	.navigation {
		top: 225px !important;
		left: 150px !important;	
	}
	.body_container {
		width:100%;
		position:relative;
		margin: 50px auto 0 auto;
		left:auto;
		top:auto;	
	}
	.portfolio .portfolio_image img{
		width:100%;
		max-width:880px;
	}

}
@media only screen and (max-width:320px) {
	.site_name {
		font-size: 1.85em;
	}
}
@media only screen and (max-height:800px) {
	.base_image {
		height: 700px;
		width:auto;
		left:-200px;
	}
	.home_message {
		left: 225px;
		top: 325px;
		font-size:1.4em;	
	}
	.text_rotator {
		font-size: 1.5em !important;	
	}
	.site_name {
		font-size: 2.25em;	
		top: 150px;
		left:30px;
	}
	.text_rotator.left{
		left:220px;
		top:210px;
		font-size:1.4em;	
	}
	.footer {
		top:600px;
		right:50px;
		line-height:1em;
		background-position: right 10%;
		background-size: auto 40px;
		padding: 50px 20px 0 20px;
		text-align: right;	
	}
	.navigation {
		top: 275px;
		left: 225px;	
		font-size: 1.35em;
		line-height:1em;
	}
	.sub_nav {
		font-size: 1.25em;	
	}
}
