@import 'event-section.css';
@import 'photo-group.css';
@import 'who-goes-block.css';
@import 'what-is-empire.css';

.main {
	padding-bottom: 0;
}

.banner__image {
	position: relative;
	height: calc(80vh - 64px);
	min-height: 156px;
}

.homepage__image {
	position: absolute;
	background-size: 100%;
	height: 100%;
	width: 100%;
	top: 0;
	background-position: 50% 50%;
}

.image__1 {
	background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-375.jpg");
	animation: fade1 5s infinite;
}

@keyframes fade1 {
	0% {opacity: 1; }
	10% {opacity: 1; }
	20% {opacity: 1; }
	30% {opacity: 1; }
	40% {opacity: 1; }
	50% {opacity: 1; }
	55% {opacity: 0; }
	100% {opacity: 0; }
}

@keyframes fade2 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	55% {opacity: 1;}
	100% {opacity: 1;}
}

.image__2 {
	background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-2-375.png");
	animation: fade2 5s infinite;
	background-position: 50% 50%;
}

.homepage__banner__fade {
	position: absolute;
	height: 50%;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 81%);
}

.homepage__banner__content {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	top: 0;
	overflow: hidden;
}

.homepage__banner_centrebox {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	max-height: 204px;
}

.homepage__banner__welcome {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
	text-align: center;
	color: var(--white);
	white-space: nowrap;
}

.homepage__banner_spacer {
	height: 32px;
	flex-shrink: 1;
}

.spacer--1 {
	height: 64px;
}

.homepage__question {
	width: auto;
}

@media only screen and (min-width: 768px) {
	.banner__image {
		height: calc(80vh - 68px);
  	}
		
	.image__1 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-768.jpg");
	}

	.image__2 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-2-768.png");
	}
}

@media only screen and (min-width: 1024px) {
	.banner__image {
		height: calc(90vh - 76px);
  	}
  	
	.image__1 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-1024.jpg");
	}

	.image__2 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-2-1024.png");
	}
}

@media only screen and (min-width: 1366px) {
	.image__1 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-1366+.jpg");
	}

	.image__2 {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/homepage/hero-homepage-2-1366+.png");
	}
}

.event__section {
	margin-top: 48px;
}

.ticket__deadlines {
	margin-top: 49px;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 768px) {	
	.ticket__deadlines {
		margin-top: 33px;
		margin-bottom: 59px;
  	}
}

@media only screen and (min-width: 1024px) {	
	.ticket__deadlines {
		margin-top: 32px;
		margin-bottom: 64px;
  	}
}

.info__image {
	width: 100%;
}

.info__text {
	margin-bottom: 16px;
}

.info__header {
	margin-bottom: 8px;
}

.info__link {
	display: block;
	margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {	
	.info__text {
		margin-bottom: 40px;
	}
	
	.info__link {
		margin-bottom: 48px;
	}
}