/*  ------  BEGIN RESETS  -------------------------  */
body, body * {
	box-sizing: border-box;	/* declared width = rendered width */
	margin: 0;
	padding: 0;
}
a img {
 	border: none;
}
a {
	text-decoration: none;
}
/*  ------  END RESETS  -----------------------------  */
html {
	font-size: 1em;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Coming Soon';
	font-size: 100%;
	line-height: 1.44;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1em;
	line-height: 1.44;
	margin-bottom: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	color: #0565A5;
  	margin-bottom: 0.5em;
  	font-weight: bold;
  	line-height: 1.5 !important;
}
ul li {
	margin-left: 1.75em;
}
header {
	background-color: #0565A5;
	height: 75px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
header h2 {
	color: white !important;
	font-size: 1.75em;
	line-height: 1.2em;
	margin-bottom: 0 !important;
}
header h4 {
	color: white !important;
}
/* -- BEGIN NAV SELECTORS --*/
nav {
	clear: both;
	margin: 0 auto;
	max-width: 980px;
}
nav ul {
	padding-left: 1.5em;
}
nav ul li {
	display: inline;
	font-size: 1.5em;
	line-height: 75px;
	list-style-type: none;
	margin: 0 !important;
	padding-left: 4.5%;
	padding-right: 0 !important;
}
nav ul li a {
	text-decoration: none;
}
nav ul li a:visited {
	color: #0565A5;
}
nav ul li a:hover {
	border-bottom: 1px solid #DDDDDD;
}
nav ul li.-on a{
	color: #73A534 !important;
}
.email {
	color: #73A534 !important;
}
.blue {
	color: #0565A5;
}
/* -- BEGIN NAV SELECTORS --*/
/* -- BEGIN HOME SELECTORS -*/
#content {
	border-left: 1px solid #73A534;
	border-right: 1px solid #73A534;
	clear: both;
	margin: 0 auto;
	margin-bottom: 15px;
	min-height: 400px;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 1140px;
}
#content h3 {
	text-align: center;
}
#middle_section {
	clear: both;
	margin: 0 auto;
}
.mid_sections {
	float: left;
	margin-left: 2.33%;
	width: 31%;
}
.middle_section h3 {
	text-align: center;
}
#github a {
	padding-left: 65px;
}
#github a img {
	height: 215px !important;
	width: 215px !important;
}
/* -- END HOME SELECTORS    --*/

/* -- BEGIN ABOUT SELECTORS --*/
#profile_image {
	clear: both;
	float: left;
	margin-left: 1.7543%;
	min-height: 300px;
	width: 15.30612%;/*174.489768px*/
}
#profile_image p {
	font-size: 8pt;
	text-align: justify;
}
#profile_image img {
	height: 230px;
	width: 150px;
}
#bio {
	float: right;
	margin-left: 1.7543%;
	min-height: 400px;
	padding-bottom: 20px;
	width: 79.4307%;
}
#bio p {
	color: #0565A5;
	font-size: 10pt;
	padding-left: 15px;
}
#bio ul li {
	color: #0565A5;
	font-size: 1em;
	line-height: 2em;
}
/* --  END ABOUT SELECTORS         --*/
/* --  BEGIN PORTFOLIO SELECTORS   --*/
.portfolio_summary {
	clear: both;
	color: black !important;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	width: 65%;
}
.portfolio_summary h4 {
	font-weight: 500 !important;
	font-size: 105% !important;
}
.pieces h3 {
	color: #73A534 !important;
}
.pieces a h3, .pieces a:visited h3{
	color: #73A534 !important;
}
.pieces a:hover h3, .pieces a:focus h3{
	color: #0565A5 !important;
}
.pieces img {
	height: 315px !important;
	width: 315px !important;
}
/* --  END PORTFOLIO SELECTORS     --*/
/* --  BEGIN CODE SELECTORS        --*/
.code_example {
	float: left;
	margin-left: 1.7% !important;
	width: 17.8947% !important;
}
a.highslide img {
	width: 100%;
}
/* --  END CODE SELECTORS   	  --*/
/* --  BEGIN FOOTER SELECTORS     --*/
footer {
	background-color: #73A534;
	clear: both;
	color: white;
	height: 75px;
	line-height: 75px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
footer ul li {
	display: inline;
}
/* --  END FOOTER SELECTORS     --*/
@media screen and (min-width: 1200px) {
	#mobile_nav {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	#mobile_nav {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	header {
		font-size: 88%;
		height: 65px;
		text-align: left;
		padding-left: 1em;
	}
	nav ul li {
		font-size: 1.2em;
		line-height: 30px;
		list-style-type: none;
		margin: 0 !important;
		padding-left: 16%;
		padding-right: 0 !important;
	}
	nav {
		display: none;
	}
	#mobile_nav {
		display: block;
		width: 100%;
	}
	.nav-button, .primary-nav {
		display: block;
	}
	/* Navigation Button
	-------------------------------------------------------- */
	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;		
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}
	/* Navigation Bar
	-------------------------------------------------------- */
	.primary-nav {
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		clear: both;
		display: block;
		float: none;
		height: 65px;
		left: 0px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 998;
	}
	.primary-nav li {
		display: none;
		margin-left: 0 !important;
	}
	.primary-nav li a {
		display: block;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:visited {
		color: #fff;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}
	/* Toggle the navigation bar open  */
	.primary-nav.open { 
		height: auto; 
		padding-top: 65px;
	}
	.primary-nav.open li { 
		background-color: #0565A5;
		color: #fff;
		display: block; 
	}
	/* Submenus – optional .parent class indicates dropdowns */
	.primary-nav > li:hover > a {
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
	#content {
		margin-top: 25px;
	}
	#github a {
		padding-left: 10% !important;
	}
	#github a img {
		height: 150px !important;
		width: 150px !important;
	}
	#profile_image {
		clear: both;
		float: left;
		margin-left: .8543%;
	}
	#bio {
		float: right;
		min-height: 400px;
		padding-bottom: 20px;
		width: 75.4307%;
	}
	.pieces {
		clear: both;
		width: 100%;
	}
	.pieces img {
		margin-left: 30%;
	}
}
@media screen and (max-width: 600px) {
	header {
		font-size: 80%;
	}
	header h2 {
		padding-top: 10px;
	}
	header h4 {
		font-size: 80%;
		padding-top: 5px;
	}
	.mid_sections {
		clear: both;
		margin-bottom: 30px;
		width: 100%;
	}
	.mid_sections ul li {
		list-style-type: none !important;
		text-align: center;
	}
	#github a {
		padding-left: 35% !important;
	}
	#github a img {
		height: 175px !important;
		width: 175px !important;
	}
	#bio {
		float: right;
		padding-bottom: 20px;
		width: 63.4307%;
	}
	.pieces img {
		margin-left: 22%;
	}
	.code_example {
		width: 40% !important;
	}
	.code_example:nth-child(odd) {
		clear: both;
	}
	.code_example img {
		margin-left: 20%;
	}
}
@media screen and (max-width: 500px) {
	header {
		font-size: 65%;
	}
	header h2 {
		line-height: 1.4em;
		padding-top: 10px;
	}
	header h4 {
		font-size: 90%;
		padding-top: 10px;
	}
	#github a {
		padding-left: 40% !important;
	}
	#github a img {
		height: 100px !important;
		width: 100px !important;
	}
	#bio {
		float: right;
		width: 55.4307%;
	}
	.pieces {
		margin-left: 15%;
	}
	.pieces h3 {
		padding-right: 25%;
	}
	.pieces img {
		margin-left: 3%;
	}
	.code_example {
		width: 90% !important;
	}
	.code_example {
		clear: both;
	}
	.code_example img {
		margin-left: 5%!important;
	}
}
@media screen and (max-width: 400px) {
	header {
		font-size: 50%;
		height: 80px;
	}
	header h2 {
		padding-top: 10px;
	}
	header h4 {
		font-size: 150%;
		padding-top: 10px;
	}
	.primary-nav {
		height: 80px;
	}
	.primary-nav.open {
		padding-top: 80px;
	}
	#profile_image {
		padding-left: 25%;
	}
	#bio {
		clear: both;
		width: 100%;
	}
	.pieces a h3, .pieces a:visited h3 {
		padding-right: 0;
	}
	.pieces img {
		margin-left: 5%;
	}
}
@media screen and (max-width: 380px) {
	header {
		font-size: 44%;
		height: 80px;
	}
	header h2 {
		padding-top: 10px;
	}
	header h4 {
		font-size: 150%;
		padding-top: 14px;
	}
	.mid_sections {
		margin-left: 0;
	}
	.mid_sections ul li {
		margin-left: 0;
	}
	.pieces a h3, .pieces a:visited h3 {
		padding-right: 0;
	}
	.pieces img {
		margin-left: 5%;
	}
	#github a {
		padding-left: 35% !important;
}
}