@font-face
{
	font-family: "Veteran typewriter";
	src: url("../fonts/veteran typewriter.ttf");
}

* {
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #121111;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

div#header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
	background-image: url(../assets/header-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #F4A03E;
}

div#headername
{
	position: absolute;
	top: 65px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}

div#headericon
{
	position: absolute;
	top: 65px;
	left: 50%;
	width: 200px;
	margin-left: 350px;
}

div#social
{
	width: 580px;
	height: 30px;
	float: right;
	margin-top: 30px;
}

#header img
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#social a
{
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

#social img
{
	width: auto;
	height: 30px;
	float: left;
	margin-right: 10px;
}

div#videoposition
{
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

div#video
{
	display: inline-block;
	width: 400px;
	height: 500px;
	overflow: hidden;
}

#video video
{
	width: 100%;
}

div#latestreleases
{
	float: left;
	width: 100%;
	background-color: #F29A35;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

#latestreleases p
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 23px;
}

div.album
{
	display: inline-block;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
div.albumcover
{
	display: inline-block;
	border: 1px solid #F29A35;
	width: 400px;
}
.albumcover a
{
	text-decoration: none;
	color: #fff;
	font-size: 23px;
}
.albumcover img
{
	width: 100%;
	display: block;
	border: 0px;
}
.albumcover span
{
	display: block;
	width: 100%;
	background-color: #F29A35;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#biogtextposition
{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 40px solid #F29A35;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#biogtext
{
	display: inline-block;
	width: 900px;
	text-align: justify;
}

div#mouseimage
{
	float: left;
	width: 200px;
}

#mouseimage img
{
	width: 100%;
	display: block;
}

div#textcontents
{
	float: right;
	width: 550px;
	margin-top: 60px;
}

#textcontents p
{
	font-family: "Veteran typewriter";
	color: #E1FE4A;
	font-size: 23px;
}

#textcontents a
{
	color: #E1FE4A;
	text-decoration: none;
}

div#contactposition
{
	float: left;
	width: 100%;
	background-color: #F29A35;
}

p#contactlink
{
	font-family: "Veteran typewriter";
	font-size: 50px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contactlink a
{
	color: #000;
	text-decoration: none;
}

p#copyright
{
	color: #000;
	font-size: 14px;
	margin-bottom: 30px;
}

/*----------------------------------------
 1748px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1748px)
{
	div.album
	{
		width: 330px;
	}
	div.albumcover
	{
		width: 330px;
	}
}

/*----------------------------------------
 1492px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1492px)
{
	div.album
	{
		width: 300px;
	}
	div.albumcover
	{
		width: 300px;
	}
}

/*----------------------------------------
 1368px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1368px)
{
	div.album
	{
		width: 250px;
	}
	div.albumcover
	{
		width: 250px;
	}
	.albumcover a
	{
		font-size: 20px;
	}
}

/*----------------------------------------
 1146px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1146px)
{
	div.album
	{
		width: 200px;
	}
	div.albumcover
	{
		width: 200px;
	}
	.albumcover a
	{
		font-size: 18px;
	}
}

/*----------------------------------------
 958px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:958px)
{
	div.album
	{
		width: 300px;
	}
	div.albumcover
	{
		width: 300px;
	}
	.albumcover a
	{
		font-size: 18px;
	}
}

/*----------------------------------------
 1146px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1146px)
{
	div#headername
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 500px;
		margin-left: -250px;
	}
	div#headericon
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 176px;
		margin-left: 290px;
	}
}

/*----------------------------------------
 1006px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:1006px)
{
	div#headername
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 400px;
		margin-left: -200px;
	}
	div#headericon
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 140px;
		margin-left: 240px;
	}
}

/*----------------------------------------
 978px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:978px)
{
	div#biogtext
	{
		width: 800px;
	}
	div#mouseimage
	{
		width: 200px;
	}
	div#textcontents
	{
		width: 550px;
		margin-top: 60px;
	}
}

/*----------------------------------------
 878px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:878px)
{
	div#biogtext
	{
		width: 700px;
	}
	div#mouseimage
	{
		width: 200px;
	}
	div#textcontents
	{
		width: 450px;
		margin-top: 60px;
	}
}

/*----------------------------------------
 760px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:760px)
{
	div#biogtext
	{
		width: 600px;
	}
	div#mouseimage
	{
		width: 150px;
	}
	div#textcontents
	{
		width: 400px;
		margin-top: 10px;
	}
}

/*----------------------------------------
 798px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:798px)
{
	div#headername
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 350px;
		margin-left: -175px;
	}
	div#headericon
	{
		position: absolute;
		top: 65px;
		left: 50%;
		width: 122px;
		margin-left: 200px;
	}
	div#social
	{
		margin-top: 10px;
	}
}

/*----------------------------------------
 744px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:744px)
{
	div#video
	{
		display: inline-block;
		width: 300px;
		height: 375px;
		overflow: hidden;
	}
}

/*----------------------------------------
 724px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:724px)
{
	div#headername
	{
		position: absolute;
		top: 40px;
		left: 50%;
		width: 350px;
		margin-left: -175px;
	}
	div#headericon
	{
		position: absolute;
		top: 100px;
		left: 50%;
		width: 122px;
		margin-left: 50px;
	}
}

/*----------------------------------------
 710px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:710px)
{
	div.album
	{
		width: 100%;
		float: left;
		display: block;
	}
	div.albumcover
	{
		display: inline-block;
		border: 1px solid #F29A35;
		width: 400px;
	}
	.albumcover a
	{
		text-decoration: none;
		color: #fff;
		font-size: 23px;
	}
}

/*----------------------------------------
 672px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:672px)
{
	div#biogtext
	{
		width: 500px;
	}
	div#mouseimage
	{
		width: 150px;
	}
	div#textcontents
	{
		width: 320px;
		margin-top: 10px;
	}
}

/*----------------------------------------
 560px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:560px)
{
	div.albumcover
	{
		display: inline-block;
		border: 1px solid #F29A35;
		width: 350px;
	}
	.albumcover a
	{
		text-decoration: none;
		color: #fff;
		font-size: 20px;
	}
}

/*----------------------------------------
 546px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:546px)
{
	div#biogtext
	{
		width: 400px;
		text-align: center;
	}
	div#mouseimage
	{
		width: 100%;
		text-align: center;
	}
	#mouseimage img
	{
		width: 200px;
		display: inline-block;
	}
	div#textcontents
	{
		float: none;
		display: inline-block;
		width: 320px;
		margin-top: 30px;
		text-align: justify;
	}
	#social img
	{
		height: 25px;
	}
}

/*----------------------------------------
 500px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:500px)
{
	div.albumcover
	{
		display: inline-block;
		border: 1px solid #F29A35;
		width: 300px;
	}
	.albumcover a
	{
		text-decoration: none;
		color: #fff;
		font-size: 20px;
	}
}

/*----------------------------------------
 744px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:744px)
{
	#social span
	{
		display: none;
	}
}

/*----------------------------------------
 432px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:432px)
{
	div#video
	{
		display: inline-block;
		width: 250px;
		height: 313px;
		overflow: hidden;
	}
}

/*----------------------------------------
 428px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:428px)
{
	div#headername
	{
		position: absolute;
		top: 40px;
		left: 50%;
		width: 300px;
		margin-left: -150px;
	}
	div#headericon
	{
		position: absolute;
		top: 100px;
		left: 50%;
		width: 122px;
		margin-left: 30px;
	}
}

/*----------------------------------------
 426px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:426px)
{
	div.albumcover
	{
		display: inline-block;
		border: 1px solid #F29A35;
		width: 230px;
	}
	.albumcover a
	{
		text-decoration: none;
		color: #fff;
		font-size: 17px;
	}
}

/*----------------------------------------
 420px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:420px)
{
	div#biogtext
	{
		width: 100%;
		text-align: center;
	}
	div#mouseimage
	{
		width: 100%;
		text-align: center;
	}
	#mouseimage img
	{
		width: 200px;
		display: inline-block;
	}
	div#textcontents
	{
		float: none;
		display: inline-block;
		width: 90%;
		margin-top: 30px;
		text-align: justify;
	}
}

/*----------------------------------------
 380px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:380px)
{
	#mouseimage img
	{
		width: 150px;
	}
	#textcontents p
	{
		font-size: 20px;
	}
}

/*----------------------------------------
 364px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:364px)
{
	div#video
	{
		display: inline-block;
		width: 200px;
		height: 250px;
		overflow: hidden;
	}
}

/*----------------------------------------
 358px breakpoint (small laptop)
----------------------------------------*/
@media screen and (max-width:358px)
{
	div#headername
	{
		position: absolute;
		top: 40px;
		left: 50%;
		width: 250px;
		margin-left: -125px;
	}
	div#headericon
	{
		position: absolute;
		top: 100px;
		left: 50%;
		width: 110px;
		margin-left: 30px;
	}
}
