@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration:none;
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

a:hover {
    color:#EF5B26;
}

a.no_change{text-decoration:none;}
a.no_change:link {text-decoration:none;}
a.no_change:visited {text-decoration:none;}
a.no_change:hover {text-decoration:none;}
a.no_change:active {text-decoration:none;}


h1{font-size:20px;}
h2{font-size:20px; text-align:center;}

h6{color:#57AF1E; display:inline; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
h7{color:#10B2E0; display:inline; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
h8{font-size:18px; font-weight:bold; color:#EF5B26;}


hr{
	width:900px;
	line-height:1px;
	display: block;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:0;
    margin-right:0;

}

table, th, td{
    border:0px;
	font-weight:normal;
}

td, th{
	padding:10px;
	vertical-align:top;
}

td{
	text-align:justify;
}

th{
	text-align:left;
	font-weight:bold;
}

body{
	background-color:#FFFFFF;
	font-size:14px;
}

#header{
	width:100%;
	height:180px;
	background-color:#FFFFFF;
	border:0px;
	position:fixed;
	top:0px;
	border-bottom:#EF5B26 3px solid;

}

#logo{
	width:1000px;
	height:155px;
	background-color:#FFFFFF;
	margin:auto;
	border:0px;
}

nav{
	width:1000px;
	height:25px;
	text-align:center;
	margin:auto;

}

nav.stick {

}


nav ul {
    list-style-type:none;

}

nav li {
	display:inline;
	margin:auto;
	padding-right:50px;

}

nav li a {
    color:#000000;
}

a.nav-active {
    color:#EF5B26;
}

#sidebar {
    width:1000px;
	height:50px;
	text-align:center;
	display:inline;
}

#wrapper{
	width:1000px;
	margin:auto;
		
}

.profile{
    height:250px;
    width:250px;
	background-image:url(images/jon_lijnes.png);
}


#content{
	width:1000px;
	margin:auto;	
}

#white_cube{
	
}

.content{
	width:936px;
	height:auto;
	border-bottom:#EF5B26 3px solid;
	padding:15px 30px 50px 30px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-justify:inter-word;

}

#home{

}

#who-am-i{

}

#what-can-i-do{

}

#what-is-my-experience{

}

#my-tools{

}

#contact-me{

}

#footer{
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	
}