*{
	box-sizing: border-box;
}
body, html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
html{
	
}
.clear{
	clear: both;
}
#container{
	width:100vw;
	height:100%;
	position: relative;
}
.containerBackground{
	position: fixed;
	width:100vw;
	height:100vh;
	background-image:url('images/background.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: black;
	background-position: center center;
}
.header{

}
.infoBox{
	width:40%;
	padding: 30px 5% 10px 5%;
	float: left;
	position: absolute;
	bottom:80px;
}
.socialBox{
	position: absolute;
	bottom:40px;
	left: 5%;
}
.social{
	float: left;
	margin-right:10px;
	display: inline-block;
	width:35px;
	height:35px;
}
.social img{
	width:100%;
	height:100%;
}
.logo{
	font-family: 'Comfortaa', cursive;
	font-size:2.5em;
	color: white;
	font-weight: 300;
	-webkit-font-smoothing:antialiased;
}
.mediaBox{
	width:40%;
	height: auto;
	padding: 0 40px 40px 0;
	position: absolute;
	top:40px;
	right:0;
	overflow: hidden;
}
.albumHolder{
	font-family: 'Comfortaa', cursive;
	width: 40%;
	height:auto;
	float: right;
	text-align: center;
}
.albumHolder a{
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-top:10px;
}
.albumHolder.MJXO{
	margin-right:40px;
}
.albumlink{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.albumlink h2{
	font-size: 18px;
	font-weight: 100;
}
.albumlink img{
	width: 100%;
	height:auto;
}
.jonVid{
	width:100%;
	height:30%;
	margin-top:40px;
}
.soundCloudPlayer{
	width:100%;
	margin-top:20px;
}

@media only screen and (max-width:600px){
	body{
		height:100%;
	}
	#container{
	}
	.mediaBox{
		width:90%;
		margin: 30px 5%;
		float: none;
		height:auto;
		padding:0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.jonVid{
		height:250px;
		
	}
	.socialBox{
		position: relative;
		display: inline-block;
		margin: 0 auto 20px auto;
		bottom: auto;
		clear:both;
	}
	.jonVid{
		float: none;
		position: relative;
	}
	.infoBox{
		top:10px;
		float: none;
		width:90%;
		position: relative;
	}
	.albumHolder a{
		font-size: 18px;
	}
}