body, html {
	height: 100%;
	width: 100%;
	overflow-x:hidden;
}

html { 
  background: url(../img/let-it-fall.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.spotify {
    background-image: url(/sunrise/free-dl/img/spotify-logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    content: "";
    display: block;
    float: left;
    height: 20px;
    right: 15px;
    width: 20px;
    margin-right: 5px;
}

.connect {
    cursor: pointer;
    opacity: 0.85;
}

.connect:hover {
    cursor: pointer;
    opacity: 1;
}

#content{
	padding-top: 50px;
}

#message{
	font-size:17px;
}

#headerDownload{
padding-top: 54px;
}

#facebook{
color:#ffa449;

}






/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}




.content {
	height: 100%;
	padding-top: 15px; 
	padding-bottom: 15px;
	text-align: center;
	color: white;
}



/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		h1, .h1 {
			font-size: 40px;
		}
		
		h3, .h3 {
			font-size: 20px;
		}
		
}


/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.intro-header {
			
		}
		
		h1, .h1 {
			font-size: 25px;
		}
		
		h3, .h3 {
			font-size: 15px;
		}
		
		h2, .h2 {
			font-size: 23px;
		}
		
#content{
	padding-top: 1px;
	padding-bottom: 40px;
}

#headerDownload{
padding-top: 5px;
}
}
