body {
  margin: 0;
}

input.input-validation-error {
  border-color: red !important;
}

.navbar {
  margin-top: 10px;
  height: 90px;
  padding: 0px;
  width: 100%;
}

.logo {
  margin-left: 10px;
  height: 80px;
}

.background {
  overflow: hidden;
  margin-left: 0%;
  height: 50vh;
  min-height: 100%;
  max-width: 100vw;
  object-fit: fill;
  background-size: 100% 100%;
}

.survey-mission-text {
  margin-top: 5vw;
  margin-left: 5vw;
  width: 90%;
}

.how-text {
  text-align: center;
}

.partners {
  width: 75vw;
}

.paragraphs {
  width: 100vw;
}

.steps {
  width: 33vw;
}

.footer-background-image {
  width: 100%;
  object-fit: fill;
  background-size: 150% 150%;
  height: 100%;
}

.footer {
  height: 100%;
  width: 100%;
  background-color: #201148;
}

.tab-text {
  width: 100%;
}

.tab-pane {
  left: 0;
}
.fade {
  opacity: 1;
  animation: fade 6s linear;
}

@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  15%,
  85% {
    opacity: 1;
  }
}
.mobile {
  display: block;
}

.desktop {
  display: none;
}
.text-small {
  font-size: 15px !important;
}

.astronaut-image {
  max-height: 200px;
  max-width: 300px;
  width: auto;
  height: auto;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.active a {
  color: #553788;
}

/* #slideshow {
  margin: 50px auto;
  position: relative;
  width: 240px;
  height: 240px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
} */

.nav-pills > .active .screens {
  background-color: #553788;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #553788 !important;
}

.nav-pills > .screens.active > a > button,
.nav-pills > .screens.active > a:hover > button,
.nav-pills > .screens.active > a:focus > button {
  background-color: #553788 !important;
  border-color: #553788 !important;
}

.text-blue {
  color: #21a6ed;
}

.text-black {
  color: #231f20;
}

.text-purple {
  color: #553788;
}

.text-white {
  color: white;
}

.text-light-gray {
  color: #e1e1e1;
}

.text-large {
  font-size: 55px !important;
}

.text-medium {
  font-size: 30px !important;
}

.bg-light-gray {
  background-color: #f8f9fa !important;
}

.bg-blue {
  background-color: #21a6ed !important;
}

.bg-black {
  color: #231f20;
}

.bg-purple {
  background-color: #553788 !important;
  border-color: #553788 !important;
}

.bg-light-purple {
  background-color: #b8a3ca !important;
  border-color: #b8a3ca !important;
}

.bg-white {
  color: white;
}

.bg-light-gray {
  color: #e1e1e1;
}

.main {
  font-family: "Baloo Bhai";
}

.sub {
  font-family: "Arvo";
}

.rocket {
  display: none;
}

@media (min-width: 600px) {
  .navbar {
    margin-top: 10px;
    height: 90px;
    padding: 20px;
    width: 100%;
  }

  .logo {
    margin-left: 80px;
    height: 80px;
  }

  .background {
    padding: 50px;
    margin-top: 20px;
    height: 60vh;
    width: 100%;
    object-fit: fill;
    background-size: 100% 100%;
  }

  .survey-mission-text {
    width: 35vw;
    margin-top: 7vw;
    margin-left: 15vw;
  }

  .tab-text {
    width: 40vw;
  }

  .paragraphs {
    width: 40vw;
  }

  .footer-background-image {
    width: 100%;
    object-fit: fill;
    background-size: 150% 150%;
    min-height: 30vh;
    max-height: 50vw;
  }

  .footer {
    height: 100%;
    width: 100%;
    background-color: #201148;
  }
  .partners {
    width: 40vw;
  }

  .how-text {
    max-width: 300px;
  }

  .text-small {
    font-size: 20px;
  }
}

@media (min-width: 800px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }
  .rocket {
    display: block;
  }
}
