/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
.music-img {
	width: 100%;
	padding-top: 60%;
	background: url("../../img/music/main.jpg") no-repeat center center / cover;
	margin: 0 0 40px;
}
h3 {
	color: #efede2;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}
h3 span {
	font-size: 26px;
	margin-left: -0.75em;
	font-weight: 500;
}
p {
	color: #efede2;
	text-align: justify;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
.music-img {
	padding-top: 75%;
}
h3 {
	font-size: 42px;
	margin-bottom: 30px;
	text-align: center;
}
h3 span {
	display: block;
	font-size: 28px;
	margin-left: 0em;
	margin-top: 10px;
}
p {
	color: #efede2;
	text-align: justify;
}
}

@media print{
}