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



/* Universal CSS
================================================== */

#container{
	background-color:#FBFBFB;
	float:left;
	margin:0;
	padding:0;
	width:100%;		
}

#content{
	display: block;
	float: left;
	margin: 0 15%;
	width:70%;
}

a{
	color: #474747;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
    display: block;
    width: 100%;
}

a:hover{
	text-decoration:underline;
	outline: none;
}

a:visited{
	border:0;
	outline: none;
}

img{
	margin: 0 0 20px 0;
	max-width:100%;
	width: 100%;
}

.yellowsquare{
  background-color:#FFF387;
  display:block;
  height:20px;
  margin: 0 0 1em 0;
  width:112px;
}

.yellowlink {
	display: inline;
    margin: 10px 30px 2% 0;
    float: left;
}

.yellowlink a{
	background-color:#FFF387;
	font: 300 1.1em/1 'Open Sans', arial, sans-serif;
	padding: 8px;
	margin: .5% 0;
	text-align: center;
}

section{
	float:left;
	margin: 4% 0 10% 0;
	padding: 0;
	width:100%;	
}

.square{
	background-color:#F4F4F4;
	border-radius: 8px;
	float:left;
	margin: 0 2% 0 0;
	padding: 3%;
	width:25%;	
}

.square h2{
    color: #4A4A4A;
	font: 600 1.5em / 1.4 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
}


/* Universal Type */
h1{
	font: 700 80px/1.5 'Open Sans', sans-serif;
    color: #4A4A4A;
    letter-spacing: -3px;
	margin: 0 0 20px 0;
	width:100%;
}

h2{
    color: #989898;
	font: 300 1.7em/1.6 'Open Sans', serif;
	margin: 45px 0;
	padding: 0;
	width: 100%;
}

h3{
    color: #4A4A4A;
	font: 700 1.7em/1 'Open Sans', sans-serif;
	margin: 0 0 0px 0;
	padding: 0;
	width:100%;
}

h4{
    color: #989898;
	font: 300 1em/1.75 'Open Sans', arial, sans-serif;
	margin: .5% 0 0 0;
	padding: 10px 0;
	text-decoration:none;
	width:100%;
}

h5{
	font: 600 1em/6 'Open Sans', sans-serif;
    color: #474747;
	letter-spacing: .15em;
	margin: 0;
    text-transform: uppercase;
	width:100%;
}

h6{
  color: #474747;
  font: 400 1.1em/1 'Open Sans', sans-serif;
  margin: 1% 0 0 0;
  padding-top: 1.25em;
  text-align:center;
  width:100%;
}

p{
  color: #474747;
  font: 400 .9em/1.75 'Open Sans', arial, sans-serif;
  margin: 0%;
  padding: 3% 5%;
}

em{
  color: #474747;
  display: block;
  font: 400 14px / 3 'Open Sans', arial, sans-serif;
  letter-spacing: 2px;
  width: 100%;
}


::selection {
	background:#FFF387; /* Safari */
	}
::-moz-selection {
	background:#FFF387; /* Firefox */
}

/* Intro Section*/

#intro-stripes{
	background: linear-gradient(135deg, 
		#FBFBFB 1%,		#e4e4e4 2%,		#FBFBFB 3%,
		#FBFBFB 11%, 	#e4e4e4 12%,	#FBFBFB 13%,
		#FBFBFB 21%, 	#e4e4e4 22%,	#FBFBFB 23%,
		#FBFBFB 31%, 	#e4e4e4 32%,	#FBFBFB 33%,
		#FBFBFB 41%, 	#e4e4e4 42%,	#FBFBFB 43%,
		#FBFBFB 51%,	#e4e4e4 52%,	#FBFBFB 53%,
		#FBFBFB 61%,	#e4e4e4 62%,	#FBFBFB 63%,
		#FBFBFB 71%,	#e4e4e4 72%,	#FBFBFB 73%,
		#FBFBFB 81%,	#e4e4e4 82%,	#FBFBFB 83%,
		#FBFBFB 91%,	#e4e4e4 92%,	#FBFBFB 93%);
	background-size:100px 100px;	
	display:inline-block;
	float:left;
	padding: 0 0 400px;
	margin: 0 0 0 0;
	width:100%;
}

/* Universal Navigation */
#nav{
	float:right;
    margin: 25px 25px;
	padding: 0;
	text-align:right;
	width: auto;
}

#nav a{
	font: 600 1em/1 'Open Sans', arial, sans-serif;
    padding: 0 15px;
	margin: 0;
}

.logo{
    float:left;
    margin: 20px 25px;
	padding: 0;
    width: 60px;
}


/* Universal Contact Section*/

#contact-stripes{
	background: linear-gradient(135deg, 
		#FBFBFB 1%,		#e4e4e4 2%,		#FBFBFB 3%,
		#FBFBFB 11%, 	#e4e4e4 12%,	#FBFBFB 13%,
		#FBFBFB 21%, 	#e4e4e4 22%,	#FBFBFB 23%,
		#FBFBFB 31%, 	#e4e4e4 32%,	#FBFBFB 33%,
		#FBFBFB 41%, 	#e4e4e4 42%,	#FBFBFB 43%,
		#FBFBFB 51%,	#e4e4e4 52%,	#FBFBFB 53%,
		#FBFBFB 61%,	#e4e4e4 62%,	#FBFBFB 63%,
		#FBFBFB 71%,	#e4e4e4 72%,	#FBFBFB 73%,
		#FBFBFB 81%,	#e4e4e4 82%,	#FBFBFB 83%,
		#FBFBFB 91%,	#e4e4e4 92%,	#FBFBFB 93%);
	background-size:100px 100px;	
	display:inline-block;
	float:left;
	padding: 6% 10%;
	text-align: center;
	margin: 6% 0 0 0;
	width:80%;
}

#contact-stripes h2{
    background-color:#FFF387;
    color:#4A4A4A;
    display: inline;
}


/* Universal Footer Section*/
#footer{
	background-color:#FBFBFB;
	color:#474747;
	display:block;
	float:left;
	font: 400 .8em/1 'Open Sans', arial, sans-serif;
	margin: 4% 0 0 0;
	text-align:center;
	padding: 0;
	position:relative;
	width:100%;
}

#footer .contact{
	padding: 1% 0% 0 0;
}

#footer ul{
	list-style:none;
	margin: 0% 0;
	padding: 1% 0%;
	float: left;
    display: block;
    width: 100%;
}

#footer ul li{
	padding: 1% 0;
	float: left;
    display: block;
    width: 100%;
}


/* Home Page
================================================== */

/* Header */
#header{
	float: left;
  	margin: -72px 0 200px;
  	padding: 0;
	text-align:left;
	width:81%; 
}

#header h5{
	display: block;
	float: left;
	width: 100%;
}


.arrow{
	display: block;
	float: left;
	font: 400 30px / 1 'Open Sans', arial, sans-serif;
	width: 100%;
}


/* Squares of Projects */
#portfolioSquares{
	float:left;
	height: 100%;
	margin: 0 0 50px 0;
	width: 100%;
}

#portfolioSquares ul{
	display: block;
	float: left;
	padding: 0;
	text-align:left;
}

#portfolioSquares ul li{
	float:left;
	list-style:none;
	min-width:200px;
	padding: 3% 6% 3% 0;
	text-align:left;
	width: 47%;
}

.last{
	padding-right: 0!important;
}

#portfolioSquares .feature{
	float:left;
	list-style:none;
	padding: 6% 0;
	text-align:left;
	width: 100%;
}

.feature h3 {
	font-size: 2.6em;
}

.feature h4 {
	font-size: 1.25em;
	width: 100%;
}

/* Individual Project Pages
================================================== */

/* Header/Begining Section*/
.headerImg{
	width: 100%;
}

.headerImg img{
	margin: -300px 0 60px;
	width:100%;
}

.projectInfo{
	float: left;
	padding: 1% 0;
	width: 100%;
}

.lead{
	margin-bottom: 2%;
}

.projectInfo h1{
  	font: 700 3.5em / 1 'Open Sans', sans-serif;
    margin: 0 0 27px 0;
    width: 100%;
    letter-spacing: 1px;
}

.projectInfo h2{
  	color:#4A4A4A;
  	font: 400 30px/1 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
}

.projectInfo h4 {
	font: 300 1.4em/1.7 'Open Sans', arial, sans-serif;
}

.projectInfo p{
    color:#989898;
    font: 300 1.2em/1.75 'Open Sans', serif;
	margin: 2% 0;
	padding: 0%;
	width:100%;
}

p.description{
    font: 300 .8em/1.5 'Open Sans', serif;
	margin: 0 0 4% 0;
	padding: 0%;
}

.projectInfo .yellowsquare{
  height:10px;
  width:90px;
}


/* Floating Arrow*/
.floating {
    animation: 1.5s linear 0s normal none infinite floating;
}

#pointer {
    bottom: 5%;
    color: rgba(0, 0, 0, 0.25);
    display: block;
    position: fixed;
    right: 13%;
    z-index: 10;
}


/* Bottom Project Section*/
.projectImg{
	width: 100%;
}

.projectImg img{
	margin: 0 25%;
	width: 50%;
}


.projectImgSmall{
	width: 100%;
}

.projectImgSmall img{
	margin: 2% 30% 8% 30%;
	width: 40%;
}

.projectImgLarge{
	width: 100%;
}

.projectImgLarge img{
	margin: 2% 10% 8% 10%;
	width: 80%;
}

.projectInfo .projectImg img{
	margin: 4% 0 1%;
	width:100%;
}

/* Special iPad Image Sizes*/
.ipadImg{
	width: 100%;
}
.ipadImg img{
	margin: 2% 32.5%;
	width: 35%;
}

.ipadImg img.horizontal{
	margin: 1.5% 1% 1% 21%;
	width: 35%;
}

.ipadImg img.vertical{
	margin: 1.5% 21% 1% 1%;
	width: 19.68%;
}


/* Bottom Navigation Section*/
.projectNav{
	display: block;
	float: left;
	margin: 3% 0;
	padding:0;
	width: 100%;
}



/* Error Pages
================================================== */

.centerText{
	margin: 10% 0 0 0;
	padding:0;
	text-align:center;
	width:100%;
}

.centerText h2{
	font-size: 3em;
}

.centerText p{
	padding: 1% 0 4% 0;
}



/* #Media Queries
==================================================
==================================================
================================================== */


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media screen and (min-width: 821px) and (max-width: 1200px) {
		
/* Universal CSS
================================================== */
		
		/* Universal Navigation*/

		#content {
			display: block;
			float: left;
			margin: 0 5%;
			width: 90%; 
		}
    
		.logo {
		padding: 2% 25px 0;
		}
		
		#header{
		width: 89%;
		}
		
		/* Universal Type*/
		h1{
			font-size:52px;
		}
		
		h2{
			font-size:23px;
			margin: 35px 0 45px
		}
	
		
		
/* Home Page
================================================== */
	
		
		
/* Individual Project Pages
================================================== */

    .projectInfo {

    }
    
    .projectInfo p {
      font-size: 1.2em;
    }

	.projectInfo h4 {
		font: 300 1.2em/1.7 'Open Sans', arial, sans-serif;
	}
    
		/* Special iPad Image Sizes*/
		.ipadImg img{
			margin: 2% 27.5%;
			width: 45%;
		}
		
		.ipadImg img.horizontal{
			margin: 1.5% 1% 1% 13%;
			width: 45%;
		}
		
		.ipadImg img.vertical{
			margin: 1.5% 13% 1% 1%;
			width: 25.29%;
		}
		
		#pointer {
			right: 10%;
		}
		
		#cover {
			margin-right: 10%;
		}

	}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media screen and (max-width: 820px) {

/* Universal CSS
================================================== */

		/* Universal Navigation*/
		#nav{
			  margin: 20px;
		}

		#intro-stripes {
		padding: 20px 0 125px;
		}

		#content {
			display: block;
			float: left;
			margin: 0 3%;
			width: 94%; 
		}

		.yellowsquare {
		height: 15px;
		}

		.yellowlink a {
			font-size: 1em;
		}
		#portfolioSquares ul {
		}

		/* Universal Type*/
		h1{
			font-size:45px;
      		letter-spacing: -2px;
      		margin: 0 0 15px 0;
		}
		
		h2{
			font-size:1.2em;
      		line-height:1.7;
			margin: 30px 0 45px;
		}

		h3 {
    		font-size: 1.5em;
		}
				
		h4{
			margin-bottom: 2%;
		}

		.feature h3 {
    		font-size: 1.5em;
		}

		.feature h4 {
			font-size: 1em;
		}
		
		/* Universal Contact Section*/
    
		#contact-stripes{
			margin-top: 0%;
      		padding: 15% 10%;
		}
		
		/* Universal Footer Section*/
		#footer a{
			display:inline-block;
			font-size:1em;
		}
		
		
/* Home Page
================================================== */
    #header {
      margin: -70px 0 3% 0;
      width: 100%;
    }
		
		#portfolioSquares ul li{
        	padding: 12% 0;
			width: 100%;
		}

			
	

/* Individual Project Pages
================================================== */
		.logo {
			margin: 10px 20px;
			width: 45px;
		}
    
    	.headerImg img {
			margin: -85px 0 40px;
		}
		
		.projectImg img {
			margin: 5% 10% 20% 10%;
		}	
		
		.square h2 {
			font: 600 .8em / 1.4 'Open Sans', sans-serif;
		}
		
		.projectInfo{

		}
    
		.projectInfo h1{
			font-size:27px;		
			letter-spacing: 0;	
		}
    
    	.projectInfo h2{
			font-size: 1.25em;			
		}

		.projectInfo h4 {
			font-size: 1em;
		}

		.projectInfo p {
			font: 300 1em / 1.7 'Open Sans', sans-serif;
		}
    
		.projectNav {
		}
		
		
		/* Special iPad Images*/
		.ipadImg img {
			margin: 5% 10%;
			width: 80%;
		}
		
		.ipadImg img.horizontal {
			margin: 5% 10%;
			width: 80%;
		}
		
		.ipadImg img.vertical {
			margin: 5% 10%;
			width: 80%;
		}
		
		#pointer {
			display:none;
		}
		.projectInfo{
			padding: 3% 0;
		}


	}
