html {
	font-size: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	background-color: #000;
}

a {
	color:#02BB8C;
	cursor: pointer !important;
}

.hero {
	position: relative;
	width: 100%;
	height: 760px;
	background: url("../images/band-photo.jpg") 0% 17% / cover no-repeat fixed #000;
}

.hero .arrow {
	display: block;
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 36px;
	background-image: url("../images/sprite.png");
	background-position: 0 -385px;
}

ul#social-media {
	width: 345px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}

ul#social-media li {
	float: left;
	margin: 10px;
}

ul#social-media li a {
	display: block;
	width: 49px;
	height: 49px;
	background-image: url("../images/sprite.png");
}

a.spotify {
	background-position: 0 0;
}

a.spotify:hover {
	background-position: -49px 0;
}

a.facebook {
	background-position: 0 -49px;
}

a.facebook:hover {
	background-position: -49px -49px;
}

a.twitter {
	background-position: 0 -97px;
}

a.twitter:hover {
	background-position: -49px -97px;
}

a.instagram {
	background-position: 0 -146px;
}

a.instagram:hover {
	background-position: -49px -146px;
}

a.youtube {
	background-position: 0 -195px;
}

a.youtube:hover {
	background-position: -49px -195px;
}

.logo {
	position: absolute;
	top: 297px;
	left: 50%;
	margin-left: -450px;
	z-index: 2;
}

.downloads {
	position: relative;
	background-color: #2a2a2a;
	z-index: 3;
	padding: 80px 0;
}

.downloads ul {
	overflow: auto;
	width: 100%;
}

.downloads ul li {
	float: left;
	width: 24.75%;
	border-left: #ccc 1px solid;
}

.downloads ul li:first-of-type {
	border: none;
}

.downloads ul li a {
	display: block;
	margin: 50px;
}

.downloads ul li a img {
	display: block;
	margin: 0 auto;
}

#collection-component-1618256686306 {
	position: relative;
	padding-top: 20px;
	background: #000;
	z-index: 3;
}

.videos {
	position: relative;
	background-color: #3f3f3f;
	z-index: 3;
	padding: 80px 0;
	overflow: auto;
}

.videos > div {
	width: 50%;
	float: left;
}

.videos > div iframe {
	display: block;
	margin: 0 auto;
}

.videos > div p {
	margin-top: 16px;
	text-align: center;;
}

footer {
	margin: 50px 80px;
}

footer p {
	margin-bottom: 30px;
	font-size: 14px;
}

footer p:nth-of-type(1) {
	float:left;
}

footer p:nth-of-type(2) {
	float:right;
}

@media only screen 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	#social-media {
		-ms-transform: scale(1.5, 1.5); /* IE 9 */
		-webkit-transform: scale(1.5, 1.5); /* Safari */
		transform: scale(1.5, 1.5);
	}

	.logo {
  		width: 850px;
    	margin-left: -425px;
  	}

  	.hero {
	    background: url(../images/band-photo.jpg) 43% 25% / cover no-repeat fixed #000;
  	}

  	.videos > div {
	    width: 100%;
        margin-bottom: 40px;
	}

}

@media only screen 
  and (max-device-width: 740px) 
  and (-webkit-min-device-pixel-ratio: 2) {

	#social-media {
		-ms-transform: scale(2, 2); /* IE 9 */
		-webkit-transform: scale(2, 2); /* Safari */
		transform: scale(2, 2);
	}

	.hero {
	    background: url(../images/band-photo-m.jpg) 43% 25% / 120% auto no-repeat fixed #000;
  	}

  	.videos > div {
	    width: 100%;
        margin-bottom: 40px;
	}

	.videos > div iframe {
		width: 90%;
		height: 465px;
	}

	footer p {
		float: none;
		width: 100%;
		font-size: 20px;
	}

}
