@font-face {
	font-family: Gotham-Rounded-Medium;
	src: url(../font/Gotham-Rounded-Medium.ttf);
}

body {
	background: #000;
}

div#wrapper {
}

ul.banner {
	padding: 0;
	margin: 0;
}

ul.banner > li {
	position: relative;
	list-style-type: none;
	max-width: 1500px;
	height: 743px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}

ul.banner > li#contact {
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

ul.banner > li#HeroImage1500 {
	background-image: url("../img/HeroImage1500.jpg");
}

ul.banner > li#blog {
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

ul.banner > li > a {
	text-decoration: none;
	padding: 8px;
	font-family: Gotham-Rounded-Medium;
	font-size: 0.5em;
}

ul.banner > li#blog > a {
	color: #818181;
}

ul.banner > li#contact > a {
	color: #818181;
}

ul.banner > li > a.buttonLP {
	position: absolute;
	left: 50%;
	bottom: 400px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	border: solid #fff 1px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

ul.banner > li > a.buttoniTunes {
	position: absolute;
	left: 50%;
	bottom: 350px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	border: solid #fff 1px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

ul.banner > li > a.buttonBandcamp {
	position: absolute;
	left: 50%;
	bottom: 300px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	border: solid #fff 1px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}