main.page_services {
	background:url('../images/bg-blurred.jpg') no-repeat top;
	background-size: 100%;
	background-color: #171717;
	border: 1px solid #393939;
}

section {
	width: 73.4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	overflow: visible;
}

section.vocal-recording-correction {
	margin-top: 4.6rem;
}

section div.icon {
	display: inline-block;
	vertical-align: top;
	width: 18.4rem;
	background-repeat: no-repeat;
}

section div.text {
	display: inline-block;
	width: 54rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

section div.text h1 {
	text-transform: uppercase;
	display: block;
	font-size: 2.7rem;
	margin-bottom: 1.2rem;
	line-height: 3rem;
}

section.drum-programming-editing-mixing div.text h1,
section.coaching div.text h1 
{
	opacity: 0.3;
}



section.vocal-recording-correction div.icon {
	background-image: url(../images/services-icon-vocals.png);
	background-size: 13.6rem;
	background-position: center 0.1rem;
	height: 14.1rem;
	opacity: 0.3;
}

section.drum-programming-editing-mixing div.icon {
	background-image: url(../images/services-icon-drum-programming.png);
	background-size: 12.6rem;
	background-position: center center;
	height: 10.7rem;
	opacity: 0.2;
}

section.coaching div.icon {
	background-image: url(../images/services-icon-coaching.png);
	background-size: 8.8rem;
	background-position: center center;
	height: 9.9rem;
	opacity: 0.2;
}


div.bg-section {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202020+0,101010+100 */
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(top,  #202020 0%, #101010 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #202020 0%,#101010 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #202020 0%,#101010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	/*overflow: hidden;*/
	border: 1px solid #393939;
}



section.vocal-recording-correction div.space {
	clear: both;
	height: 4.4rem;
}
section.coaching div.space {
	clear: both;
	height: 5.4rem;
}








@media only screen and (max-width: 1350px) {

	section {
		width: 90%;
		margin-top: 5rem;
	}

	section.vocal-recording-correction {
		margin-top: 1rem;
	}
	
	div.bg-section {
		border-left: none;
		border-right: none;
	}

	section div.icon {
		width: 100%;
		display: block;
		background-size: cover;
		background-position: center top;
		margin-bottom: 2rem;
	}

	section div.text h1 {
		display: block;
		text-align: center;
		margin-bottom: 1.6rem;
		line-height: 2.6rem;
		font-size: 2.2rem;
	}

	section div.text {
		display: block;
		width: 100%;
		font-size: 1.0rem;
		line-height: 1.5rem;
	}
	
}
	



@media only screen and (max-width: 500px) {
	
	main.page_services {
		border: none;
	}

	section div.text h1 {
		text-align: left;
		margin-bottom: 0.7rem;
		font-size: 2.0rem;
	}
	
	section div.text {
		display: block;
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	
}
	

