html, body { width:100%;height:100%; margin:0; padding:0;}
body {
	box-sizing:border-box;
}

scrollbar {
	display:none;	
	-moz-appearance: none !important;
}

::-webkit-scrollbar { 
    display: none; 
}
nav ul{
	position:fixed;
	right:20px;
	top:35px;	
}

nav ul li {
	display:inline-block;
	padding:0 15px;
	font-family: 'Cantarell', sans-serif;
	cursor:pointer;
	padding-bottom:5px;
}

nav ul li:hover {border-bottom:4px #000 solid;	}

nav .active {
	border-bottom:4px #000 solid;	
}

nav>ul>li>a { text-decoration:none; color:#000;}


nav>ul>li>a:hover,nav>li>a:focus{color:#000; text-decoration:none;}

.l1,.l2,.l3,.l4 {
  position: fixed;
  z-index:9999;	
 /* background: transparent;*/
  width: 0px;
  height: 0px;
  animation-duration:.4s;
  animation-duration: .4s;
  animation-iteration-count:1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count:1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}


.l1 {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 15px;
  
  animation-name: l1;
  animation-delay: 0s;
  
  -webkit-animation-name: l1;
  -webkit-animation-delay: 0s;
}

.l2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  
  animation-name: l2;
  animation-delay: .4s;
  
  -webkit-animation-name: l2;
  -webkit-animation-delay: .4s;
}

.l3 {
  right: 0;
  top: 0;
  height: 100%;
  width: 15px;
    
  animation-name: l3;
  animation-delay: .8s;
  
  -webkit-animation-name: l3;
  -webkit-animation-delay: .8s;
}

.l4 {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  
  animation-name: l4;
  animation-delay: 1.2s;
  
  -webkit-animation-name: l4;
  -webkit-animation-delay: 1.2s;
}

@keyframes l1 {
  0%    { height: 0; background: #929BA5; }
  100%  { height: 100%; background: #929BA5; }
}

@keyframes l2 {
  0%    { width: 0; background: #929BA5; }
  100%  { width: 100%; background:#929BA5; }
}

@keyframes l3 {
  0%    { height: 0; background: #929BA5; }
  100%  { height:100%; background: #929BA5; }
}

@keyframes l4 {
  0%    { width: 0; background: #929BA5; }
  100%  { width: 100%; background: #929BA5; }
}

@-webkit-keyframes l1 {
  0%    { height: 0; background: #929BA5; }
  100%  { height: 100%; background: #929BA5; }
}

@-webkit-keyframes l2 {
  0%    { width: 0; background: #929BA5; }
  100%  { width: 100%; background: #929BA5; }
}

@-webkit-keyframes l3 {
  0%    { height: 0; background: #929BA5; }
  100%  { height:100%; background: #929BA5; }
}

@-webkit-keyframes l4 {
  0%    { width: 0; background: #929BA5; }
  100%  { width: 100%; background: #929BA5; }
} 

/* PORTFOLIO TITLE */
center { margin-top:100px;}
#portfolioContent{
	width:80%;
	height:auto;
	min-height:500px;
}

#portfolioTitle {display:block; }

#portfolioTitle h1 {
	text-align:left;
	text-transform:uppercase;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:40px;
	letter-spacing:0.5em;
	line-height:75px;
	text-shadow:rgba(0,0,0,0.50) 5px 0px;
}

.project-wrap {
	width:100%;
	height:auto;
	min-height:500px;
	/*background:#EFEFEF;*/
	margin-top:60px;
	padding-bottom:50px;
}

.projects {
	width:100%;
	min-height:500px;
	height:auto;
	margin-bottom:20px;
	text-align:left;
	
}

.projectPic {
	height:100%;
	margin:0; padding:0;
	overflow:hidden;
}

.projectPic img{
	width:100%;
	height:auto;
	opacity:0.6;
	/*min-height:100%;*/
	transition:linear 1.5s;
}

.projectPic img:hover{
	opacity:0.8;
	transform:scale(1.1)
}

.projectDetail {
	padding:50px;
	height:auto;
	min-height:350px;
}

.projectDetail a {
	color:black;	
}
.projectDetail h1{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:200;
	letter-spacing:0.1em;
	opacity:0.8;

	text-decoration:underline;		
}

.projectDetail p {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:200;
	letter-spacing:0.2em;
	opacity:0.8;	
	padding-top:10px;	
}
