@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    /* This declaration targets everything else */
    font-family: 'SocialicoRegular';
    src: url(//:) format('no404'), url('fonts/socialico-webfont.woff') format('woff'), url('fonts/socialico-webfont.ttf') format('truetype'), url('fonts/socialico-webfont.svgz#SocialicoRegular') format('svg'), url('fonts/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, .intro  {
	border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size:25px;
    line-height: 37px;
    font-weight: 300;
    color:#2A2D33;
}

h1 {
	font-size:35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #CB3837;
}

h2, h3 {
	font-size:30px;
	font-weight: 600;
	text-align: center;
}

h3 {
	font-size:25px;
}

strong {
	font-weight: 600;
}

.part-left{
	width:50%;
	height: 100%;
	float:left;
	position: fixed;
	/*background:url(fawell-piano.jpg) no-repeat center center;*/
	background-color: #000;
	background-size: cover;
}

.intro {
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.intro img { 
	max-width: 90%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.part-right{
	width:50%;
	float:right;
}

.bio {
	background-color: #fffff;
}

.album {
	background:url(never-be-the-same.jpg) fixed no-repeat top center;
	background-size: cover;
}

.part .content {
	margin: 0 auto;
	padding:3% 0;
	width: 90%;
}

.hr {
	width:55%;
	border-bottom:1px solid #CB3837;
	margin:0 auto;
}

.album {
	color:#fff;
	text-align: center;
}

.album iframe {
	max-width: 100%;
}

.album .hr {
	border-color: #fff;
}

.album p {
	line-height: 58px;
	margin-bottom: 48px;
}

.album a{
	color: #fff;
	padding:0px 17px;
	display: inline-block;
	background-color: #cb3837;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	transition: all 0.3s ease;
	border:3px solid transparent;
}

.album a:hover{
	background: none transparent;
	color: #fff;
}

.album a.bandcamp {
	background: #629AA9;
	border-color: #426972;
}

.album a.bandcamp:hover {
	background: #588C99;
}

.album .soundcloud {
	background:#f70;
	border-color: #BF0000;
}
.album .soundcloud:hover {
 	background: #f30;
}

.contact {
	background-color: #011629;
	color:#ddd;
}

.disco-other {
	margin-top: 50px;
}

.disco-other .content {
	overflow: hidden;
}

.disco-other .hr {
	margin-bottom: 20px;
}

.col-3 {
	float:left;
	width:30.66666666%;
	margin:0 2%;
}
.col-3.item-1 { margin-left: 0; }
.col-3.item-3 { margin-right: 0; }

@media only screen and (max-width: 991px) {
	.part-left { 
		width: 100%; 
		height: 250px;
		position: relative;
	}

	.intro img {
		max-height: 90%; 
	}

	.part-right { 
		width: 100%; 
	}

	.col-3.item-1,
	.col-3.item-2 {
		float: left;
		width: 46%;
		margin: 0 2%;
	}
	.col-3.item-1 { margin-left: 0; }
	.col-3.item-2 { margin-right: 0; }

	.col-3.item-3:before {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.col-3.item-3 { 
		clear: both;
		float: none;
		width: 50%;
		margin: 0 auto;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.album,
	.contact,
	.credit {
		border-left: 1px solid #fff;
	}
}

@media only screen and (max-width: 620px) {
	.col-3,	.col-3.item-1, .col-3.item-2, .col-3.item-3 { 
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 20px 0;
	}
}

#footer_social_buttons span {
	margin-bottom: 20px;
	display: inline-block;
}
#footer_social_buttons {
    font-size: 1em;
    margin-bottom: 1%;
    padding-top: 0.8%;
    text-align: center;
	margin-top:3%;
}
#footer_social_buttons a {
    color: #ffffff;
    display: inline;
    font-family: 'socialicoregular';
    font-size: 3.6em;
    opacity: 1;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}
#footer_social_buttons #soundcloud a:hover {
    color: #FE4600;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}

#footer_social_buttons #google a:hover {
    color: #D95232;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}
#footer_social_buttons #facebook a:hover {
    color: #3C5A98;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}
#footer_social_buttons #twitter a:hover {
    color: #00ACED;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}
#footer_social_buttons #email a:hover {
    color: #CA1818;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}
#footer_social_buttons #tumblr a:hover {
    color: #3D5A70;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}
#footer_social_buttons t:hover {
    color: #404040;
    opacity: 1;
    transition: color 0.4s ease-in-out 0s;
}

.credit {
	background-color: #000000;
	padding:10px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

/**************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/**************************************/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}