@import url(https://fonts.googleapis.com/css?family=Terminal+Dosis:800,600);
{
	margin: 0;
	padding: 0;
}

header,
footer,
aside,
nav,
article
{
	display: block
}

html
{
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	background: #665847;
	color: #3D362D;
}

nav
{
	text-align: center
}

p
{
	display: inline
}

footer
{
	font-size: 12px;
	text-align: center;
}

header
{
	width: 100%;
	display: table;
	table-layout: fixed;
	border: 0;
}

header h1
{
	font-size: 65px;
	font-weight: 800;
	color: #FF9900;
	text-shadow: 0px 2px 3px #f0f0f0;
	display: inline;
}

header h2
{
	font-size: 24px;
	font-weight: 800;
	color: #3D362D;
	display: inline;
}

header h3
{
	display: inline
}

h2
{
	color: #FF9900
}

h3
{
	color: #3D362D
}

.cell
{
	display: table-cell;
	padding: 5px;
	vertical-align: top;
}

.navlist
{
	border-style: solid;
	border-color: #665847;
	border-width: thin 0px;
}

a:link,
a:visited
{
	color: #FF9900;
	font-weight: 600;
	text-decoration: none;
}

a:hover
{
	color: #665847;
	font-weight: 800;
}

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.leftText
{
	text-align: left;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.rightHeader
{
	text-align: right
}

.project
{
	border-style: solid;
	border-color: #665847;
	border-width: 0px 0px 1px;
	min-height: 200px;
	display: block;
}

.project:nth-last-child(1)
{
	border-style: none
}

.project .name
{
	color: #FF9900
}

.project .completed
{
	font-weight: bold;
	margin-bottom: 1em;
}

.project .links
{
	width: 100%
}

.project:before,
.project:after
{
	content: "";
	display: table;
	clear: both;
}

.project .demos,
.project .sources
{
	float: left;
	width: 50%;
}

.project .pics
{
	list-style-type: none
}

.project .pics li
{
	float: right;
	border-style: solid;
	border-color: transparent;
	border-width: 2px;

	width: 128px;
	height: 128px;
}

.project .pics img
{
	width: 100%;
	height: 100%;
}

#sidebar
{
	float: left;
	margin: 0px 10px 0px;
}

#headerLink
{

}

#nameDiv
{
	width: 75%;
	padding: 0px;
	padding-right: 5px;
}

.contact
{
	padding: 0px;
	padding-left: 5px;
	text-align: right;
}

#container
{
	width: 100%;
	display: table;
	table-layout: fixed;
	border: 0;
}

#center
{
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 150px #FEFFFD;
	width: 760px;
	background-color: #FEFFFD;
}

#myCanvas
{
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sociallist
{
	text-align: center;
	padding: 2px 0px 2px;
	margin: 0px;
}

.sociallist li
{

	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.socialicon
{
	padding: 0.2em;
	vertical-align: middle;

	width: 1.5em;
	height: 1.5em;

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;

	overflow: visible;
}

.socialicon:hover
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

.big
{
	display: inline;
	font-size: larger;
}