@font-face {
  font-family: amiga;
  src: url("../fonts/Raleway-Bold.ttf");
  font-weight: 400;
}

@font-face {
	font-family: 'LCDBOLD';
	src: url('../fonts/LCDBOLD.eot');
	src: local('LCDBOLD'), url('../fonts/LCDBOLD.woff') format('woff'), url('../fonts/LCDBOLD.ttf') format('truetype');
}

#title{
    font-family: "LCDBOLD";
    font-size: 125%;
    text-align: center;
	
    width: 350px;
    height: auto;
    line-height: 43px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    z-index: 2;
    background-color: rgba(34,34,34,.7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .5), 0px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .5), 0px 1px 0px rgba(250, 250, 250, .2);
    -webkit-transition: background-color 350ms;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
	
	display: block;
}
	
html, body {
	width: 100%;
	height: 100%;
}

body {
	/*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #123456), color-stop(100%, #fedcba));
	background: -webkit-linear-gradient(#123456, #fedcba);
	background: -moz-linear-gradient(#123456, #fedcba);
	background: -o-linear-gradient(#123456, #fedcba);
	background: linear-gradient(#123456, #fedcba);*/
	
	background: url(../img/lofibg.gif);
	background-color: #474747;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: auto;
}

h2 {
	color: #fff;
	text-shadow: 3px 3px 7px #000000;
}

.bg {
	width: 100%;
	width: calc(100% - 4rem);
	height: 100%;
	height: calc(100% - 4rem);
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: -90;
}
.bg.bg1 {
	/*background-image: url("../img/headphones.svg");*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.banner {
	width: 100%;
	zoom: 95%;
	font-family: amiga, sans-serif;
}

.banner + .banner {
	margin-top: 2.4rem;
}

.bannerFile{
	margin-top: 4px;
}

#headlineS, #demosong, #metadata, #controls, #choosefile {
	text-align: center;
}

#info {
	max-width: calc(100% - 2.6rem);
	padding: 0.25rem 1.3rem;
	background: rgba(20, 20, 20, 0.86);
	color: #f9f9f9;
	
	background: -moz-linear-gradient(top,  rgba(20,20,20,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,20,20,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(20,20,20,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(20,20,20,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(20,20,20,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(20,20,20,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#00ffffff',GradientType=0 );
}

#headline {
	max-width: calc(100% - 2rem);
	padding: 1.2rem 1rem;
	background: white;
	color: #232323;
}
#headline h1 {
	margin: 0;
}
@media only screen and (max-width: 45rem) {
	#headline h1 {
		font-size: 3rem;
	}
}
@media only screen and (min-width: 45rem) {
	#headline h1 {
		font-size: 4.5rem;
	}
}

#demosong {
	margin-top: 3rem;
}
#demosong a {
	color: #232323;
	font-size: 0.7rem;
}

#metadata {
	display: block;
	color: white;
}

#choosefile input {
	padding: 0.5rem;
	/*background: #f7f7f7;
	border-radius: 0.35rem;
	border: 1px solid rgba(215, 99, 34, 0.78);*/
	background: #7f7f7f;
    border-radius: 0.35rem;
    border: 1px solid #FFF;
    color: #FFFFFF;
}

#controls {
	margin-top: 1.9rem;
}

#choosefile{
	margin-top: 4px;
}

#demos {
	text-align: center;
}
#demos > div {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	text-size: 95%;
	border-radius: 0.35rem;
	/*border: 1px solid rgba(215, 99, 34, 0.78);*/
	border: 2px solid rgba(255, 255, 255, 0.78);
	/*padding: 1rem;*/
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20PX;
	/*background: rgba(255, 255, 255, .78);*/
	/*background: rgba(127, 127, 127, .78);*/
	background: rgba(209,209,209, .78);
	background: radial-gradient(circle, rgba(209,209,209, .78) 0%, rgba(139,139,139, .78) 100%);
}
#demos > div h2 {
	margin: 0 0 0.5rem 0;
	font-size: 1.3rem;
}
#demos > div .song {
	display: block;
	text-decoration: none;
	color: /*#4c4cbd*/#ffffff;
}
#demos > div .song + .song {
	margin-top: 0.65rem;
}
#demos > div .song .size {
	vertical-align: super;
	font-size: 0.6rem;
	margin-left: 0.3rem;
}
#demos > div .song .size:before {
	content: "(";
}
#demos > div .song .size:after {
	content: ")";
}

.control {
	width: 5rem;
	height: 5rem;
	border-radius: 2.5rem;
	background-color: #505050;
	display: inline-block;
	box-shadow: 0px 9px 0px #323232, 0px 9px 25px rgba(0, 0, 0, 0.7);
	transition: all 0.1s ease;
	cursor: pointer;
}
.control:active, .control.pressed {
	box-shadow: 0px 3px 0px #323232, 0px 3px 6px rgba(0, 0, 0, 0.7);
}
.control#play {
	background-image: url("../img/play.svg");
	background-size: 75%;
	background-position: 16px 9px;
	background-repeat: no-repeat;
}
.control#pause {
	background-image: url("../img/pause.svg");
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}
.control#loop {
	display: none;
}
.control#loop + label {
	background-image: url("../img/loop.svg");
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}
.control#loop:checked + label {
	box-shadow: 0px 3px 0px #323232, 0px 3px 6px rgba(0, 0, 0, 0.7);
}

#footer {
    height: auto;
    position: relative;
    bottom: 0;
	background: rgba(0,0,0,.5);
    padding: 4px;
    border: 0px solid #000;
    border-top-right-radius: 10px;
    color: #fff;
	font-size: 80%;
}