html {
  font-family: serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Droid, serif;
  color: #FFF;
  background-color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, video {
  display: block;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

section {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(AlphaMusicGroup.jpg) no-repeat center;
	background-size: cover;
}

#imprint {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	letter-spacing: .4ex;
}
#imprint a {
	color: #FFF;
	text-decoration: none;
}
#imprint a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	#imprint {
		width: 90%;
		font-size: 16px;
		line-height: 28px;
		padding: 0 5%;
	}
}