html, body, ul, li, p, div, span, nav, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #989898;
}

html, body {
	background: #e9e8e9;
	text-align: center;
}

body {
	padding-top: 65px;
}

nav {
	width: 500px;
	height: 50%;
	border-bottom: 1px solid #d1d1d1;
	margin: 45px auto 65px auto;
}

nav ul {
	list-style: none;
	height: 0;
	line-height: 0;
}

nav li {
	display: inline;
	background: white;
	border: 1px solid #d1d1d1;
	padding: 5px 25px;
	font-size: 1.28em;
	font-family: Dosis;
}

.logo {
		margin-bottom: 1em;
}

.navigation {
	margin-bottom: 2em;
}

.navigation a {
	display: inline-block;
	font-size: 1.5em;
	font-family: Dosis;
	text-decoration: none;
	padding-right: 0.8em;
}

.navigation a + a {
	padding-left: 0.8em;
	border-left: 2px solid #d1d1d1;
}

.navigation a:last-child {
	padding-right: 0;
}

.card {
	margin: 0 auto;
	text-align: left;
	width: 300px;
	padding: 20px;
	background: white;
	border: 1px solid #d1d1d1;
	box-shadow: 3px 3px 4px rgba( 0,0,0, 0.3 );
    display: inline-block;
}

.card .column-left {
	width: 100px;
	float: left;
}

.card img {
	border-radius: 5px 5px;
}

.card .column-right {
	margin-left: 100px;
	padding-left: 10px;
}

.card h1 {
	margin-top: -5px;
	font-size: 2.2em;
	color: #121212;
	font-family: Tahoma;
	font-weight: lighter;
}

.card h2 {
	font-size: 1.1em;
	color: #808080;
	font-family: Tahoma;
	font-weight: lighter;
}

.card ul {
	margin-top: 20px;
}

.card li {
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
	list-style: none;
	height: 22px;
	margin-bottom: 2px;
	font-size: 0.9em;
}

.card li a {
	text-decoration: none;
	line-height: 100%;
}

.card li a:hover {
	text-decoration: underline;
}

.card li.phone {
	background-image: url(../images/phone.png);
	background-position: 4px 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.card li.mail {
	background-image: url(../images/mail.png);
}

.card li.twitter {
	background-image: url(../images/twitter.png);
	background-position: -2px 2px;
}

.card li.website {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACvElEQVQ4T22SXUiTYRTH/+d93+3dpjjn5keJzbnNj5mGSmoEWSB2F1TgRVd1E2XkRRcRdCPljSUIkYE3hWgGC6KrgqBS0DTCUkytIJu1JqP5mbav932e2LtcKp67czj/33Oe/zmE3cLLxfLfjy6TuNYgRxt7Afo6vlA0jTZiO9tpa6G29651g7MxNl/qAFdFyaZClorBcj6Cr1uCPHd21LgaOTPafCW8qUsBam6NONfNbz+RuCGRvxYgginbDhg3wOUlsL3j4PIaaLHQr35vqpxqsS8nIBqgpqfHHAnZ/SxO6ZtkSTZBtuQlUykCxfkCYuAgOKkgVZ3IWZ6pf97aGtUAZf03Akwf2EPBCtCiS9PoM2zQmTKSAOJQc6ag5o+BiIMTg7jkevKhqeU0wevVl+BVNPEKBapBoRJNY7TmQ9DJKYvUghGouZOpnMeNylS9XqaSga4OGCavUiQL9OV4qsGUUwgShNQEsQP3ASm6bQnSQuUJKuvveMNMs4cQKoUQqEo1pOUVbWtW7INg2TPJmmLQfBGDFe3k6bs9rKZNH044T0vOLQDHpsfJmqCAZfwARSygqBlK4WtwVbhJ+we6ryurkXaKpYGHrSAxBoQzYbK5/n9ht2NL1My+agLnQmlXX5ziOgGxdHCzHzCFYJQrIYbdANPtKucM38YvupzaGj0POuYYDzs4OJA5rwlEXgCpIAyCAGG+AeJi8TYQAZfeXXDf0wCuO89kecUYZEa/mTlfJlcfzYberSRhCzUQf9ZtAfBBR5a78XEzqalTrup8b4/9WZ1U84fM3OJLuAZ9thVkVCD5jkIIef4B+KAi605OnHOsaA9tnavcO60X5n49VAxzp9i+YUGI50HniEE/eRZcNfiIeGf6gr9nsO1YcrSdgBSMc/L0dV9jQuyIbLYNSYG6p+Pniz9rd7wj/gJWMQJBl37D6gAAAABJRU5ErkJggg==);
	background-position: 2px 0;
}

.card li.stackoverflow {
	background-image: url(../images/stackoverflow.png);
	background-position: -2px -4px;
}

.card li.github {
	background-image: url(../images/github.png);
	background-position: -2px 0px;
}

.title {
    font-family: Tahoma;
    font-weight: lighter;
    font-size: 2em;
    display: block;
    color: #121212;
    margin-bottom: 1em;
		margin-top: 2em;
}

.project {
    width: 350px;
    overflow: hidden;
    min-height: 100px;
    position: relative;
		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 2em;
}

.project:before {
    content: "";
    width: 64px;
    height: 64px;
    top: -15px;
    right: -15px;
    opacity: 0.1;
    display: block;
    position: absolute;
    background-image: url(../images/github-project.png);
    background-repeat: no-repeat;
}

.project .content {
    margin-bottom: 1em;
}

.project .more {
    float: right;
		margin-left: 1em;
}

.project__title {
    font-family: Tahoma;
    font-weight: lighter;
    display: block;
    color: #121212;
    font-size: 1.4em;
    text-decoration: none;
    margin-bottom: 0.3em;
}

.project .title:hover {
    color: black;
}

.github-activity {
	display: table;
	min-height: 270px;
	max-width: 850px;
	min-width: 100px;
	width: 100%;
	margin: 0 auto;
}

.github-activity__calendar {
		display: table-cell;
		vertical-align: middle;
}

/** Loading indicator from cssload.net */

.cssload-container{
	position:relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(204,204,204);
	border-left-color: rgb(0,0,0);
	border-radius: 974px;
		-o-border-radius: 974px;
		-ms-border-radius: 974px;
		-webkit-border-radius: 974px;
		-moz-border-radius: 974px;
}

.cssload-whirlpool {
	margin: -24px 0 0 -24px;
	height: 49px;
	width: 49px;
	animation: cssload-rotate 2050ms linear infinite;
		-o-animation: cssload-rotate 2050ms linear infinite;
		-ms-animation: cssload-rotate 2050ms linear infinite;
		-webkit-animation: cssload-rotate 2050ms linear infinite;
		-moz-animation: cssload-rotate 2050ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -22px 0 0 -22px;
	height: 43px;
	width: 43px;
	animation: cssload-rotate 2050ms linear infinite;
		-o-animation: cssload-rotate 2050ms linear infinite;
		-ms-animation: cssload-rotate 2050ms linear infinite;
		-webkit-animation: cssload-rotate 2050ms linear infinite;
		-moz-animation: cssload-rotate 2050ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -28px 0 0 -28px;
	height: 55px;
	width: 55px;
	animation: cssload-rotate 4100ms linear infinite;
		-o-animation: cssload-rotate 4100ms linear infinite;
		-ms-animation: cssload-rotate 4100ms linear infinite;
		-webkit-animation: cssload-rotate 4100ms linear infinite;
		-moz-animation: cssload-rotate 4100ms linear infinite;
}

@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@media screen and (max-width: 870px) {
	.github-activity {
		margin-left: 1em;
		margin-right: 1em;
		width: auto;
	}
}
