html,body {
		width:100%;
		height:100%;
		margin:0;
}

/************HEADER************/
header {
		width:100%;
		height:40%;
		background-image:url(Bilder/Snickersgimp.png);
		background-size:cover;
}

header h1 {
		
		color:#5a3a12;
		padding:80px 0;
		font-family: "Century";
		text-align: left;
		font-size: 60pt;
		text-transform:uppercase;
		/*background-color:rgba(255,255,255,0.3);*/
		position:absolute;
		top:10px;
		left:400px;
		width:50%;
}

/*******MENÜ*******/
nav {
	width: 100%;
	text-align: center;
	background-color: white;
	font-family: "Century";
}

nav ul {
		list-style-type: none;
}

nav li {
		display: inline-block;
		width:300px;
		padding: 10px 0;
		border-right: solid black 2px;
		text-align: center;
}

nav li:last-child {
	border: none;
}

nav a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	width: 90%;
	padding: 5px 0;
	margin-left: 10px;
	border-top: solid white 1px;
	font-size:13pt;
	
}

nav a:hover {
	color:#ecbc34;
}

content h1 {
		text-transform: uppercase;
		margin: 50px;
}

content p {
	font-size: 15pt;
	font-family: "Century";
	margin: 50px;
	line-height: 30px;
}

content img {
	height: 250px;
	border-radius:70px;
	border:solid 2px white;
	width: 300px;
	box-shadow: 2px 2px 2px white; 
	padding: 50px;
	padding-top: 60px;
	float: right;
}
	
	
	
	
content cite {
	margin: 50px;
}

content h2 {
	text-transform: uppercase;
	margin: 50px;
	font-size: 25pt;
}

content h3 {
	text-transform: uppercase;
	margin: 50px;
	font-size: 25pt;
}
	
content ul {
	
	margin: 50px;
	font-size: 15pt;
}
	
