@charset "utf-8";


.herobanner {
	background-image: url("images/pagebanner/home.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #a1a1a1;
	background-size: cover;
	height: calc(100vh - 170px);
	width: 100%;
	position: relative;
	overflow: hidden;
}

#HomeBannerVid {
	position: absolute;
	width: 100vw;
	height: calc(100vh - 170px);
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	object-fit: cover;
}

@media only screen and (max-width: 700px) {
	.herobanner {
		height: calc(100vh - 155px);
	}

	#HomeBannerVid {
		height: calc(100vh - 155px);
	}
}


@media only screen and (max-height: 370px) {
	.herobanner {
		height: 400px;
	}
	
	#HomeBannerVid {
		position: absolute;
		width: 100vw;
		height: calc(100vh - 170px);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
}



.pageBannerTitle {
	width: 75%;
	max-width: 337px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aboutPageBannerTitle {
	width: 80%;
	max-width: 750px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	background-image: url("images/title/about.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 800px) {
	.aboutPageBannerTitle {
		max-width: 400px;
		background-image: url("images/title/about_mob.png");
	}
}

.artistNameOnBanner {
	font-family: 'DIN-CondBold', Sans-serif;
	text-transform: uppercase;
	color: white;
	letter-spacing: 5px;
	font-size: 50px;
	position: absolute;
	bottom: 40px;
	left: 5%;
	transform: translate(0, 0);
	width: auto;
	line-height: 50px;
}

@media only screen and (max-width: 700px) {
	.artistNameOnBanner {
		left: 50%;
		bottom: 60px;
		width: 100%;
		transform: translate(-50%, 0);
	}
}

.pageBanner {
	background-color: #a1a1a1;
	background-image: url("images/pagebanner/home.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 40vh;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 500px) {
	.pageBanner {
		height: 30vh;
	}
}

.artistsBanner {
	background-image: url("images/pagebanner/artists.jpg");
}

.aboutBanner {
	background-image: url("images/pagebanner/about.jpg");
}

.eventsBanner {
	background-image: url("images/pagebanner/events.jpg");
}

.blogBanner {
	background-image: url("images/pagebanner/blog.jpg");
}

.alessandroTerzoBanner {
	background-image: url("images/artist/alessandroterzo/banner.jpg");
	background-position: 50% 20%;
}

.briantonnaBanner {
	background-image: url("images/artist/briantonna/banner.jpg");
}

.danielRavenBanner {
	background-image: url("images/artist/danielraven/banner.jpg");
}

.davidCauchiBanner {
	background-image: url("images/artist/davidcauchi/banner.jpg");
	background-position: 50% 20%;
}

.denicijaBanner {
	background-image: url("images/artist/denicija/banner.jpg");
}

.dreamPuddleBanner {
	background-image: url("images/artist/dreampuddle/banner.jpg");
	background-position: 50% 20%;
}

.jessicaMagroBanner {
	background-image: url("images/artist/jessicamagro/banner.jpg");
	background-position: 50% 20%;
}

.maltesemotionBanner {
	background-image: url("images/artist/maltesemotion/banner.jpg");
}

.terramaxkaBanner {
	background-image: url("images/artist/terramaxka/banner.jpg");
}