/*

darkred:
#74221a
hsla(5, 63%, 28%, 1.0)
reddish black: HSLa(6,80%,7,16);
reddish gray: HSLa(6,33%,28,11);
*/

body {
	color: #f2e4e3;
	color: hsla(5,63%,95%,1.0);
	background-color: #130602;
	background-color: hsla(5, 63%, 5%, 1.0)
}

.section {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.section.row,
.interlude { 
  margin-bottom: 0;
}

.interlude {
	background-color: hsla(5, 63%, 18%, 1.0);
}

.interlude, .section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.center {
	text-align: center;
}

@media (min-width: 550px) {
	.interlude {
		min-height: 50rem;
	}
	#intro h1 {
		color: white;
		text-shadow: black 0 0 2rem;
	}
	#intro {
		background-image: url(../images/intro.jpg);
		background-position: left bottom;
		min-height: 50rem;
	}
	#imprint {
		color: white;
	}
	#interlude-dance {
		background-image: url(../images/dance.jpg);
	}
	#setlist {
	}
	#interlude-party1 {
		background-image: url(../images/party1.jpg);
	}
	#occasion {
		background-image: url(../images/partyzelt.jpg);
		background-position: left bottom;
	}
	#interlude-niko {
		background-image: url(../images/niko.jpg);
		min-height: 80rem;
	}
	#bandmembers {
	}
	#interlude-johann {
		min-height: 80rem;
		background-image: url(../images/johann.jpg);
	}
	#requirements {
	}
	#interlude-setlist {
		background-image: url(../images/setlist.jpg);
	}
	#contact {
		background-image: url(../images/logo_natlb_400px_red.png);
		background-size: 400px auto;
		background-position: 5rem 5rem;
	}
	#interlude-party3 {
		background-image: url(../images/party3.jpg);
		min-height: 80rem;
	}
	#imprint {
	}
}