/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box; 
  }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }


.rule{
margin-bottom:1.5em;	
	}	

.projectSidebar, .projectText{
margin-bottom:0 !important;	
	}	


/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
	.row {
	margin-bottom:2%;	
		}	
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 6.5%; }
  .two.columns                    { width: 15%; }
  .three.columns                  { width: 23.5%;            }
  .four.columns                   { width: 32%; }
  .five.columns                   { width: 40.5%; }
  .six.columns                    { width: 49%;            }
  .seven.columns                  { width: 57.4999999999%; }
  .eight.columns                  { width: 66%; }
  .nine.columns                   { width: 74.5%;          }
  .ten.columns                    { width: 83%; }
  .eleven.columns                 { width: 91.5%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 32%; }
  .two-thirds.column              { width: 66%; }

  .one-half.column                { width: 49%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.5%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 25.6%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 42.5%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 51%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 59.4999999999%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 68%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 76.5%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 85%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 93.5%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 68%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 51%; }

	.row .nested {
		margin-bottom:3.159% 0 !important;
		}
	
	.nested-eight {
	margin-left:0 !important;	
		}
	.nested-eight {
	width:74.21% !important;
		}
	.nested-four {
	width:22.631% !important;
	margin-left:3.159% !important;
		}
}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 16px; }
body {
  font-size: 1em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 400;
  font-family: "tenso",sans-serif;
  color: #333; }

html, body {
  height: 100%;
  margin: 0; padding: 0;
}

.container {
  display: flex;  
  min-height: 100%;
  flex-direction: column;  
}

.flexArea {
	flex:1;
	}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 					
{
	margin:0; 
	padding:0; 
	font-family:"source-code-pro",sans-serif;
	font-weight:900;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings:"calt", "liga", "clig", "kern", "onum";
	-moz-font-feature-settings:"calt=1, liga=1, clig=1, kern=1", "onum";
	-ms-font-feature-settings:"calt", "liga", "clig", "kern", "onum";
	-o-font-feature-settings:"calt", "liga", "clig", "kern", "onum";
	-webkit-font-feature-settings:"calt", "liga", "clig", "kern", "onum";
	font-feature-settings:"calt", "liga", "clig", "kern", "onum"; } 

h2 {
	/* color:#14FF64; */
	color:#333333;
	font-size:1.75em;
	line-height:1.3em;
	margin-bottom:.7em;
	}

p {
  font-family:"tenso",sans-serif;
  color:#333333;
  line-height:1.25em;
  margin-bottom:1.25em;
  margin-top:0;
    }
  
  
p#noMargin {
	margin-bottom:0 !important;
	}

.introText{
	border: none !important;
	margin-bottom:0;
	}

p.introText{
	font-family:"source-code-pro",sans-serif;
	font-weight:100;
	margin-bottom:2%;
	margin-top:12%;
	line-height:1.5em;
	}
	
p.italic {
	font-style:italic;
	}
	
.projectSidebar p {
	font-family:"source-code-pro",sans-serif;
	font-weight:100;
	color:#aaaaaa;
	font-style:normal;	}	

p.projectSub {
	font-family:"source-code-pro",sans-serif;
	font-weight:900;
	color:#0019ff;
	margin-bottom:1em;
	}

.pullQuote {
	font-family: "filson-pro",sans-serif;
	color:#af18ff;
	font-size:2.5em;
	text-align:center;
	padding-bottom: 2%;
    border-bottom: 1px #333333 solid;
	margin-bottom:0;
	}

.captionContainer{
	position:relative;
	display:block;}

.captionContainer img{
	position:relative;
	display:block;}

p.yellowCaption {
	background-color:#fcfa0f;
	padding:2px;
	font-family:"source-code-pro",sans-serif;
	font-weight:100;
	color:#333333;
	position:absolute;
	top:0;
	left:0;
	font-style:italic;
	z-index:900;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition:    all 0.1s linear 0s;
	-o-transition:      all 0.1s linear 0s;
	}	
.captionContainer:hover p.yellowCaption {
	opacity:.25;
	background-color:#FFFFFF;
	}

.lightboxContainer .captionContainer{
	top: 0;
    left: 0;
    position: fixed;
    display: block;
    text-align: left;
    width: 100%;
	}

.lightboxContainer .captionContainer:hover p.yellowCaption {
	opacity:1;
	background-color:#fcfa0f;
	}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
::-moz-selection { 
background-color:#FF3F19;  
color: #ffffff;
}

::selection {
background-color:#FF3F19; 
color: #ffffff;
}

a:link {
	color:#000159;
	text-decoration:none;
	font-family:"source-code-pro",sans-serif;
	font-weight:900;
	}

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

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

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

	
figure.logoLink, figure.aboutImg{
	display: block; 
	position: relative; 
	overflow: hidden;
	margin:0;
	
	} 


figcaption.logoLink{
	position: absolute; 
	opacity: 0;
	left: 0;
	height:100%;
	width:100%;
	top:0;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition:    all 0.1s linear 0s;
	-o-transition:      all 0.1s linear 0s;
	}

figcaption.aboutImgHov {
	position: absolute; 
	opacity: 0;
	left: 0;
	height:100%;
	width:100%;
	top:0;
	}

figure.logoLink:hover figcaption.logoLink,
figure.aboutImg:hover figcaption.aboutImgHov  {
  opacity: 1;
}

figure.logoLink:hover .logoImg {
}
	
	

/* Header and Nav and homepage
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header{
	
	display:block;
	}
	

#logoTop {
	display:block;
	position: relative;
	padding:0px !important;
	margin-bottom:2%;
	margin-top:0;
	border:none;}

.noMargin{
	margin-bottom: 0 !important;
	}

#navArea{
	border-top:2px solid;
	border-top-color:#333333;
	border-bottom:2px solid;
	border-bottom-color:#333333;
	padding-bottom:2%;
	padding-top:2%;
	}
	
.navItem {
	font-size:24px;
	line-height:1em;
	color:#000159;
	}
	
a.navItem:hover {
	color:#FF3F19;
	}
	
.active{
	color:#FF3F19 !important;
	}
	
.inactive{
	color:#E6E6E6;
	}


#introBox{
	border:none;
	}

#introBox p {
	border:none;
	}

.container {
	
	}

/* Thumbnail and Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */


figure.thumbnail {
	display: block; 
	position: relative; 
	overflow: hidden;
	margin:0;
	
	} 


figcaption.thumbnail-caption{
	position: absolute; 
	color: white;  
	opacity: 0;
	bottom: 0; 
	left: 0;
	height:100%;
	width:100%;
	top:0;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition:    all 0.1s linear 0s;
	-o-transition:      all 0.1s linear 0s;
	}

figcaption.thumbnail-caption h2{
	position:absolute;
	top:0;
    padding-left: 12px;
	padding-right: 12px;
    padding-top: 6px;
	font-size:20px;
	line-height:28px;
	color:#000159;
	}


figure.thumbnail:hover figcaption.thumbnail-caption{
  opacity: 1;
  left: 0;
}

img {
	width:100%;
	height:100%
	}


.PHov {
	display:block;
	/*  background-color: rgba(255, 255, 255, .25);
	background:url(../img/Project_Hover.png);  */
		
	}

.PHov2 {
	display:block;
		background: rgba(0,26,255,0);
		background: -moz-linear-gradient(-45deg, rgba(0,26,255,0) 0%, rgba(0,26,255,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,26,255,0)), color-stop(100%, rgba(0,26,255,1)));
		background: -webkit-linear-gradient(-45deg, rgba(0,26,255,0) 0%, rgba(0,26,255,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(0,26,255,0) 0%, rgba(0,26,255,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(0,26,255,0) 0%, rgba(0,26,255,1) 100%);
		background: linear-gradient(135deg, rgba(0,26,255,0) 0%, rgba(0,26,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001aff', endColorstr='#001aff', GradientType=1 );	}
	

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer{
	margin:auto;
	border-top:2px solid;
	border-top-color:#333333;
	display:block;
	margin-top:4%;
	}

#footer p#copyright {
	margin:0 !important;
	padding-bottom: 2%;
	padding-top: 2%;
	}

#logoBottom{
	display: block;
    border-top: 2px solid !important;
    border-top-color: #333333;
    position: relative;
    padding-top: 2%;
    padding-bottom: 0px !important;
    margin-top: 0 !important;
    border: none;
	}



/* Back to Top and other Nav buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.go-top{
	font-family:"source-code-pro",sans-serif !important;
	position: fixed;
	bottom: 1.33em;
	right: 1.33em;
	text-decoration: none;
	color: white !important;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	padding: .6666em;
	display: none;
	font-weight:900;
	z-index:10000;
}

.prev-button, .next-button{
	background-color: rgba(0, 0, 0, 0.3);
	font-family:"source-code-pro",sans-serif !important;
	position:fixed;
	top:46%;
	color:#ffffff !important;
	z-index:10000;
	font-size:3em;
	}

.prev-button:link {
	padding:10px 16px 18px 14px;
	left:0;}

.next-button:link {
	padding:10px 14px 18px 16px;
	right:0;}

.go-to:link{}

.go-to:visited, .prev-button:visited, .next-button:visited{
	background-color: rgba(0, 0, 0, 0.3);
	}

.go-top:hover, .prev-button:hover, .next-button:hover {
	background-color:#FF3F19;
	color:#ffffff;
}

.go-top:active, .prev-button:hover, .next-button:hover {
	background-color:#FF3F19;
	color:#ffffff;
}


/* PROJECT PAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.projectHeader{
	position:relative;
	}

.row.projectHeader{
	margin:0;
	}
.projectDescription {
	margin-top:6%;
	}	

.projectTitle{
	position:absolute !important;
	bottom:-1.75em;
	padding:2%;
	padding-bottom:0;
	min-height: 150px;
	width:53% !important;
	margin-left:23.437% !important;
	background:#ffffff;}

.projectDescription{}

.projectSidebar{}

.projectImage{
	padding-top:2%;
	}
.imageBelow{
	margin-bottom:1.5em;
	}

div.six.columns.projectImage {
	padding-top:0;
	}

#404Head {
	z-index:0;}
	
#404Text {
	z-index:10;
	margin-top:0;}	


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
  
 .empty {
	} 


/* Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.lightboxBack {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	/** background: rgba(0,1,89,0.9); */
	overflow-y:scroll;
		
	background: rgba(0,25,255,0.1);
	background: -moz-linear-gradient(top, rgba(0,25,255,0.1) 0%, rgba(0,25,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,25,255,0.1)), color-stop(100%, rgba(0,25,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,25,255,0.1) 0%, rgba(0,25,255,1) 100%);
	background: -o-linear-gradient(top, rgba(0,25,255,0.1) 0%, rgba(0,25,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,25,255,0.1) 0%, rgba(0,25,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,25,255,0.1) 0%, rgba(0,25,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0019ff', endColorstr='#0019ff', GradientType=0 );	
	background-attachment:fixed;
}

.lightboxBack::-webkit-scrollbar { 
    display: none; 
}

.lightboxContainer{
	margin: 6% 0;
	
	}

.lightboxContainer img {
	width:auto;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,1,89,0.2);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,1,89,0.2);
	box-shadow: 0px 0px 16px 0px rgba(0,1,89,0.2);
	/** Pad the lightbox image */
}

.lightboxBack:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}




/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border-top:1px solid;
  border-top-color:#333333; 
  margin:0;
  margin-bottom:2%;
  }

hr.thickerRule {
	border-top:2px #333333 solid;
  	margin-bottom:2%;
	}

.rule {
	border-top:1px #333333 solid;
  	padding-top:1.5em;
	}
	
.noRule {
	border-top:none;;
	padding-top:0;
	}

hr.margins{
	margin:4% 0;
	}


.aboutContainer{
	position:relative;
	}

.aboutText{
	position:absolute !important;
	bottom:-1px;;
	padding:2%;
	padding-bottom:6.5%;
	margin-left:6.5% !important;
	background:#ffffff;
	}

.greyBack {
	background-color: rgb(249, 249, 249);
	}

.expoundrousBack {
	background-color: #323237;
	}

.truffleBack {
	background-color: #3F2D5C;
	}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Mobile */
@media (min-width: 300px) and (max-width: 549px) {
	/* 
	.row {
	margin-bottom:6%;	
		}
		
	.container#home .row, .container#resume	.row {
	margin-bottom:0;	
		}
	 */
	#logoTop{
	margin-bottom:8% !important;
		}
	
	#navArea{
	padding-bottom:6%;
	padding-top:6%;
	}
	
	.navItem {
	line-height: 1.5em;	
		}
	
	p.introText, p.introText.noMargin{
	margin-bottom:18% !important;
	margin-top:6%;
	}
	
	
	hr.thickerRule {
	margin-bottom:1.25em;
	}
	
	hr.margins{
	margin:1.25em 0;
	}
	
	#footer {
	margin-top:12%;	
		}
		
	#footer p#copyright {
    padding: 6% 0;}
	
	#logoBottom {
	padding-top: 6%;	
		}
	
	.go-top{
		display:none !important;}
	
	.aboutContainer{
	position:relative;
	}

	.aboutText{
	position:relative !important;
	padding:0;
	margin-left:0 !important;
	margin-top: 6%;
	bottom:0;

	}

	.rule {
  	padding-top:1.25em;
	margin-bottom:1.25em;
	}
	
	.textBox{
	margin-bottom:12%;	
		}
	
	.projectHeader, .projectSidebar {
		}
		
	.projectTitle{
	position:relative !important;
	padding:0;
	margin-left:0 !important;
	margin-top: 6%;
	bottom:0;
	min-height:0;
    width: 100% !important;
		}
	
	.projectTitle h2{
	font-size:1.5em;
		}
	
	.projectDescription {
		margin-top:0 !important;
		}
		
	p.yellowCaption {
	position:relative;
	margin-bottom:0;
	background-color:#fcfa0f;
	padding:2px;
	}

.captionContainer:hover p.yellowCaption {
	opacity:1;
	background-color:#fcfa0f;
	}
	p.pullQuote {
	padding-bottom:6%;
	font-size:2em;	
		}

	.projectImage, div.six.columns.projectImage{
	padding-top:1.25em;
	}
	
	.imageBelow{
	margin-bottom:1.25em;
	}

	.subDivide{
	margin-bottom:3em;}
	
	.lightboxBack {
		background-attachment:scroll;	
		}
	
	.lightboxContainer{
		margin:3em 0;
		}
	
	.lightboxContainer img {
		width:100%;
		height:100%;
		}	

	}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) and (max-width: 749px) {

	#logoTop{
	margin-bottom:4%;
		}
	
	#navArea{
	padding-bottom:2%;
	padding-top:2%;
	}

	p.introText{
	margin-bottom:0;
	}	
	
	.go-top{
		display:none !important;}
	
	.aboutContainer{
	position:relative;
	}

	.aboutText{
	position:relative !important;
	padding:0;
	margin-left:0 !important;
	margin-top: 6%;
	width:100% !important;
	bottom:0;
	}

	.projectTitle{
	position:relative !important;
	padding:0;
	margin-left:0 !important;
	margin-top: 4%;
	width:100% !important;
	bottom:0;
	min-height:0;
		}
		
		
	.projectTitle h2 {
		margin-bottom:0 !important;
		}

	.projectText, .projectSidebar{
	position:relative !important;
	padding:0;
	padding-top:1em;
	margin-left:0 !important;
	margin-top:0;
	width:100% !important;
	bottom:0;
	}
	
	.projectDescription {
    margin-top: 4%;
	}
	
	.projectImage{
	padding-top:4%;
	}
	
	.imageBelow{
	margin-bottom:4%;
	}
	
	.subDivide{
	margin-bottom:8% !important;}
	
	.lightboxBack {
		background-attachment:scroll;	
		}
	
	.lightboxContainer{
		margin:4%;
		}
	
	.lightboxContainer img {
		width:100%;
		height:100%;
		}	
	
	}

/* Larger than tablet */
@media (min-width: 750px) and (max-width: 999px) {
	
	#logoTop{
	margin-bottom:3%;
		}
	
	p.introText{
	margin-bottom:0;
	}	

	
	.aboutContainer{
	position:relative;
	overflow:hidden;
	}

	.aboutContainer img{
		float:left;
		width:120%;
	}
	
	.aboutText{
	position:absolute !important;
	padding:0;
	margin-left:0 !important;
	padding-top: 3%;
	width:50% !important;
    padding-left: 0;
	padding-right: 3%;
	padding-bottom:3%;
    height: 100%;
	bottom:0;
	}

.projectTitle{
	min-height: 140px;
	margin-left:31.944% !important;
    width: 67.972% !important;	
	right:0;
	}	    
	
.projectSidebar {
	width:31.944% !important;
	}	
	
.projectText {
    width: 65.972% !important;	
	}	
.projectImage{
	padding-top:2%;
	}
.imageBelow{
	margin-bottom:1.5em;
	}

.subDivide{
	margin-bottom:4% !important;}
	
.lightboxBack {
	background-attachment:scroll;	
		}
	
.lightboxContainer{
	margin:2%;
		}
	
.lightboxContainer img {
	width:100%;
	height:100%;
		}	
	
	}

/* Larger than desktop */
@media (min-width: 1000px) and (max-width: 1199px){
	p.introText{
	margin-bottom:0;
	margin-top:10%;
	}
	
	.aboutText{
	padding-bottom:2%;
	}
	
	.aboutContainer img{
		float:left;
		width:110%;
	}	
	
	hr.margins{
	margin:5.5% 0;
	}

#footer p#copyright {
	font-size:1em;
	line-height:24px;
	}

.projectTitle{
	bottom:-2em;
	}	    
		
.projectText {
	}	

.projectImage{
	padding-top:2%;
	}
	
.imageBelow{
	margin-bottom:1.5em;
	}

.subDivide{
	margin-bottom:4%;}	
		
}
	
/* Desktop HD */
@media (min-width: 1200px){
	#logoTop{
	margin-bottom:2.25%;
		}
	
	p{
	line-height:1.33em;
	font-size:1.125em;	
	margin-bottom:1.33em;	
		}
	
	p.introText{
	margin-bottom:0%;
	}	
	
	.projectImage{
	padding-top:6% 2%;
	}
	
	.imageBelow{
	margin-bottom:1.5em;
	}
	
	.subDivide{
	margin-bottom:4%;}
	
	}

