#pre-bootstrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  background-image: url(./imgs/Drone-shot-at-sunrise.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#pre-bootstrap #overlay-container {
    background-color: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .splash-logo {
    width: 300px;
    height: auto;
  }

  .splash-logo img {
    width: 100%;
    height: 100%;
  }

  #pre-bootstrap div.messaging {
    background-color: #ffffff99;
    color: #FFFFFF;
    font-family: monospace;
    left: 0;
    margin-top: -107px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #pre-bootstrap h1 {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 20px 0;
  }

  #pre-bootstrap p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 0 0;
  }


.prebootShow {
  opacity: 1 !important;
}

.prebootStep {
  opacity: 0;
  transition: .5s ease-in-out all;
}


/*loader*/
/* Absolute Center Spinner */


.cs-loader {
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  margin-top: -1rem;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

  .cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
    color: black;
  }

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    transform: translateX(0px);
  }

  66% {
    opacity: 1;
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
