html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, * {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Patrick Hand', sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
}

html{
	height: 100%;
}

body{
	min-height: 100%;
	overflow: hidden;
}

#movingbackground{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

#user #wrapper, #user{
	overflow: auto;
}

#grussbox #content div{
	padding: 2% 5% 3% 5%;
	line-height: 1.1em;
}

#grussbox{
	width: 85%;
	margin: auto auto;
}

#grussbox img{
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	height: auto;
}

#wish{
	position: relative;
	width: 60%;
	z-index: 50;
	margin: auto auto;
}

#wish img.qrcode{
	position: absolute;
	width: 25%;
	right: 5%;
	margin-top: -2%;
	background-color: #fff;
}

#wish span{
	display: block;
	position: absolute;
	font-size: 30px;
	font-size: 4vh;
	width: 65%;
	margin-top: 5%;
	right: 40%;
}

#currentsong{
	transition: top 1s, font-size 1s;
	position: absolute;
	font-size: 5vh;
	text-align: center;
	left: 0px;
	right: 0px;
	top: 3%;
}

#currentsong b{
	display: block;
}

#currentsong.big{
	transition: top 1s, font-size 1s;
	font-size: 8vh;
	top: 25%;
}

#popup{
	display: none;
	position: absolute;
	z-index: 15000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
}

#popup .container{
	width: 90%;
	margin: auto auto;
	box-shadow: 0 0 50px rgba(0,0,0,0.95);
}

#popup img{
	display: block;
	width: 100%;
	height: auto;
}

#user #wrapper{
	width: 100%;
	margin: auto auto;
	max-width: 600px;
	box-shadow: 0 0 75px rgba(0,0,0,0.75);
}

footer{
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
}

a{
	text-decoration: none;
}

.content{
	width: 90%;
	margin: auto auto;
}

section{
	margin-top: 20px;
	margin-bottom: 50px;
}

#repertoire label{
	display: block;
	padding: 5px;

}

#repertoire label input{
	display: none;
}

#repertoire label .place{
	vertical-align: middle;
	display: inline-block;
	height: 2em;
	float: left;
}

#repertoire label .place img{
	margin-top: 2px;
	margin-right: 5px;
}

#repertoire label .lc{
	vertical-align: middle;
	display: inline-block;
}

.popup{
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.85);
}

.popup .container{
	margin-top: 50px;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	color: #000;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 50px rgba(0,0,0,0.85);
	border-radius: 15px;
}

.popup .container p a{
	display: block;
	background-color: #ececec;
	border-bottom: solid 3px #afafaf;
	border-radius: 15px;
	color: #666;
	text-align: center;
	margin-top: 1em;
	padding: 15px;
}

.popup .container p{
	font-size: 26px;
}

.headertitle{
	position: absolute;
	color: #000;
	margin-top: 15%;
	margin-left: 5%;
	font-size: 20px;
	line-height: 1.2em;
	max-width: 75%;
}

.headertitle h2{
	margin-top: 4%;
	font-size: 120%;
	line-height: 1.2em;
}

@media (max-width: 500px){
	.headertitle{
		font-size: 4vw;
	}
}