#header {
  background: linear-gradient(0deg, #000000, #08449e);
  background-size: 400% 400%;
  -webkit-animation: settingAnimation 20s ease infinite;
  -moz-animation: settingAnimation 20s ease infinite;
  animation: settingAnimation 20s ease infinite;
  position: relative;
  min-height: 100vh;
}
.tsparticles canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#features {
  background: #536976;
  background: -webkit-linear-gradient(to left, #292E49, #536976);
  background: linear-gradient(to left, #292E49, #536976);
}
#coverflow .flip-item {
  width: 360px;
}
.card {
  border: 0;
  border-radius: 0;
}
.card-img,.card-img-top {
  border-radius: 0;
}
.desc-shown .flip-desc {
  display: block;
}
footer {
  padding: 1rem 0;
  background: #333333;
  position: relative;
}
#mainnavbar.navbar-shrink {
  background-color: #1e2f40;
}
.navbar-bg {
  background-color: #1e2f40;
}
#navcol .nav-link {
  text-transform: uppercase!important;
}
.img-qr-code {
  width: 160px;
}
.flip-item-title {
  max-width: 100vw;
  color: #fff;
  text-transform: uppercase;
}
.flip-container {
  padding: 0 .5rem;
  text-align: center;
}
#join-launch {
  background-color: transparent!important;
}
#join-launch .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#join-launch ::placeholder {
  color: #fff;
}
#join-launch ::-ms-input-placeholder {
  color: #fff;
}
#join-launch input[type=radio] {
  transform: scale(1.5);
}
#join-launch button[type=submit]{
  text-transform: uppercase;
  border: 2px solid #ced4da;
  border-radius: 0;
}
#join-launch .form-check-label {
  color: #fff;
  margin-left: .5rem;
}
#join-launch select option {
  color: #000000;
}
.flip-desc{
  color: #fff;
  position: absolute;
  top: 40%;
  width: 50%;
  left: 26%;
  display: none;
}
.desc-shown {
  position: relative;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #coverflow .flip-item {
    width: 380px;
  }
  .flip-desc{
    color: #fff;
    position: absolute;
    top: 40%;
    width: 48%;
    left: 27%;
    right: 16%;
    display: none;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #coverflow .flip-item {
    width: 380px;
  }
  .flip-desc{
    top: 40%;
    width: 48%;
    left: 27%;
    color: #fff;
    position: absolute;
    display: none;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width:992px) {
  .flip-container {
    width: unset;
    padding: 0 0;
  }
  #coverflow .flip-item {
    width: 480px;
  }
  #mainnavbar .navbar-brand img {
    height: 4rem;
  }
  #mainnavbar .navbar-nav > li.nav-item > a.nav-link, #mainnavbar .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1.35rem;
  }
  #mainnavbar.navbar-shrink .navbar-brand img {
    height: 3rem;
  }
  #mainnavbar.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainnavbar.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: medium;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/@media (min-width: 1200px) {

}
@-webkit-keyframes settingAnimation {
  0% {
    background-position: 51% 0%
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 51% 0%
  }
}

@-moz-keyframes settingAnimation {
  0% {
    background-position: 51% 0%
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 51% 0%
  }
}

@keyframes settingAnimation {
  0% {
    background-position: 51% 0%
  }

  50% {
    background-position: 50% 100%
  }

  100% {
    background-position: 51% 0%
  }
}