@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	height: 100%;
	margin: 0;
}

#page {
	display: block;
	position: relative;
	height: 2502px;
	max-height: 2502px;
	width: 100%;
	margin: 0 auto	;
	padding: 0;
	width: 100%;
	text-align: center;
	
}

div.page-inner {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 0 auto;
}

div.page-inner-1 {
}

div.page-inner-2 {
}

#logo-voz {
	display: block;
	margin: 0 auto 0 auto;
    width: 67%;
	z-index: 1;
	background-image:url(voz_logo_website.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .95;	
}

img#logo {
	width: 100%;
}

#title {
	margin: -20% auto 0 auto;
    width: 67%;
	z-index: 1;
	background-image:url(voz_logo_website.png);
	background-repeat: no-repeat;
	background-size: contain;	
	opacity: .5;
	transition: 0.5s ease-in-out;	
}



a {
	text-decoration: none;
}

#icons {
	height: 150px;
	margin: 7vw auto 0 auto;
	opacity: .7;
	max-width: 50%;
}

.icon {
	max-height: 100px;
	margin-top: 20px;
	width:22% !important;
	padding: 10px 20px;
	fill: #ffffff;
}

#facebook path {
	transition: 0.5s ease-in-out;	
}

#facebook:hover path {
	fill: #ACE63C;
}

#bandcamp path {
	transition: 0.5s ease-in-out;	
}

#bandcamp polygon {
	transition: 0.5s ease-in-out;	
}

#bandcamp:hover path {
	fill: #3CACE6;
}

#bandcamp:hover polygon {
	fill: #3CACE6;
}

#instagram path {
	transition: 0.5s ease-in-out;	
}

#instagram:hover path {
	fill: #E63CAC;
}

#background {
	display: inline-block;
	height: 100%;
	width: 100%;	
	top: -28px;
	left: 0;
	right: 0;
	max-width: 900px;
	max-height: 2502px;
	position: absolute;
	margin: 0 auto;
	z-index: -1;
	background-image:url(voz_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

#background img {
	position: relative;
}

#bg1 {
	opacity: 0.1;
}

#bg2 {
	margin-top: -50px;	
	opacity: 0.5;
}

#bg3 {
	margin-top: -300px;
	opacity: 0.5;
}

#footer {
	width: 10%;
	max-width: 500px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin: 0 auto;
}