body {
	display: inline;
	box-sizing: border-box;
	background-color: black;
	margin: auto;
	padding: auto;
	justify-content: center;
}

.navbar-brand img {
	width: 30px;
	height: 30px;
}

#header {
    background-image: url("../img/Der\ Loewe\ von\ Juda.svg");
    background-size: auto;
	background-repeat: no-repeat;
    background-position: center top;
	height: 800px;
}

.card-body img {
	width: 95%;
	border-radius: 5px;
}

#navigation-side {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	top: 1%;
	left: 20%;
	width: 40%;
	height: 5%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255, 0);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

ul {
	list-style-type: disc;
}

a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#nav-hello {
	color: rgb(24, 130, 37);
}

a:hover {
	text-decoration: none;
}

#headline {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 70px;
	left: 485px;
	width: 420px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: auto;
}

@media (max-width: 576px) {
	#header {
		height: 300px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#header {
		height: 400px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#header {
		height: 500px;
	}
	#last-frame {
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	#header {
		height: 700px;
	}
}
