body {
	padding: 25px 0;
	font-family: 'Roboto', sans-serif;
}

#header {
	margin-bottom: 30px;
}

#identity {
	font-family: 'Roboto Slab', serif;
}

#identity a.logo {
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

#identity h1 {
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
}

#identity h1 a {
	color: #000;
	text-decoration: none;
}

#identity h1 a:hover {
	color: #555;
}

#identity h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 100;
}

#navigation {
	font-size: 16px;
	text-transform: uppercase;
}

#navigation a {
	color: #000;
	line-height: 68px;
}

#navigation a.active,
#navigation a:hover {
	color: #555;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#navigation li {
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	margin-top: 25px;
	padding: 15px 10px 0 0;
	border-top: 1px solid #eee;
	font-size: 25px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #aaa;
	text-decoration: none;
}

#portfolio a {
	display: block;
	text-align: center;
}

#portfolio a img {
	width: 100%;
}

#portfolio a .title {
    font-size: 20px;
    line-height: 21px;
    color: #333;
    display: block;
    margin: 3px 0 20px 0;
}

#portfolio a:hover {
	text-decoration: none;
}

#portfolio a:hover .title {
	color: #666;
}

#cv h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 25px;
}

#cv h3 {
	text-transform: uppercase;
	font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

#cv h3 .timeframe {
	text-transform: inherit;
	font-style: italic;
	font-size: 14px;
}

@media (max-width: 991px) {
	#header {
		margin-bottom: 0;
	}
	
	#identity a.logo {
		float: none !important;
		margin: 0 auto 10px auto;
	}
	
	#identity .header {
		float: none !important;
		text-align: center;
	}
	
	#navigation {
		text-align: center;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#portfolio .entry:nth-child(3n+1) {
		clear: left;
	}
}

@media (max-width: 767px) {
	#portfolio .entry:nth-child(2n+1) {
		clear: left;
	}

	#cv .text-right {
		text-align: left;
	}
}