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

.content {
	width: 60%;
	max-width: 800px;
	min-width: 300px;
	top: 0;
	display: table;
	height: 100%;	
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	line-height: 140%;
	color: #f9b104;
}


p {
	font-size: 120%;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #f9b104;
	text-decoration: underline;
}

span {
	white-space: nowrap;
	display: inline-block;
	margin: 0 1em;
}

.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;
	margin-bottom: 3vw;
}

.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: #123349;
	height: 10vh;
	position: absolute;
	left: 0;
	width: 100%;
}

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