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

center {
	padding-bottom:150px;	
}
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: white; }
  100%  { height: 100%; background: white; }
}

@keyframes l2 {
  0%    { width: 0; background: white; }
  100%  { width: 100%; background:white; }
}

@keyframes l3 {
  0%    { height: 0; background: white; }
  100%  { height:100%; background: white; }
}

@keyframes l4 {
  0%    { width: 0; background: white; }
  100%  { width: 100%; background: white; }
}

@-webkit-keyframes l1 {
  0%    { height: 0; background: white; }
  100%  { height: 100%; background: white; }
}

@-webkit-keyframes l2 {
  0%    { width: 0; background: white; }
  100%  { width: 100%; background: white; }
}

@-webkit-keyframes l3 {
  0%    { height: 0; background: white; }
  100%  { height:100%; background: white; }
}

@-webkit-keyframes l4 {
  0%    { width: 0; background: white; }
  100%  { width: 100%; background: white; }
} 


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

#aboutTitle {display:block; }

#aboutTitle 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;
}

.aboutContent {
	margin:60px 0 30px 0;
	height:auto;
	text-align:left;
}

.aboutContent  h2{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.2	em;
	text-decoration:underline;
}

.resume {
	text-align:center;	
}

.resume h2 a {
	color:black;	
}

.aboutContent  p{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	font-size:15px;
	line-height:25px;
	letter-spacing:0.2	em;
	padding:20px 10px;
	box-sizing:content-box;
}

.exp { margin:20px 0 10px 0; width:auto; height:auto; min-height:80px;}

.exp h1{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.2	em;
}

.exp h2{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:15px;
	letter-spacing:0.2	em;
}

.exp p{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	font-size:15px;
	line-height:25px;
	letter-spacing:0.2	em;
	padding:0;
}

.exp-detail p{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	font-size:15px;
	line-height:17px;
	letter-spacing:0.2	em;
	padding:0;
	margin-top:15px;
}

.exp-detail h2 {
	text-decoration:none;	
}


#skill { margin:0; padding:0;}
#skill ul {margin:0; padding:0; list-style-type:none; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
#skill ul li 
{
	font-size:12px;
	background:#d4d5d6;
	padding:10px 10px;
	border-radius:	5px;	
	display:inline-block;
	margin:10px  10px;
}

#skill ul li:hover {
	background:#444444;
	color:white;	
}

footer {
	width:100%;
	height:200px;
	display:block;	
}


