body {
	padding-bottom: 40px;
}

h2 {
	color: #555;
}
h3 {
}
p {
	font-size: 14px;
}
em{
	font-style: normal;
	font-variant: small-caps;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.greetbox {
	background: url(../img/cardboard_flat.jpg);
	max-width: 820px;
	margin-top: 60px;
	padding-bottom: 40px;
}

.social {
	margin-top: 1em;
}
.social a {
	display: inline-block;
	width: 48px;
	height: 42px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../img/logos-combined.png);
	margin: 0 2px 2px 0;
}
.social a:hover {
	margin: 2px 0 0 2px;
}

.social .twitter {
	background-position: center 0px;
}
.social .github {
	background-position: center -42px;
}
.social .stackoverflow {
	background-position: center -84px;
}

.projekte div.image {
	border-radius: 6px;
	overflow: hidden;
	margin: 1em 0;
	max-width: 940px;
	box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
}
.projekte img {
	z-index: -1;
	position: relative;
	display: block;
}
.projekte h3 {
	padding-top: 2.1em;
}
@media (max-width: 480px) {
	.hero-unit h1 {
		font-size: 30px;
	}
}

