@charset "UTF-8";
/* CSS Document */
*{box-sizing:border-box;}

html {
    position: relative;
    min-height: 100%;
}

body {
	background-color:#f7f6f5;
  margin: 0 0 120px; /* bottom = footer height */
}

::-moz-selection {color:#404041; background:#ddc93a;}
::selection {color:#404041; background:#ddc93a; }

.navbg {
	background-color:#f7f6f5;
}


/* For modern browsers */
.container:before,
.container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom:1;
}



@media (min-width: 768px) {
	.responsiveimg2 {
		display:none;
	}
	.responsiveimg1 {
		display:block;
	}
}


@media (max-width: 767px) {
	.responsiveimg2 {
		display:block;
	}
	.responsiveimg1 {
		display:none;
	}
	#light2{
		left: 25% !important;
		width: 50% !important;
	}
}

@media (max-height: 400px) {
	nav {
		position:absolute !important;
	}
}

@media (max-height: 375px) {
	#light2 {
		top:10% !important;
	}
}

@media (max-height: 320px) {
	#light2 {
		top:4% !important;
	}
}

@media (min-width: 1025px) {
	#menu {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:60px;
	}

}

@media (min-width: 1024px) {

	.container {
	margin:0 auto;
	position:relative;
	top:0;
	width:1024px;
	background-color:none;
	margin-top:60px;
	margin-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	#contactcontainer {
	position:absolute;
	left:50%;
	width:1024px;
	margin-left:-512px;
	}

	.homegrid {
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	}

	#menu {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:60px;
	}

	#name {
  cursor: pointer;
	display:block;
  color:#5b5b5b;
	}

  #worknavline {
  position:absolute;
  top:25px;
  left:107px;
  width:55px;
  height:0px;
  border-top:solid 2px;
  border-color:#c1ad5b;
  pointer-events: none;
  transition: opacity .2s;
  }

  #aboutnavline {
  position:absolute;
  top:25px;
  left:199px;
  width:53px;
  height:0px;
  border-top:solid 2px;
  border-color:#c1ad5b;
  pointer-events: none;
  transition: opacity .2s;
  }

  #contactnavline {
  position:absolute;
  top:25px;
  left:290px;
  width:54px;
  height:0px;
  border-top:solid 2px;
  border-color:#c1ad5b;
  pointer-events: none;
  transition: opacity .2s;
  }

	.tile {
	width:25%;
	padding-bottom:24%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.tile:hover {
	transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0); /* IE 9 */
	-webkit-transform: scale(1.0,1.0); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-webkit-transform: translateZ(0px);
	}

	.tile:active {
	transform: scale(.98,.98);
	-ms-transform: scale(.98,.98); /* IE 9 */
	-webkit-transform: scale(.98,.98); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	}

	.tiledescription {
	background-color:none;
	text-align:left;
	margin:0%;
	padding:6%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:0;
	}

	.statictiledescription{
	opacity:1 !important;
	}

	.statictiledescription:hover{
	background-color:rgba(0, 0, 0, 0.2);
	}

	.tiledescription h2 {
	color:#fff;
	font-size:22px;
	line-height:26px;
	margin-bottom:6px;
	}

	.tiledescription p {
	margin-top:0px;
	font-family:Montserrat;
	font-weight:400;
	font-size:14px;
  line-height:20px;
	color:#fff;
	opacity:.7;
	}

	.descriptiontext {
	position:absolute;
	bottom:0;
	margin-right:10px;
	}

	.tiledescription:hover {
  opacity:1;
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
	transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s;
	-webkit-transform: translateZ(0px);
	}

	.widetile {
	width:50%;
	padding-bottom:24%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.widetile:active {
	transform: scale(.99,.98);
	-ms-transform: scale(.99,.98); /* IE 9 */
	-webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.widetiledescription {
	padding-left:3% !important;
	padding-right:6%;
	padding-top:6%;
	padding-bottom:6%;
	-webkit-transform: translateZ(0px);
	}

  .responsivetile {
  width:50%;
  padding-bottom:24%;
  border:solid;
  border-color:#f7f6f5;
  border-width:2px;
  overflow:hidden;
  -moz-box-sizing: border-box;
  }

  .responsivetile:active {
  transform: scale(.99,.98);
  -ms-transform: scale(.99,.98); /* IE 9 */
  -webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0.0s;
  -webkit-transition-duration: 0.0s;
  }

  .responsivetiledescription {
  padding-left:3% !important;
  padding-right:6%;
  padding-top:6%;
  padding-bottom:6%;
  -webkit-transform: translateZ(0px);
  }

	#footer {
  background-color:#e2e2d9;
	position: absolute;
	margin-left:-508px;
	left:50%;
	bottom:0px;
	margin-top:0px;
	margin-bottom:30px;
	width:1016px;
	height:58px;
	}

  #footerlogo2 {
  height:100%;
  }

	.footerlogo {
  margin-left: 12px;
  margin-top: 10px;
	width:90px;
	height:;
	opacity:1;
	position:relative;
	top:0px;
	-webkit-transform: translateZ(0px);
	fill:#c0c0c0;
	}

	.contactfooterlogo {
	width:240px;
	height:;
	opacity:.5;
	position:relative;
	top:0px;
	-webkit-transform: translateZ(0px);
	}

	.contactfooterlogo:hover {
	opacity:.8;
	}


	.footerlogo:hover {
	opacity:1;
	}

	.socialicons {
	position:absolute;
	width:130px;
	height:50px;
	top:6px;
	right:1px;
	margin-left:0;
  margin-right:8px;
  margin-top:4px;
	float:right;
	}

	.social {
  opacity:1;
	position:relative;
	width:30px;
	height:30px;
	margin:4px;
	fill:#9f9e96;
	float:right;
  transition: fill .2s;
	}

	.contactsocial {
	position:relative;
	width:30px;
	height:30px;
	margin:4px;
	fill:#000;
	float:right;
	opacity:.2;
	}

	.contactsocial:hover {
	opacity:1;
	}

	#linkedin:hover {
	fill:#007bb6;
	}

	#dribbble:hover {
	fill:#ef558f;
	}

	#instagram:hover {
	fill:#517fa4;
	}

	.social:active {
	transform: scale(.9,.9);
	-ms-transform: scale(.9,.9); /* IE 9 */
	-webkit-transform: scale(.9,.9); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0;
	-webkit-transition-duration: 0;
	}

	.cya {
	position:absolute;
	left:12px;
	top:54px;
	text-align:right;
	font-family:Montserrat;
	font-weight:400;
	font-size:12px;
	color:#c1bfaf;
	opacity:1;
	}

	.projectheader h2 {
	padding-right:30%;
	padding-left:5.8%;
	}

	.projectheader h3 {
	padding-right:30%;
	padding-left:5.8%;
	}

	.projectheader h4 {
	padding-right:30%;
	padding-left:5.5%;
	}

	.projectheader p {
	padding-right:30%;
	padding-left:6.1%;
	}

	.projecttext p {
	padding-right:30%;
	padding-left:6.1%;
	}

	.projecttext h3 {
	padding-right:30%;
	padding-left:5.8%;
	}

	.mailto h2 {
	position:relative;
	padding-left:54px;
	font-size:70px;
	text-align:center;
	margin-top:-30px;
	}

	.about {
		margin-top:40px;
	}

	.aboutmain {
		position:relative;
		float:left;
		width:64%;
		height:;
		margin-left:16%;
		margin-right:30%;
		padding-left:100px;
	}

	.aboutleft {
		position:relative;
		float:left;
		width:30%;
		height:;
		margin-left:16%;
		margin-right:4%;
		padding-left:100px;
	}

	.aboutright {
		position:relative;
		float:left;
		width:30%;
		height:;
		margin-left:4%;
		margin-right:2%;
	}

	.about h2 {
		color:#656565;
	}

	.about p {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
	}

	.about a {
		color:#656565;
	}


	.about ul {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
		list-style-type:none;
		padding:0;
		margin:0;
	}

	#avatar {
		position:absolute;
		top:-10px;
		left:0;
		height:80px;
		width:80px;
	}

	.blog {
		padding-left:5.5%;
		padding-right:5.5%;
	}

}

@media (max-width: 1023px) {

  #footer {
  background-color:#e2e2d9;
  position: absolute;
  box-sizing:border-box;
  width:100%;
  left:0%;
  bottom:0px;
  border-left:4px solid #f7f6f5;
  border-right:4px solid #f7f6f5;
  margin-bottom:30px;
  height:58px;
  }

  #footerlogo2 {
  height:100%;
  }

  .footerlogo {
  margin-left: 12px;
  margin-top: 10px;
  width:90px;
  height:;
  opacity:1;
  position:relative;
  top:0px;
  -webkit-transform: translateZ(0px);
  fill:#c0c0c0;
  }

  .contactfooterlogo {
  width:240px;
  height:;
  opacity:.5;
  position:relative;
  top:0px;
  -webkit-transform: translateZ(0px);
  }

  .contactfooterlogo:hover {
  opacity:.8;
  }


  .footerlogo:hover {
  opacity:1;
  }

  .socialicons {
  position:absolute;
  width:130px;
  height:50px;
  top:6px;
  right:1px;
  margin-left:0;
  margin-right:8px;
  margin-top:4px;
  float:right;
  }

  .social {
  opacity:1;
  position:relative;
  width:30px;
  height:30px;
  margin:4px;
  fill:#9f9e96;
  float:right;
  transition: fill .2s;
  }

  .contactsocial {
  position:relative;
  width:30px;
  height:30px;
  margin:4px;
  fill:#000;
  float:right;
  opacity:.2;
  }

  .contactsocial:hover {
  opacity:1;
  }

  #linkedin:hover {
  fill:#007bb6;
  }

  #dribbble:hover {
  fill:#ef558f;
  }

  #instagram:hover {
  fill:#517fa4;
  }

  .social:active {
  transform: scale(.9,.9);
  -ms-transform: scale(.9,.9); /* IE 9 */
  -webkit-transform: scale(.9,.9); /* Safari and Chrome */
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0;
  -webkit-transition-duration: 0;
  }

  .cya {
  position:absolute;
  left:12px;
  top:54px;
  text-align:right;
  font-family:Montserrat;
  font-weight:400;
  font-size:12px;
  color:#c1bfaf;
  opacity:1;
  }

	.tiledescription {
		display:none;
	}

	.social:hover {
	fill:#d2d2d2 !important;
	}

	#menu a:hover {
		opacity:.5 !important;
	}

	.back:hover {
		opacity:.5 !important;
	}

	.container {
	margin:0 auto;
	position:relative;
	top:0;
	width:100%;
	height:;
	background-color:none;
	margin-top:60px;
	margin-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.homegrid {
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	}

	.projectimg {
	padding:0 2px 0;
	}

	#menu {
	position:relative;
	margin:0 auto;
	width:95%;
	height:60px;
	opacity:1;
	}

	#name {
	display:block;
	}

	.tile {
	width:25%;
	padding-bottom:24%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	-moz-box-sizing: border-box;
	}

	.tile:hover {
	transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0); /* IE 9 */
	-webkit-transform: scale(1.0,1.0); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-webkit-transform: translateZ(0px);
	}

	.tile:active {
	transform: scale(.98,.98);
	-ms-transform: scale(.98,.98); /* IE 9 */
	-webkit-transform: scale(.98,.98); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.tiledescription {
	background-color:none;
	text-align:left;
	margin:0%;
	padding:6%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:0;
	}

	.tiledescription h2 {
	color:#fff;
	font-size:25px;
	line-height:22px;
	margin-bottom:6px;
	}

	.tiledescription p {
	margin-top:0px;
	font-family:open sans;
	font-weight:300;
	font-size:14px;
	color:#fff;
	}

	.descriptiontext {
	position:absolute;
	bottom:0;
	margin-right:10px;
	}

	.tiledescription:hover {
	opacity:1;
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-webkit-transform: translateZ(0px);
	}

	.widetile {
	width:50%;
	padding-bottom:24%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.widetile:active {
	transform: scale(.99,.98);
	-ms-transform: scale(.99,.98); /* IE 9 */
	-webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.widetiledescription {
	padding-left:3% !important;
	padding-right:6%;
	padding-top:6%;
	padding-bottom:6%;
	-webkit-transform: translateZ(0px);
	}

  .responsivetile {
  width:50%;
  padding-bottom:24%;
  border:solid;
  border-color:#f7f6f5;
  border-width:2px;
  overflow:hidden;
  -moz-box-sizing: border-box;
  }

  .responsivetile:active {
  transform: scale(.99,.98);
  -ms-transform: scale(.99,.98); /* IE 9 */
  -webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0.0s;
  -webkit-transition-duration: 0.0s;
  }

  .responsivetiledescription {
  padding-left:3% !important;
  padding-right:6%;
  padding-top:6%;
  padding-bottom:6%;
  -webkit-transform: translateZ(0px);
  }

	.projectheader {
	background-color:;
	}

	.projectheader p {
	font-size:14px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	}

	.projecttext p {
	font-size:14px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	}

	.projectheader h2 {
	margin-top:;

	font-size:40px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	margin-bottom:0;
	}

	.projectheader h3 {
	margin-top:;
	font-size:36px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	margin-bottom:0;
	}

	.projecttext h3 {
	margin-top:;
	font-size:36px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	margin-bottom:0;
	}

	.projectheader h4 {
	margin-top:;
	font-size:14px;
	padding-right:20% !important;
	padding-left:3%;
	color:#656565;
	margin-bottom:0;
	}

	.mailto h2 {
	position:relative;
	font-size:50px;
	text-align:center;
	margin-top:-10px;
	padding-left:52px;
	}

	.about {
		margin-top:40px;
	}

	.aboutmain {
		position:relative;
		float:left;
		width:64%;
		height:;
		margin-left:16%;
		margin-right:30%;
		padding-left:100px;
	}

	.aboutleft {
		position:relative;
		float:left;
		width:30%;
		height:;
		margin-left:16%;
		margin-right:4%;
		padding-left:100px;
	}

	.aboutright {
		position:relative;
		float:left;
		width:30%;
		height:;
		margin-left:4%;
		margin-right:2%;
	}

	.about h2 {
		color:#656565;
	}

	.about p {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
	}

	.about a {
		color:#656565;
	}


	.about ul {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
		list-style-type:none;
		padding:0;
		margin:0;
	}

	#avatar {
		position:absolute;
		top:-10px;
		left:0;
		height:80px;
		width:80px;
	}


}


@media (max-width: 960px) {

  #light3{
      left: 25% !important;
      width: 50% !important;
  }

	.tile {
	width:33.33333333%;
	padding-bottom:32%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	-moz-box-sizing: border-box;
	}

	.widetile {
	width:66.66666666%;
	padding-bottom:32%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.widetile:active {
	transform: scale(.99,.98);
	-ms-transform: scale(.99,.98); /* IE 9 */
	-webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.widetiledescription {
	padding-left:3% !important;
	padding-right:6%;
	padding-top:6%;
	padding-bottom:6%;
	-webkit-transform: translateZ(0px);
	}

  .responsivetile {
  width:33.33333333%;
  padding-bottom:32%;
  border:solid;
  border-color:#f7f6f5;
  border-width:2px;
  overflow:hidden;
  -moz-box-sizing: border-box;
  background-image:url('img/projectthumb_woody.jpg') !important;
  }

  .responsivetile:active {
  transform: scale(.99,.98);
  -ms-transform: scale(.99,.98); /* IE 9 */
  -webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0.0s;
  -webkit-transition-duration: 0.0s;
  }

  .responsivetiledescription {
  padding-left:3% !important;
  padding-right:6%;
  padding-top:6%;
  padding-bottom:6%;
  -webkit-transform: translateZ(0px);
  }

}


@media (max-width: 767px) {

	#prevslide {
	position:relative;
	top:12%;
	float:left;
	width:60px !important;
	height:90px !important;
	opacity:.3;
	cursor:pointer;
	transition-timing-function:ease;
	transition-duration:.2s;
	}

	#nextslide {
	position:relative;
	top:12%;
	float:right;
	width:60px !important;
	height:90px !important;
	opacity:.3;
	cursor:pointer;
	transition-timing-function:ease;
	transition-duration:.2s;
	}

	.container {
	margin-bottom:140px;
	}

	.projectheader p {
	font-size:14px;
	padding-right:20%;
	padding-left:3%;
	color:#6b6b6b;
	}

	.projecttext p {
	font-size:14px;
	padding-right:20%;
	padding-left:3%;
	color:#656565;
	}

	.projectheader h2 {
	margin-top:;
	padding-right:20%;
	padding-left:3%;

	font-size:30px !important;
	color:#656565 !important;
	margin-bottom:0;
	}

	#position {
	bottom:36px !important;
	}


	.mailto h2 {
	font-size:38px;
	text-align:center;
	margin-top:-20px;
	padding:0;
	}

	.mailto {
	margin-left:4% !important;
	}

	.about {
		margin-top:40px;
		text-align:center;
	}

	.aboutmain {
		position:relative;
		float:left;
		width:100%;
		height:;
		margin:0 auto;
		padding-top:80px;
		padding-left:20px;
		padding-right:20px;
	}

	.aboutleft {
		position:relative;
		float:left;
		width:100%;
		height:;
		margin:0 auto;
		padding-left:0px;
	}

	.aboutright {
		position:relative;
		float:left;
		width:100%;
		height:;
		margin:0 auto;
		padding-left:0px;
		margin-bottom:60px;
	}

	.about h2 {
		color:#656565;
		margin-top:30px;
		margin-bottom:8px;
	}

	.about p {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
	}

	.about a {
		color:#656565;
	}


	.about ul {
		font-family:muli;
		font-weight:300;
		font-size:14px;
		color:#656565;
		list-style-type:none;
		padding:0;
		margin:0;
	}

	#avatar {
		position:absolute;
		top:10px;
		margin-left:50%;
		padding:0;
		left:-50px;
		height:100px;
		width:100px;
	}

	#aboutheader {
		margin-top:40px;
	}

}

@media (max-width: 600px) {
 #nav_previous{
   display:none;
 }
 #nav_next{
   display:none;
 }
}

@media (max-width: 540px) {

  #light3{
      left: 10% !important;
      width: 80% !important;
  }


	#prevslide {
		position:relative;
		top:24%;
		float:left;
		width:40px !important;
		height:60px !important;
		opacity:.3;
		cursor:pointer;
	  transition-timing-function:ease;
	  transition-duration:.2s;
	}

	#nextslide {
		position:relative;
		top:24%;
		float:right;
		width:40px !important;
		height:60px !important;
		opacity:.3;
		cursor:pointer;
		transition-timing-function:ease;
		transition-duration:.2s;
	}
#light2{
    left: 10% !important;
    width: 80% !important;
}

}


@media (max-width: 479px) {

	.container {
	margin:0 auto;
	position:relative;
	top:0;
	width:100%;
	height:;
	background-color:none;
	margin-top:60px;
	margin-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.homegrid {
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	}

	#logo {
	width:50px !important;
  cursor: pointer;
  z-index: 999999999999999999999;
	}

	#name {
	display:none;
	}

	.tile {
	width:50%;
	padding-bottom:48%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	-moz-box-sizing: border-box;
	}

	.tile:hover {
	transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0); /* IE 9 */
	-webkit-transform: scale(1.0,1.0); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-webkit-transform: translateZ(0px);
	}

	.tile:active {
	transform: scale(.98,.98);
	-ms-transform: scale(.98,.98); /* IE 9 */
	-webkit-transform: scale(.98,.98); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.tiledescription {
	background-color:none;
	text-align:left;
	margin:0%;
	padding:6%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:0;
	}

	.tiledescription h2 {
	color:#fff;
	font-size:25px;
	line-height:22px;
	margin-bottom:6px;
	}

	.tiledescription p {
	margin-top:0px;
	font-family:open sans;
	font-weight:300;
	font-size:14px;
	color:#fff;
	}

	.descriptiontext {
	position:absolute;
	bottom:0;
	margin-right:10px;
	}

	.tiledescription:hover {
	opacity:1;
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-webkit-transform: translateZ(0px);
	}

	.widetile {
	width:100%;
	padding-bottom:48%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	}

	.widetile:active {
	transform: scale(.99,.98);
	-ms-transform: scale(.99,.98); /* IE 9 */
	-webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.0s;
	-webkit-transition-duration: 0.0s;
	}

	.widetiledescription {
	padding-left:3% !important;
	padding-right:6%;
	padding-top:6%;
	padding-bottom:6%;
	-webkit-transform: translateZ(0px);
	}

  .responsivetile {
  width:100%;
  padding-bottom:48%;
  border:solid;
  border-color:#f7f6f5;
  border-width:2px;
  overflow:hidden;
  -moz-box-sizing: border-box;
  }

  .responsivetile:active {
  transform: scale(.99,.98);
  -ms-transform: scale(.99,.98); /* IE 9 */
  -webkit-transform: scale(.99,.98) !important; /* Safari and Chrome */
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-duration: 0.0s;
  -webkit-transition-duration: 0.0s;
  }

  .responsivetiledescription {
  padding-left:3% !important;
  padding-right:6%;
  padding-top:6%;
  padding-bottom:6%;
  -webkit-transform: translateZ(0px);
  }

	.projectheader p {
	padding-right:2% !important;
	padding-left:3%;
	}

	.projecttext p {
	padding-right:2% !important;
	padding-left:3%;
	}

	.projectheader h2 {
	margin-top:10px;
	padding-right:2% !important;
	padding-left:3%;
	margin-bottom:0;
	}

	.back {
	top:40px !important;
	}

	.mailto h2 {
	font-size:24px;
	text-align:center;
	margin-top:-10px;
	padding:0;
	}

	.mailto {
	margin-left:2.5% !important;
	}

}


h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
  font-style:normal;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	letter-spacing:0px;
	font-size:24px;
}

h4 {
	font-family: 'Muli', sans-serif;
	font-weight:300;
	letter-spacing:0px;
	font-size:14px;
}

nav {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	Margin:0 auto;
	z-index:100;
}

#projects {
	position:relative;
	top:10px;
}

.projectImages {
	float:left;
	width:320px;
	height:320px;
	overflow:hidden;
}

#menu a {
  cursor: pointer;
	opacity:1;
	text-decoration:none;
}

#menu a {
  cursor: pointer;
  display: block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}


#menu a:hover {
  cursor: pointer;
	opacity:1;
}

#menu a:active {
  cursor: pointer;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: .02s;
	-webkit-transition-duration: .02s;
}


#logo {
  cursor: pointer;
	position:relative;
	top:10px;
	left:0px;
	height:35px;
	width:200px;
	border:none;
	line-height:12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-kerning: normal;
  font-weight:600;
	font-size:13px;
  letter-spacing: .5px;}

#logomark {
  cursor: pointer;
	position:relative;
	top:0px;
	left:1px;
	width:40px;
	height:40px;
}

#logo p {
  cursor: pointer;
	position:absolute;
	left:50px;
	top:4px;
	text-decoration:none;
}

#menu ul {
	position:absolute;
	right:0px;
	line-height:30px;
}

#menu li {
	display: inline-block;
	list-style-type: none;
	margin-left:30px;
  padding-top:11px;
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-kerning: normal;
  font-weight:600;
	font-size:13px;
  letter-spacing: 1px;
}

#navitems {
	position:absolute;
	right:3px;
	top:0px;
	width:360px;
	height:60px;
}

#work_header {
	position:relative;
	top:0px;
	left:0px;
	background-color:#none;
	padding-top:0px;
	padding-bottom:0px;
	opacity:1;
	display:block;
	text-align:center;
	border:none;
}

#work_header h2 {
	color:#000;
	opacity:.7;
	position:relative;
	opacity:.5;
}

#work_header h3 {
	color:#000;
	opacity:.7;
	position:relative;
	opacity:.5;
}

.projectcontent{
	position:relative;
	background-color:#f7f4f0;
	top:10px;
	margin-bottom:80px;
}

.projectdescription {
	position:relative;
	top:0px;
	left:0px;
	background-color:#333;
	padding-top:30px;
	padding-bottom:40px;
}

.projectdescription h2 {
	display:block;
	color:#fff;
	opacity:.9;
	margin-bottom:0px;
}

.projectdescription h3 {
	display:block;
	color:#fff;
	opacity:.9;
	margin-bottom:0px;
}

.projectdescription h4 {
	display:block;
	color:#fff;
	opacity:.9;
	margin-bottom:0px;
}

.projectdescription p {
    text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	opacity:.5;
	margin-top:0px;
	margin-bottom:0px;
}

.tile {
	position:relative;
	float:left;
}

.tile > div {
}

#tile0 {
}
#tile1 {
	background-image:url('img/projectthumb_sad.png');
	background-size:100%;
	background-position:center;
}
#tile2 {
	background-image:url('img/projectthumb_nemmen.png');
	background-size:cover;
}
#tile3 {
	background-image:url('img/projectthumb_tornopresto.png');
	background-size:cover;
}
#tile4 {
	background-image:url('img/projectthumb_pga.png');
	background-size:cover;
}
#tile5 {
	background-image:url('img/projectthumb_ratio.jpg');
	background-size:cover;
	background-position:center;
}
#tile6 {
	background-image:url('img/projectthumb_jbs2.png');
	background-size:100%;
	background-position:top center;
}
#tile7 {
	background-image:url('img/nfltest.png');
	background-size:250%;
	background-position:center;
}
#tile8 {
	background-image:url('img/projectthumb_oneocean2.jpg');
	background-position:center;
	background-size:cover;
}
#tile9 {
	background-image:url('img/windpoppytest.png');
	background-position:top left;
	background-size:156%;
}
#tile10 {
	background-image:url('img/farecompare_thumb.png');
	background-position:center;
	background-size:100%;
}
#tile11 {
	background-image:url('img/minglingthumb.png');
	background-position:center;
	background-size:100%;
}
#tile12 {
	background-image:url('img/projectthumb_synch.jpg');
	background-position:center;
	background-size:100%;
}
#tile13 {
	background-image:url('img/cypressx_thumb.png');
	background-position:center;
	background-size:100%;
}
#tile14 {
	background-image:url('img/projectthumb_obd3.jpg');
	background-position:center;
	background-size:100%;
}
#tile15 {
	background-image:url('img/projectthumb_tacomeater.jpg');
	background-position:center;
	background-size:100%;
}
#tile16 {
	background-image:url('img/projectthumb_rsq2.jpg');
	background-position:center;
	background-size:100%;
}
#tile17 {
	background-image:url('img/projectthumb_gitane.jpg');
	background-position:center;
	background-size:100%;
}
#tile18 {
	background-image:url('img/projectthumb_corbeaux5.jpg');
	background-position:center;
	background-size:100%;
}
#tile19 {
	background-image:url('img/projectthumb_mars.jpg');
	background-position:center;
	background-size:100%;
}
#tile20 {
	background-image:url('img/projectthumb_cti14.jpg');
	background-position:center;
	background-size:100%;
}
#tile21 {
	background-image:url('img/projectthumb_tacogif.gif');
	background-position:center;
	background-size:100%;
}
#tile22 {
	background-image:url('img/projectthumb_pos5.jpg');
	background-position:center;
	background-size:100%;
}
#tile23 {
	background-image:url('img/projectthumb_chabro3.jpg');
	background-position:center;
	background-size:100%;
}
#tile24 {
	background-image:url('');
	background-position:center;
	background-size:100%;
}
#tile25 {
	background-image:url('img/projectthumb_woodywide.jpg');
	background-position:center;
	background-size:100%;
}
#tile26 {
	background-image:url('img/projectthumb_lowpoly.jpg');
	background-position:center;
	background-size:100%;
}

.fling-minislide {z-index:-99999; width:100%; height:100%; padding-bottom:; overflow:hidden; position:absolute; top:0px; left:0px;}
.fling-minislide img{ position:absolute; animation:fling-minislide 30s infinite; opacity:0; width: 100%; height: auto;}

@keyframes fling-minislide {
  0%{opacity:0;}
  5%{opacity:1;}
  35%{opacity:1;}
  40%{opacity:0;}
}

.fling-minislide img:nth-child(3){animation-delay:-5s;}
.fling-minislide img:nth-child(2){animation-delay:5s;}
.fling-minislide img:nth-child(1){animation-delay:15s;}

#tilecopy24:hover ~ #carslide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0.0s;
     -moz-transition-delay: 0.0s;
       -o-transition-delay: 0.0s;
          transition-delay: 0.0s;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}


#tilecopy0 {
	background-image:url('');
	background-size:cover;
}
#tilecopy1 {
	background-image:url('img/projectthumb_sad_hover.png');
	background-size:cover;
	background-position:center;
}
#tilecopy2 {
	background-image:url('img/projectthumb_nemmen_hover.png');
	background-size:cover;
}
#tilecopy3 {
	background-image:url('img/projectthumb_tornopresto_hover.png');
	background-size:cover;
}
#tilecopy4 {
	background-image:url('img/projectthumb_pga_hover.png');
	background-size:cover;
}

#tilecopy5 {
	background-image:url('img/projectthumb_ratio_hover.jpg');
	background-size:cover;
	background-position:center;
}

#tilecopy6 {
	background-image:url('img/projectthumb_jbs2_hover.png');
	background-size:cover;
	background-position:top center;
}

#tilecopy7 {
	background-image:url('img/nfltest_hover.png');
	background-size:250%;
	background-position:center;
}

#tilecopy8 {
	background-image:url('img/projectthumb_oneocean2_hover.jpg');
	background-position:center;
	background-size:cover;
}

#tilecopy9 {
	background-image:url('img/windpoppytest_hover.png');
	background-position:top left;
	background-size:156%;
}

#tilecopy10 {
	background-image:url('img/farecompare_thumb_hover.png');
	background-position:center;
	background-size:100%;
}

#tilecopy11 {
	background-image:url('img/minglingthumb_hover.png');
	background-position:center;
	background-size:100%;
}

#tilecopy12 {
	background-image:url('img/projectthumb_synch_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy13 {
	background-image:url('img/cypressx_thumb_hover.png');
	background-position:center;
	background-size:100%;
}

#tilecopy14 {
	background-image:url('img/projectthumb_obd3.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy15 {
  background-image:url('img/projectthumb_tacomeater_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy16 {
	background-image:url('img/projectthumb_rsq2_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy17 {
	background-image:url('img/projectthumb_gitane_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy18 {
	background-image:url('img/projectthumb_corbeaux5_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy19 {
	background-image:url('img/projectthumb_mars_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy20 {
	background-image:url('img/projectthumb_cti14.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy21 {
	background-image:url('img/projectthumb_tacogif_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy22 {
	background-image:url('img/projectthumb_pos5.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy23 {
	background-image:url('img/projectthumb_chabro3_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy24 {
	background-color:rgba(182,171,1,0.75);
	background-position:center;
	background-size:100%;
}

#tilecopy25 {
	background-image:url('img/projectthumb_woodywide_hover.jpg');
	background-position:center;
	background-size:100%;
}

#tilecopy26 {
	background-image:url('img/projectthumb_lowpoly_hover.jpg');
	background-position:center;
	background-size:100%;
}

.widetile {
	background-position:center;
}

.responsivetile {
	background-position:center;
}

.projectheader {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin-bottom:40px;
	padding-bottom:0px;
	overflow:auto;
}

.projectheader p {
	font-family:Montserrat;
	font-weight:400;
	font-size:16px;
	color:#6b6b6b;
}

.projecttext p {
	font-family:Montserrat;
	font-weight:400;
	font-size:16px;
	color:#6b6b6b;
}

.projecttext h3 {
	font-size:26px;
	color:#5b5b5b;
	margin-bottom:0;
  letter-spacing:-.5px;
  word-spacing:1px;
}

.projectheader h2 {

	font-size:38px;
	color:#5b5b5b;
	margin-bottom:0;
  letter-spacing:-.75px;
  word-spacing:1px;
}

.projectheader h3 {
	font-size:24px;
	color:#5b5b5b;
	margin-bottom:0;
}

.projectheader h4 {
	font-size:14px;
	color:#656565;
	margin-bottom:0;
	margin-top:4px;
}

.projectimg {
	width:100%;
	margin-top:4px;
	float:left;
	clear:both;
	background-color:none;
}

.projectfooter {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100px;
	margin-bottom:0;
	overflow:auto;
	background-color:;
}

.back {
	position:relative;
	width:170px;
	height:21px;
	margin:0 auto;
	top:60px;
	right:6px;
	opacity:.5;
	-webkit-transform: translateZ(0px);
}

.back a {
	text-decoration:none;
}

.back h2 {
	position:relative;
	display:inline-block;
	font-size:20px;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	color:#000;
}

.arrow {
	position:relative;
	width:20px;
	height:20px;
	fill:#000;
	top:4px;
	left:2px;
	display: inline-block;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition-timing-function:ease;
}

.back:hover {
	opacity:.7;
}

.back:hover .arrow {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.back:active .arrow {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* swipejs */

/* Swipe 2 required styles */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

/* END required styles */

small {
  margin:0 10px 30px;
  display:block;
  font-size:12px;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  width:80%;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

#console {
  font-size: 12px;
  font-family:"Inconsolata", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  color: #999;
  line-height: 18px;
  margin-top: 20px;
  max-height: 150px;
  overflow: auto;
}

#mySwipe div b {
  display:block;
  font-weight:bold;
  color:#14ADE5;
  font-size:20px;
  text-align:center;
  margin:10px;
  padding:100px 10px;
  box-shadow: 0 1px #EBEBEB;
  background: #fff;
  border-radius: 3px;
  border: 1px solid;
  border-color: #E5E5E5 #D3D3D3 #B9C1C6;
}

#position li {
    display:inline-block;
    width:6px;
    height:6px;
    margin:0 4px;
    cursor:pointer;
	opacity:.15;
}

#position li.on{
	opacity:.4;
}

#contentSlider:hover > #slidecontrols {
	display:block;
	opacity:1;
	z-index:100;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sliderwrapper {
	width:100%;
	position:relative;
	padding:1px;
	margin-bottom:4px;
}

#dummy {
	margin-top: 64%;
}

#slider {
	position:absolute;
	top:0;
	height:100%;
	margin-bottom:0px;
}

#position {
	position:relative;
    margin-left: auto;
    margin-right: auto;
    width:130px;
	padding:0;
	bottom:50px;
	text-align:center;
}

#slidecontrols {
	display:;
	z-index:-100;
	opacity:0;
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:96%;
	height:140px;
	margin-left:1.5%;
	margin-top:-70px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: all 0.05s linear;
	pointer-events:none;
}

#prevslide {
	position:relative;
	float:left;
	width:79px;
	height:122px;
	opacity:.3;
	cursor:pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
	pointer-events:auto;
}

#nextslide {
	position:relative;
	float:right;
	width:79px;
	height:122px;
	opacity:.3;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	pointer-events:auto;
}

#prevslide:hover {
	opacity:.95;
}

#prevslide:active {
	opacity:.3;
}

#nextslide:hover {
	opacity:.95;
}

#nextslide:active {
	opacity:.3;
}


/* end swipejs */

.mailto {
	position:absolute;
	width:90%;
	top:50%;
	left:10px;
	margin:0 auto;
	text-align:center;
}

#contactcontainer {
	height:100%;
}

.mailto h2 {
	color:#464646;
}

.mailto h2:hover {
	color:#3A3A3A;
}

.mailto a {
	text-decoration:none;
}


.contactbg {
	background-image:url(img/badger2.jpg);
	background-size:cover;
	background-position:center;
}

.hero {
	width:100%;
	padding-bottom:50%;
	border:solid;
	border-color:#f7f6f5;
	border-width:2px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	opacity:.6;
}

.herodescription {
	background-color:none;
	text-align:left;
	margin:0%;
	padding:%;
	position: absolute;
	top: 0;
	left:20px;
	right: 0;
	bottom: 0;
	opacity:1;
}

.herodescription h2 {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin-bottom:6px;
	opacity:1;
}

.herodescription p {
	margin-top:0px;
	font-family:muli;
	font-weight:300;
	font-size:20px;
	color:#fff;
	opacity:1;
}

/* Background Animation */
#tile0 {
	-webkit-animation: bgchange; /* Safari 4+ */
	-moz-animation:    bgchange; /* Fx 5+ */
	-o-animation:      bgchange; /* Opera 12+ */
	animation:         bgchange; /* IE 10+ */
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes bgchange {
	0%  {background-image:url('img/DSC_0068.jpg');background-size: cover; background-repeat:no-repeat;}
	50%     {background-image:url('img/DSC_0069.jpg');background-size: cover;}
	100%  {background-image:url('img/DSC_0068.jpg');background-size: cover;}
}
@-moz-keyframes bgchange {
	0%, 90.09%  {background:red;}
	100%     {background:blue;}
}
@-o-keyframes bgchange {
	0%, 90.09%  {background:red;}
	100%     {background:blue;}
}
@keyframes bgchange {
	0%, 90.09%  {background:red;}
	100%     {background:blue;}
}

#flavorbg {
	margin-top:-27%;
	margin-bottom:40px;
}

#PGAappmap {
	opacity:.6;
}

.projectheader a:link {
    text-decoration: underline;
	color:#737373;
}

.projectheader a:visited {
    text-decoration: underline;
	color:#737373;
}

.projectheader a:hover {
    text-decoration: underline;
	color:#222222;
}

.projectheader a:active {
    text-decoration: underline;
	color:#222222;
}

.projecttext a:link {
    text-decoration: underline;
	color:#737373;
}

.projecttext a:visited {
    text-decoration: underline;
	color:#737373;
}

.projecttext a:hover {
    text-decoration: underline;
	color:#222222;
}

.projecttext a:active {
    text-decoration: underline;
	color:#222222;
}



#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f6f5;
    z-index:1000001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
#light{
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top:0;
    padding: 10px;
    border:none;
    background:none;
    z-index:1000002;
    overflow:visible;
}
#light h3{
	text-align:center;
	color:#656565;
}

#fade1{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f6f5;
    z-index:1000001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
#light1{
    display: none;
    position: fixed;
    top: 25%;
    left: 33.3%;
    width: 33.3%;
    height: 200px;
    margin-left:0;
    margin-top:0;
    padding: 10px;
    border:none;
    background:none;
    z-index:1000002;
    overflow:visible;
}

#light1 h3{
	text-align:center;
	color:#656565;
}


#fade2{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f6f5;
    z-index:1000001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
#light2{
    display: none;
    position: fixed;
    top: 25%;
    left: 33.3%;
    width: 33.3%;
    height: 200px;
    margin-left:0;
    margin-top:0;
    padding: 10px;
    border:none;
    background:none;
    z-index:1000002;
    overflow:visible;
}

#light2 h3{
	text-align:center;
	color:#656565;
}

#fade3{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f6f5;
    z-index:1000001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
#light3{
    display: none;
    position: fixed;
    top: 25%;
    left: 33.3%;
    width: 33.3%;
    height: 200px;
    margin-left:0;
    margin-top:0;
    padding: 10px;
    border:none;
    background:none;
    z-index:1000002;
    overflow:visible;
}

#light3 h3{
	text-align:center;
	color:#656565;
}


#fade4{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f6f5;
    z-index:1000001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
#light4{
    display: none;
    position: fixed;
    top: 25%;
    left: 33.3%;
    width: 33.3%;
    height: 200px;
    margin-left:0;
    margin-top:0;
    padding: 10px;
    border:none;
    background:none;
    z-index:1000002;
    overflow:visible;
}

#light4 h3{
	text-align:center;
	color:#656565;
}



.projectheader p {
line-height:150%;
}

.projecttext p {
line-height:150%;
}

input {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'Rokkitt', sans-serif;
  border: none;
  border-bottom: 3px solid #C0C0C0;
  background:transparent;
  color:#656565;
}

::placeholder {
  color:#c0c0c0;
}

#password1 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size:40px;
}

#password2 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size:40px;
}

#password3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size:40px;
}

#password4 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size:40px;
}

input:focus {
	outline: none;
}

#light1 a {
		text-decoration:none;
}

#light2 a {
		text-decoration:none;
}

#light3 a {
		text-decoration:none;
}

#light4 a {
		text-decoration:none;
}

#passbutton1 {
  position:relative;
	width:100px;
	height:41px;
	border-radius: 0px;
  border: 2px solid #cab042;
	text-align:center;
  left:50%;
	margin-left:-50px;
	margin-top:26px;
	font-family: 'Rokkitt', sans-serif;
  font-weight: 400;
	font-size:24px;
	color:#fff;
}

#passbutton2 {
  position:relative;
	width:100px;
	height:41px;
	border-radius: 0px;
  border: 2px solid #cab042;
	text-align:center;
  left:50%;
	margin-left:-50px;
	margin-top:26px;
	font-family: 'Rokkitt', sans-serif;
  font-weight: 400;
	font-size:24px;
	color:#fff;
}

#passbutton3 {
	position:relative;
	width:100px;
	height:41px;
	border-radius: 0px;
  border: 2px solid #cab042;
	text-align:center;
  left:50%;
	margin-left:-50px;
	margin-top:26px;
	font-family: 'Rokkitt', sans-serif;
  font-weight: 400;
	font-size:24px;
	color:#fff;
}

#nav_submit {
  position:relative;
  top:11px;
}

#passbutton4 {
	position:relative;
	background-color:#f99714;
	width:100px;
	height:44px;
	border-radius: 2px;
    border: 2px solid #f99714;
	text-align:center;
    left:50%;
	margin-left:-50px;
	margin-top:26px;
	font-family: 'Rokkitt', sans-serif;
    font-weight: 400;
	font-size:24px;
	color:#fff;
}

/* passbutton animations */

#passbutton1:hover {
  background-color:#cab042;
}

#passbutton1:hover #nav_submit path {
  fill:#fff;
  opacity:.75;
}

#passbutton1:active {
  transform:scale(.97);
}

#passbutton1 {
  transition:background-color .2s;
  transition:scale 0.5s;
}

#passbutton2:hover {
  background-color:#cab042;
}

#passbutton2:hover #nav_submit path {
  fill:#fff;
  opacity:.75;
}

#passbutton2:active {
  transform:scale(.97);
}

#passbutton2 {
  transition:background-color .2s;
  transition:scale 0.5s;
}

#passbutton3:hover {
  background-color:#cab042;
}

#passbutton3:hover #nav_submit path {
  fill:#fff;
  opacity:.75;
}

#passbutton3:active {
  transform:scale(.97);
}

#passbutton3 {
  transition:background-color .2s;
  transition:scale 0.5s;
}

#buttontext {
	padding-top:7px;
	opacity:0.85;
}

#passbutton1:hover #buttontext {
opacity:1;
}

#passbutton2:hover #buttontext {
opacity:1;
}

#passbutton3:hover #buttontext {
opacity:1;
}

#passbutton4:hover #buttontext {
opacity:1;
}


@keyframes buttonclick {
    0% {transform: scale(0.98)}
    50% {transform: scale(1)}
}

@-webkit-keyframes buttonclick {
    0% {transform: scale(0.98)}
    50% {transform: scale(1)}
}

@-moz-keyframes buttonclick {
    0% {transform: scale(0.98)}
    50% {transform: scale(1)}
}

@-ms-keyframes buttonclick {
    0% {transform: scale(0.98)}
    50% {transform: scale(1)}
}

@-o-keyframes buttonclick {
    0% {transform: scale(0.98)}
    50% {transform: scale(1)}
}

.buttonclick:active {
  -webkit-animation: buttonclick 0.2s ease-in-out 0s;
     -moz-animation: buttonclick 0.2s ease-in-out 0s;
       -o-animation: buttonclick 0.2s ease-in-out 0s;
          animation: buttonclick 0.2s ease-in-out 0s;
}

.closepassword {
position:absolute;
top:40px;
right:40px;
}

.x {
height:40px;
width:40px;
opacity:0.3;
}

.x:hover {
	opacity:0.6;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
  	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
}


@keyframes lightparty1{
  0% {
    fill:#508591;
  }
  20% {
    fill:#508591;
  }
  25% {
    fill:#8d9059;
  }
  45% {
    fill:#8d9059;
  }
  50% {
    fill:#aa6750;
  }
  70% {
    fill:#aa6750;
  }
  75% {
    fill:#c1ad5a;
  }
  90% {
    fill:#c1ad5a;
  }
  100% {
    fill:#508591;
  }
}

#logo:hover #logorect1 {
        animation: lightparty1 1s infinite;
        animation-delay: -.75s;
}

#logo:hover #logorect2 {
        animation: lightparty1 1s infinite;
        animation-delay: -.5s;
}

#logo:hover #logorect3 {
        animation: lightparty1 1s infinite;
        animation-delay: -.25s;
}

#logo:hover #logorect4 {
        animation: lightparty1 1s infinite;
        animation-delay: 0s;
}

#worklink a{
  color:#508591;
}

#aboutlink a{
  color:#aa6750;
}

#contactlink a{
  color:#8d9059;
}

#projectnav {
  float:left;
  margin:0 auto;
  width:100%;
  height:100px;
  margin-top:60px;
}

#nav_previous {
  position:absolute;
  left:10px;
  bottom:41px;
  margin-top:10px;
}

#nav_next {
  position:absolute;
  right:10px;
  bottom:41px;
  margin-top:10px;
  transition:scale .5s;
}

#nav_returnbutton {
  position:relative;
  top:30px;
  margin:0 auto;
  width:190px;
  height:41px;
  border:solid 2px;
  border-color:#508591;
  transition:background-color .2s;
  transition:scale 0.5s;
}

#returnlink {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
}

#nav_returnbutton:hover {
  background-color:#508591;
}

#nav_returnbutton:hover #nav_return path {
  fill:#fff;
  opacity:.75;
}

#nav_return {
  position:relative;
  top:13px;
  left:16px;
}

#nav_return path {
  transition:fill .2s;
}

#nav_returnbutton:active {
  transform:scale(.97);
}

.projectvideo {
padding:1px;border:1px solid black;
margin-top:4px;
}

.list {
  margin-left:6%;
  margin-right:6%;
  opacity:.7;
  font-style: italic;
  hanging-punctuation: first;
}
