/*
Copyright 25-Aug-2020 - Little Fire Digital Ltd
-----------------------------------------------------------------------
Reuse and modification by permission only
*/
/* 
	Created on : 25-Aug-2020, 10:01:23
	Author     : simon
	Compyright     : Little Fire Digital Ltd  25-Aug-2020
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;	
}

.content {
	width: 60%;
	max-width: 1000px;
	min-width: 300px;
	top: 0;
	display: table;
	height: 100%;	
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
}

a, a:visited {
	color: #000;
}

a:hover {
	color: #d6001c;
}

.content > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

body > * {		
	position: absolute;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
}

img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 1;
	padding: 1em;
	color: #999;
	font-size: .8rem;
	box-sizing: border-box;
}

.bands {
	pointer-events: none;
	z-index: 10;
}


.bands > div {
	background-color: #d6001c;
	height: 10vh;
	position: absolute;
	left: 0;
	width: 100%;
}

.bands > div:first-child {
	top: 0;
	transition: opacity 1.5s 2s ease, margin-top 1.5s 2s ease, transform 1.5s 2s ease;
}
.bands > div:nth-child(2) {
	top: 10vh;
	transition: opacity 1.5s 2s ease, margin-top 1.5s 1.5s ease, transform 1.5s 1.5s ease;
}
.bands > div:nth-child(3) {
	top: 20vh;
	transition: opacity 1.9s 1s ease, margin-top 1.9s 1s ease, transform 1.9s 1s  ease;
}
.bands > div:nth-child(4) {
	top: 30vh;
	transition: opacity 1.5s 1s ease, margin-top 1.5s 1s ease, transform 1.5s 1s ease;
}
.bands > div:nth-child(5) {
	top: 40vh;
	transition: opacity 1.5s 1s ease, margin-top 1.5s 1s ease, transform 1.5s 1s ease;
}
.bands > div:nth-child(6) {
	top: 50vh;
	transition: opacity .5s 2s ease, margin-top .5s 2s ease, transform .5s 2s ease;
}
.bands > div:nth-child(7) {
	top: 60vh;
	transition: opacity 1s 2s ease, margin-top 1s 2s ease, transform 1s 2s ease;
}
.bands > div:nth-child(8) {
	top: 70vh;
	transition: opacity 1.5s 2s ease, margin-top 1.8s 2s ease, transform 1.8s 2s ease;
}
.bands > div:nth-child(9) {
	top: 80vh;
	transition: opacity 2s 1.5s ease, margin-top 2s 1.5s ease, transform 1.5s 2s ease;
}
.bands > div:nth-child(10) {
	top: 90vh;
	transition: opacity 1.5s 2s ease, margin-top 1.5s 2s ease, transform 1.5s 2s ease;
}

.loaded .bands > div {
	opacity: 0;
}

.loaded .bands > div:first-child {
	margin-top: 40px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(2) {
	margin-top: -20px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(3) {
	margin-top: -120px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(4) {
	margin-top: 10px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(5) {
	
	margin-top: 10px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(6) {
	margin-top: 30px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(7) {
	margin-top: -70px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(8) {
	margin-top: 40px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(9) {
	margin-top: -70px;
	transform: scaleY( .1 );
}
.loaded .bands > div:nth-child(10) {
	margin-top: -200px;
	transform: scaleY( .1 );
}