@charset "UTF-8";
/* CSS Document */

.heading-h2 {
	text-align: center;
}

.overview {
	max-width: 1000px;
	margin: 40px auto;
	text-align: center;
}

/* BG Color */
[data-id="d1784516-1"] {
	max-width: 100%;
	padding: 80px 0;
	color: #FFF;
	background: #000;
}

[data-id="d1784516-1"] > .row {
	max-width: 1200px;
	margin: 0 auto;
}

[data-id="d1784516-1"] .container-fluid {
  padding: 0;
}

/* Artist */
.custom-image-left .clearfix {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.custom-image-left .media-box {
	width: 100%;
}

@media screen and (min-width:768px) {
.custom-image-left .media-box {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}
.custom-image-left .text-box {
	width: 50%;
	padding: 20px;
}
}

@media screen and (max-width:767px) {
[data-id="d1784516-1"] {
	padding: 0;
}
}

.artist-profile {
	margin-bottom: 60px;
}

.artist-profile a {
	color: #FFF;
}

/* Button */
.cont-btn {
	margin-bottom: 60px;
}

.cont-btn a {
	padding: 10px 30px;
	color: #fff;
	font-size: 2rem;
	border: 1px solid #fff;
}

/* Wave */
.cont-wave .container-fluid {
	max-width: 100vw;
	margin-bottom: 40px;
	padding: 0;
}