@import url( "icon-font/vector-id-au.css" );
@import url( "vendor/animate.min.css" );
@import url( "vendor/materialize.min.css" );

html,
body
{
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

body
{
  background-size: contain;
  background-color: #202020;
}

.app
{
  width: 100vw;
  height: 100vh;
}

.cover-image
{
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  object-fit: cover;
  animation-duration: 2s;
}

.cover-shroud
{
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #202020;
  opacity: 0.8;
}

.main-content
{
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
}

.footer
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  color: #9f9f9f;
  padding: 1ex 1em;
  font-size: 0.7em;
}

.logo,
.buttons,
.caption
{
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.buttons :link,
.buttons :visited
{
  margin-right: 1em;
}

.buttons :link:last-child,
.buttons :visited:last-child
{
  margin-right: 0;
}

.caption
{
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  color: #7f7f7f;
  margin-top: 1ex;
  text-align: center;
}

.caption-text
{
  position: absolute;
  left: 50%;
  transform: translate( -50%, 0 );
  animation-duration: 0.2s;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.7s;
}

.delay-4 {
  animation-delay: 0.9s;
}
