#carousel {
	width: 100vw;
	height: 100vh;
}

#firstSlide {
	background: url('../images/record_studio_6720x3780_overlay.jpg');
	background-repeat:  no-repeat;
	background-position:  center;
	background-size: cover;
	position: relative;
	width: 100vw;
	height: 100vh;
}

#home_logo {
	width: 100%;
	max-width: 800px;
	height: auto;
	position:  absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}

#home_contact {
	min-width: 200px;
	position:  absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	transition: ease-out .3s;
	font-family: Georgia,Times,Times New Roman,serif; ;
}

#home_contact:hover {
	color: black;
	background-color: #51CAFF;
}


#secondSlide {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: url('../images/slide2_background.jpg');
	background-repeat:  no-repeat;
	background-position: center;
	background-size: cover;
}

#secondSlide h5 {
	color: #C0C0C0 !important;
}

#secondSlide > img {
	width: 25%;
	max-width: 500px;
	height: auto;
	position:  absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	box-shadow: -3px -3px  #9B9B9B;
	z-index: 3;
}


#albumName {
	width: 50%;
	font-size: 4vw;
	color: white;
	position: absolute;
	top: 45%;
	left: 75%;
	transform: translate(-50%, -55%);
	margin: 0 auto;
}


#centerDivider {
	border: 1px solid white;
	width: 100vw;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: 0;
}

#bandName {
	width: 50%;
	font-size: 2vw;
	color: white;
	position: absolute;
	top: 75%;
	left: 85%;
	transform: translate(-25%, -15%);
	margin: 0 auto;
	margin-top: 15px;
}

@media all and (max-width: 768px) {
	#bandName {
		/*
		font-size: 2.5vw !important;
		bottom: 49%;
		right: 25%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		*/
		display: none;
	}
	#secondSlide h5 {
		font-size: 2.5vw !important;

	}

	#albumName {
		/*
		top: 49%;
		left: 75%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		*/
		display: none;
	}

	#secondSlide > img {
		width: 95vw;
		height: auto;
		position:  absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		margin: 0 auto;
		box-shadow: -3px -3px  #9B9B9B;
		z-index: 3;
	}
}




