body {
	font-family: 'Merriweather', serif;
	margin:0;
	padding:0;
	background:url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:#fff;
	letter-spacing:1px;
	min-height: 100%;
}
h1 {
	font-size:18px;
	margin-bottom:25px;
}
h1 span {
	color:#f22f37;

}
.reset {
	clear:both;
}
#parent {
	position:fixed;
	top:50%;
	left:50%;
	background-color:#000000;
	width:500px;
	height:500px;
	margin-left:-250px;
	margin-top:-250px;
}
#child {
	margin-left:80px;
	margin-right:80px;
	margin-top:100px;
	margin-bottom:100px;
	font-size:13px;
}
#about {
	line-height:22px;
	text-align:justify;
}
#info {
	text-align:center;
	margin-top:20px;
}
#social {
	text-align:center;
	font-size:18px;
}
#social a {
	color:#fff;
	padding:9px;
}
#social a:hover {
	color:#f22f37;
}
#kontakt {
	border-top:solid 1px #f22f37;
	margin-top:25px;
}
#kontakt div {
	width:50%;
	text-align:center;
	float:left;
}
#kontakt a {
	color:#f22f37;
	padding-top:30px;
	display:block;
	text-decoration:none;
}

@media screen and (max-width:600px) 
{
h1 {
	text-align:center;
}
#html-mobile-background {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	width:140%;
	height:100%;
	background:url(bg.jpg) no-repeat; 
	background-size:100% 100%;
}
#about {
	text-align:center;
}
#parent {
	position:fixed;
	top:50%;
	left:50%;
	background-color:#000000;
	width:360px;
	height:500px;
	margin-left:-180px;
	margin-top:-250px;
}
#child {
	margin-left:60px;
	margin-right:60px;
	margin-top:45px;
	font-size:13px;
}
#kontakt div {
	width:100%;
	text-align:center;
	float:none;
}
}