body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;
}

header{
	margin-top: 400px;
}

footer .content {
	margin: 20px auto;
	font-size: 14px;
}

footer a {
	color: white;
}

h1, h2, h3, h4, h5 {
	font-weight: 200;
}

.content {
	max-width: 1400px;
	margin: 60px auto;
	padding: 0 40px;
	box-sizing: border-box;
	background-color: none;
	overflow: hidden;
}

a {
	color: black;
	text-decoration: none;
}

.heading {
	font-size: 24px;
	margin-bottom: 12px;
	width: 100%;
}

.gradient-cover {
	background: linear-gradient(to right, rgba(1,1,1,1), rgba(0,0,0,0.3));
	width: 100%;
	height: 100%;
	float: left;
}

.split {
	padding: 10px;
	float: left;
	box-sizing: border-box;
}

.three-four-piece {
	width: 75%;
}

.four-piece {
	width: 25%;
	padding-right: 20px;
}

.three-piece {
	width: 33%;
}

.split .right-fill {
	overflow: hidden;
	padding-left: 16px;
}

.split span, .split img {
	float: left;
}

#section-1-text-container {
	max-width: 800px;
	float: left;
	margin-bottom: 40px;
}

#section-1-wrap {
	background: url(../images/piano-keys.jpg) no-repeat center center; 
    background-size: cover;
}

#about-container {
	padding-left: 34px;
	overflow: hidden;
}

.stretch {
	width: 100%;
	overflow: hidden;
}

.dark {
	background-color: black;
	color: white;
}

#logo {
	float:left;
}

.contact-details {
	float:right;
	clear:right;
	margin-top: 10px;
}

.divider {
	background-color: black;
	height: 2px;
}

@media only screen and (max-width: 680px) {
	
	#about-container {
		float: left;
		padding-left: 0px;
		padding-top: 40px;
	}
	
	.content {
		margin: 30px auto;
		padding: 0 30px;
	}
	
	#logo {
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.icon {
		float: left;
		clear: both;
		max-height: 40px;	
	}
}

@media only screen and (max-width: 900px) {
	.three-piece {
		width: 100%;
	}
	
	.split {
		width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 780px) {
	.contact-details {
		float: left;
		width: 100%;
	}
	
	.divider {
		margin: 0 40px !important;
	}
}