body{
	background-image: url("../images/fundo.jpeg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;   
}

.material-icons{
	vertical-align: bottom;
}

.logo{
	width: 85%;
	padding-top: 5%;
}

.player{
	color: #fff;
}

.player img{
	height: 25%;
	width: 25%;
}

.social img{
	padding-top: 15px;
	height: 15%;
	width: 15%;
}

.social{
	text-align: center;
}


.rodape{
	background: rgba(0,0,0,0.4);
	color: #fff;
}

.rodape i{
	margin-top: 5px;
}

footer .row{
	margin-bottom: 0;

}

footer a{
	color: #fff;
}


@media only screen and (min-width: 601px){
	.player{
		padding-top: 4% !important;
	}
	.social{
		text-align: right;
	}	
}