/*Reset CSS*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, 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,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section
	{
		display: block;
	}

	body
	{
		line-height: 1;
		background-color: #000 !important;
		background-attachment:fixed;
		background-size: cover;
		background-image: url(images/max-young.jpg);
	}

	body > img{

	}

	ol, ul
	{
		list-style: none;
	}

	blockquote, q
	{
		quotes: none;
	}

	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


	@font-face { font-family: 'Kenyan';
	             src: url('fonts/kenyan-coffee-rg.ttf') format('truetype'); }

#header{
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
}

.song-title-wrapper{
	text-align: center;
}

.title{
	font-size: 80px;
	font-family: 'Kenyan';
	color:white;
	letter-spacing: 0.55px;
	margin-bottom: 60px;
	margin-top:60px;
}

.song-title{
	font-size: 56px;
	font-family: 'Kenyan';
	color:white;
	letter-spacing: 0.55px;
	border-bottom: 1px solid white;
	text-align: left;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top:30px;
	margin-bottom: 0px;
}

.song-wrapper{
	display: flex;
	justify-content: center;

}

.song-text{
	font-size: 24px;
	color: white;
	font-family: 'Source Serif Pro', serif;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-bottom: 160px;
}

.impressum-hl{
	font-family: 'Kenyan';
	text-transform: uppercase;
	font-size: 36px;
}

a{
	color: white !important;
}

.song-title:hover{
	text-decoration: none !important;
}

.lyrics-hover > p:hover{
	background-color: rgba(255,255,255,0.3);
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}


/*Screendesign CSS*/
	#main-wrapper
	{
		width: 100%;
		min-height: 100%;
		height: 100%;
		padding: 0;
}

.flex-center{
	display: flex;
	justify-content: center;
}

#footer {
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
}

.footer_content_box{
	height: 360px;
	background:url(images/footer.svg) top left no-repeat;
	width:357px;
	margin-left: auto;
	margin-right: auto;
}

.meta-links{
	font-family: 'Kenyan';
	text-transform: uppercase;
	font-size: 18px;
	color: white;
	letter-spacing: 0.035px;
}

.next-song{
	font-family: 'Source Serif Pro', serif;
	font-size: 56px;
	color: white;
	letter-spacing: 0.035px;
	padding: 30px;
	with: auto;
}

.meta-links:first-child{
	margin-right: 10px;
}

.meta-links:hover{
	text-decoration:none !important;
	color: white;
}

.mobile_spacer{
		height:200px;
	}


@media only screen
and (min-width : 375px)
and (max-width : 667px){
	body
		{
			line-height: 1;
				background: url(images/bg-mobile.jpg) no-repeat !important;
				background-size: cover !important;
				background-attachment: :fixed !important;
			background-color: #000 !important;
		}

		.title{
			font-size: 80px;
			font-family: 'Kenyan';
			color:white;
			line-height: 88px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
		}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.7);
		margin-top:-140px !important;
		margin-bottom: -50px;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px){
	body
		{
			line-height: 1;
			background-color: #000 !important;

		}

		.fixed-image{
			background: url(images/bg-mobile.jpg) no-repeat !important;
			background-size: cover !important;
			position:fixed !important;
		}

		.title{
			font-size: 80px;
			font-family: 'Kenyan';
			color:white;
			line-height: 88px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
		}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.6);
		margin-top:-140px !important;
		margin-bottom: -50px;
		margin-left: -40px;
	}
}

@media only screen
and (min-width : 320px)
and (max-width : 374px){
	body
		{
			line-height: 1;
			background: url(images/bg-mobile.jpg) no-repeat !important;
			background-size: cover;
			background-attachment:fixed !important;
			background-color: #000 !important;

		}

		.title{
			font-size: 80px;
			font-family: 'Kenyan';
			color:white;
			line-height: 88px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
		}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.6);
		margin-top:-140px !important;
		margin-bottom: -50px;
		margin-left: -40px;
	}
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px){
	body
		{
			line-height: 1;
			background-color: #000 !important;

		}

		.title{
			font-size: 80px;
			font-family: 'Kenyan';
			color:white;
			line-height: 88px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
		}

		.fixed-image{
			background: url(images/bg-mobile.jpg) no-repeat !important;
			background-size: cover;
			position:fixed !important;}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.6);
		margin-top:-140px !important;
		margin-bottom: -50px;
		margin-left: -40px;
	}
}
