* {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Special Elite', cursive;
	color: #C30811;
	text-shadow: 2px 2px #999;
}

.section{
	text-align:center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#lancamento {
	background-image: url('../images/desktop/quarteto-6.jpg');
}

#fotos {
	background-image: url('../images/desktop/quarteto-5.jpg');
}

#videos {
	background-image: url('../images/desktop/quarteto-4.jpg');
}

#agenda {
	background-image: url('../images/desktop/quarteto-7.jpg');
}

#contato {
	background-image: url('../images/desktop/quarteto-2.jpg');
}

#bio {
	background: #EEE;
	background: -webkit-linear-gradient(#DDD, #FFF);
	background: -o-linear-gradient(#DDD, #FFF);
	background: -moz-linear-gradient(#DDD, #FFF);
	background: linear-gradient(#DDD, #FFF);
}

#footer {
	padding: 20px;
}

#album {
	margin-top: 80px;
}

#album table {
	text-align: left;
}

#fotos .container .row div, #videos .container .row div {
	margin-top: 10px;
}

.botaoPlay, .nomeFaixa {
	cursor: pointer;
}

.tras{
	background-color: rgba(0, 0, 0, .4);
	margin-left: 150px;
	margin-right: 150px;
	padding-top: 50px;
	padding-bottom: 50px; 
}

.bio {
	margin-top: 60px;
	margin-bottom: 50px;
}

.bio p {
	line-height: 1.8;
}

.texto-cd {
	color: white;
	font-weight: bold;
}

.texto-cd img {
	height: 30px;
}

.capa-cd img {
	width: 250px;
}

.agenda {
	background-color: #C84142;
	color: #FFF;
	margin: 10px;
}

.data {
	background-color: #AE1F21;
	padding: 10px;
}

.dia {
	font-size: 22px;
	font-weight: bold;
}

.mes {
	font-size: 16px;
	font-weight: bold;
}

.evento {
	text-align: left;
	padding-top: 10px;
}

.contato, .links {
	color: #FFF;
}

#lancamento a, #lancamento a:visited, #lancamento a:hover, #lancamento a:focus, #lancamento a:visited:hover, .contato a, .contato a:visited, .contato a:hover, .contato a:focus, .contato a:visited:hover, .links a, .links a:visited, .links a:hover, .links a:focus, .links a:visited:hover {
	color: #FFF;
}

.imagem {
	margin: 10px auto;
}

#player {
	width: 100%;
}

@media (max-width: 768px) {
	#lancamento {
		background-image: url('../images/tablet/quarteto-6.jpg');
	}

	#fotos {
		background-image: url('../images/tablet/quarteto-5.jpg');
	}

	#videos {
		background-image: url('../images/tablet/quarteto-4.jpg');
	}

	#agenda {
		background-image: url('../images/tablet/quarteto-7.jpg');
	}

	#contato {
		background-image: url('../images/tablet/quarteto-2.jpg');
	}

	.tras {
		margin: 0;
	}

	#agenda .tras {
		padding: 10px;
	}
	.capa-cd img {
		width: 150px;
		margin-top: 20px;
	}
}