body {
	font-family: 'Oswald', sans-serif;
	min-height: 75rem;
	padding-top: 2.5rem;
}

h1 {
	font-family: 'Amatic SC', cursive;
	color: #75c980;
	font-weight: 900;
	font-size: 6em;
}

h2 {
	font-family: 'Amatic SC', cursive;
	font-weight: 600;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 2.3em;
	color: DimGrey;
}

p, li {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;	
	font-weight: 300;
	color: DimGrey;	
}

a {
	color: DimGrey;
}

.spacer1{
	height: 1em;
}

.spacer2{
	height: 2em;
}

.spacer3{
	height: 3em;
}

.spacer5{
	height: 5em;
}

.bg-green {
	background-color: #5cbd52;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

.climber{
	position: relative;
	top: -2em;
	z-index: -1;
}

.footer{
	 background-image: url("img/halbkreis.jpg");
}
