@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Lane-Narrow';
	src: url('../fonts/lanenar.ttf')  format('truetype');
} 

@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html,body{
	width:100%;
	height:100%;
}

.navigation{
	font-family: 'BebasRegular';
	position:fixed;
	z-index:1;
	top:20px;
}

.navigation li{
	color:#333333;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:1px solid black;
	text-align:left;
	width:53px;
}

.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}    

h1 {
    font-family: "Lane-Narrow", Arial; 
    font-size: 300%;
    font-weight: 400;
    color: #99f;
}

h2 {
    font-family: "Lane-Narrow", Arial; 
    font-size: 200%; 
    margin: 20px;
    color: #777;
} 

h3 {
    font-family: "Lane-Narrow", Arial; 
    font-size: 150%; 
    margin: 0px;
    color: #000;
} 

#dp {
    float: left;
    margin: 10px;
}

#social {
    padding: 100px;
    width: 100%;
    margin: 0 auto;    
}

.social-ico {
    margin: 5px;
}

#proj-wrap {
    margin:0 auto;
	padding: 50px;
	position:relative;
}

.proj-box {
    height: 340px;
    width: 240px;
    margin: 10px;
    padding: 20px;
    float: left;
    opacity: 0.7;
}

.proj-box:hover {
    opacity: 1.0;
}

.proj-img {
    margin: 0px 0px 10px 0px;
}

#resume {
    width: 50%;
    margin: 0 auto;
}

#resume-ico{
    width: 50%;
    margin: 0 auto;
}

#about {    
    width: 80%;
    margin: 0 auto;
    padding: 100px;
}   

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}

.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	padding: 50px;
	position:relative;
}

.slideno{
	font-family: 'BebasRegular';
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:#777;
}

.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../img/arrow.png);
}

.button:hover{
	background-color:#494949;
	cursor:pointer;
}

#go-up-container {
    position:absolute;
    top:13%;
    left:87%;
}    

#go-up{
	display:block;
	width:76px;
	height:76px;
	margin: 10px;
	background-color:#EEE8E8;
	background-image:url(../img/up.svg);
    opacity: 0.5;
    
	/* rounded corners */
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;    
}

#go-up:hover{
    opacity: 0.7;
	background-color:#E6ECEC;
	cursor:pointer;
}

#go-up-txt {
    opacity: 0.5;
    position: relative;
    left: 43px;
    top: 5px;
}


