*{margin: 0; padding: 0}

body { 
	background-image: url(https://i.pinimg.com/originals/df/a5/9c/dfa59cc952478f5aa96b27c6835bd74d.jpg);
	background-attachment: fixed;
}


header h1 { 
	padding-top: 80px;
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 120px;
	text-align: center;
	display: block;
}

header h2 { 
	font-family: 'Old Standard TT', serif;
	color: #12353f;
	font-size: 85px;
	text-align: center;
	}

header {
	height: 400px;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.75);
	padding-bottom: 10px;
}

.summary p {
	font-family: 'Spectral SC', serif;
	font-size: 25px;
	text-align: center;
	color: black;
	}

.preamble {
	background-color: rgba(255, 255, 255, 0.51);
	height: auto;
	margin-top: 20px;
	display: left;
	background-image: url(http://www.freepngimg.com/download/mandala_tattoos/7-2-mandala-tattoos-png-picture.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 400px;
	padding-right: 20px;
	}

p a{
	color: #12353f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #8964BD;
}
.preamble h3{
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;
	margin-left: 10px;
}

.preamble p{
	font-family: 'Old Standard TT';
	font-size: 25px;
	color: #12353f;
	width: 60%;
	padding-top: 10px;
	margin-left: 10px;
}

.explanation{
	background-color:rgba(204, 221, 204, 0.74);
	height: auto;
	display: flex;
	margin-top: 20px;
	background-image: url(Bilder/mandala.png);
	background-repeat: no-repeat;
	background-size: 450px;
	text-align: right;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding-right: 10px;
	background-image: url(http://clipart.info/images/ccovers/1496356411Mandala-Png-Tattoo-Set.png);
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 5px silver;
}

.explanation h3{
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;

}

.explanation p{
	font-family: 'Old Standard TT';
	font-size: 25px;
	color: #12353f;
	width: 50%;
	padding-top: 10px;
	text-align: right;
	display: right;

}

.participation{
	background-color: rgba(255, 255, 255, 0.51);
	height: auto;
	margin-top: 20px;
	display: left;
	background-image: url(https://wallpapercave.com/wp/3WA0TaL.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 450px;
}

.participation h3{
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;
	margin-left: 10px;
}

.participation p{
	font-family: 'Old Standard TT';
	font-size: 25px;
	color: #12353f;
	width: 50%;
	padding-top: 10px;
	margin-left: 10px;
}

.benefits{
	background-color:rgba(204, 221, 204, 0.74);
	height: auto;
	margin-top: 20px;
	display: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding-right: 10px;
	background-position: left;
	box-shadow: 10px 10px 5px silver;
}

.benefits h3{
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;
}


.benefits p{
	font-family: 'Old Standard TT';
	font-size: 25px;
	color: #12353f;
	width: 50%;
	padding-top: 10px;
	text-align: right;
	display: right;

}


.requirements{
	background-color:  rgba(255, 255, 255, 0.51);
	height: auto;
	margin-top: 20px;
	display: left;
}

.requirements h3{
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;
	margin-left: 10px;
}

.requirements p{
	font-family: 'Old Standard TT';
	font-size: 25px;
	color: #12353f;
    width: 50%;
	padding-top: 10px;
	margin-left: 10px;
	
}


.footer a href{
	background-color: rgb(204, 221, 204);

}

.select {
	background-color:  rgba(255, 255, 255, 0.51);
	height: auto;
	margin-top: 20px;
	display: left;
}


.select h3 { 
	font-family: 'Abril Fatface';
	color: #12353f;
	font-size: 40px;
	margin-left: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding-left: 1.5em;	
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.8em;
}

li a{
	display: block;
	color: black;
	background-color: rgb(204, 221, 204);
	width: 150px;
	padding: 0.2em 0.5em;
	text-decoration: none;
	border: 1px solid rgb(204, 221, 204);
	border-bottom: 1px solid darkgrey;
	border-right: 1px solid darkgrey;
	
}

li a:hover {
	background-color:rgb(204, 221, 204);
	border: 1px solid darkgrey;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-decoration: none;
}

  

