@charset "UTF-8";
/**
 * Models the styles for the website.
 * 
 * Exclusively made for PREFIRE
 * © 2019-2020 University of Wisconsin - Madison. Space Science and Engineering Center. All Rights Reserved.
 */
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i");
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#loader {
  z-index: 16000;
  position: fixed;
  background-image: url("./bg-picture-1-loading.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#loading-bar {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.center {
  z-index: 16000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

* {
  font-family: "Open Sans";
  font-weight: 300;
}

.hidden {
  display: none;
}

.main-container {
  width: 100%;
  scroll-behavior: smooth;
}

.row {
  width: 100%;
  margin: 0;
}

.row-item {
  padding-left: 1em;
  padding-right: 1em;
}

h1 {
  color: white;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1em;
  display: block;
  text-align: center;
}

h2 {
  color: white;
  font-weight: 300;
}

h3 {
  font-weight: 300;
  font-size: 1.5em;
}

h5 {
  text-align: center;
  margin-top: 1em;
  font-weight: 300;
  background-color: white;
  padding: 0.5em;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-weight: 400;
}

h6 {
  font-size: 1.5em;
  text-align: center;
}

.navbar {
  width: 100%;
  z-index: 999;
  color: white;
  position: fixed;
  transition: 500ms ease;
}

.navbar-scrolled {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: black;
}

.navbar-menu {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin: 0;
}

.navbar-menu-link {
  display: inline-block;
  transition: 500ms ease;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.navbar-menu-link-scrolled {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: 500ms ease;
}

.navbar-menu-link-text {
  color: white;
  transition: 500ms ease;
}

.burger-icon-text {
  color: white;
  margin: 0;
  transition: 500ms ease;
}

.burger-icon-text-scrolled {
  color: black;
  margin: 0;
  transition: 500ms ease;
}

.fa-bars {
  font-size: 1.5em;
  margin: 0;
}

.burger-icon {
  margin: 0;
  padding: 0;
}

.burger-icon-btn {
  margin: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.25em;
  margin: 0.2em;
}

.navbar-fullscreen {
  z-index: 10000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s ease;
}

.navbar-fullscreen-gone {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s ease;
}

.navbar-menu-link-text-scrolled {
  color: black;
}

.navbar-menu-link-text:hover {
  color: #cfcfcf;
  text-decoration: none;
  transition: 200ms ease;
}

.mobile-nav-link {
  color: white;
}

.mobile-nav-link:hover {
  color: #cfcfcf;
  text-decoration: none;
  transition: 200ms ease;
}

.mobile-nav-link-span {
  display: block;
  text-align: center;
  padding: 1em;
}

.mobile-nav-containers {
  margin-top: 5em;
}

.go-to-top-container {
  position: fixed;
  z-index: 1000;
  right: 0;
  margin-right: 1em;
  margin-top: 4.5em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.25em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100000px;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 1.5s ease;
}

.chevron-white {
  padding: 0;
  margin: 0;
}

.scroll-top-a {
  color: black;
  transition: 200ms ease;
}

.scroll-top-a:hover {
  color: #4a4a4a;
  transition: 200ms ease;
}

.scroll-top-a-gone {
  position: fixed;
  z-index: 15000;
  right: 0;
  margin-right: 1em;
  margin-top: 3.5em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.25em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100000px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s ease;
}

.main-page {
  min-height: 100vh;
  padding-top: 2.5em;
  position: relative;
}

.logo {
  height: 20vh;
  margin-top: 30vh;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.prefire-title {
  margin-top: 30vh;
  font-size: 5.5em;
  height: 10vh;
  font-weight: 300;
  text-align: center;
  display: block;
  font-weight: 600;
}

.prefire-title-news {
  font-size: 4.5em;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
  color: white;
}

.prefire-title-news:hover {
  font-size: 4.5em;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: white;
}

.prefire-tagline {
  font-size: 1em;
  margin-top: 4.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.prefire-logo {
  height: 8em;
  display: block;
  margin: 0 auto;
}

.uw-logo {
  height: 7em;
  display: block;
  margin: 0 auto;
}

.jpl-logo {
  height: 8em;
  display: block;
  margin: 0 auto;
}

.ssec-logo {
  height: 7em;
  display: block;
  margin: 0 auto;
}

.main-logos {
  padding-top: 10vh;
  padding-bottom: 7vh;
}

#front-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#tired {
  position: absolute;
  bottom: 0;
  right: 0;
}

.courtesy-text {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
}

.courtesy-text-link {
  color: white;
}

.courtesy-text-link:hover {
  color: white;
}

.item-header {
  background-color: #2B336F;
  padding: 2.5em;
  padding-left: 4em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.component-container {
  position: relative;
}

.component-row {
  padding-top: 9em;
  padding-bottom: 9em;
}

.component-box {
  background-color: white;
  border-radius: 1px;
  padding: 1em;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.component-box-text {
  margin-bottom: 0;
}

.overview-images-point {
  max-width: 8em;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5em;
  background-color: white;
  padding: 0.5em;
  border-radius: 10000px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 50;
  position: relative;
  margin-right: -2em;
}

.overview-view-picture {
  padding: 0;
}

.overview-point-text {
  background-color: white;
  border-radius: 1px;
  padding: 1em;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-left: -2em;
  margin-right: 6em;
  padding-left: 4em;
}

.overview-point-container {
  margin-bottom: 2em;
}

.earth-picture {
  max-width: 15em;
  display: block;
  margin: 0 auto;
}

.earth-picture-container {
  margin: 0 auto;
  background-color: white;
  padding: 1em;
  width: 17em;
  border-radius: 100000px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mission-text {
  margin-bottom: 0;
}

.tirs-picture {
  max-width: 15em;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.margin-bottom-collapsed-container {
  margin-bottom: 1.5em;
}

.technical-sub {
  text-align: right;
  display: block;
  font-size: 1.25em;
  font-weight: 350;
}

.technical-divider {
  border-right: 1px solid #cfcfcf;
}

.technical-infos {
  padding: 0.5em;
}

.news-picture {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}

.news-date {
  color: gray;
}

.news-text {
  margin-bottom: 0;
  margin-top: 0.25em;
}

.read-more-text {
  text-align: right;
  display: block;
}

.news-hl {
  display: block;
  position: relative;
  text-align: center;
  font-size: x-large;
}

.news-main-container {
  background-image: url("bg-picture-1.jpg");
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 2em;
}

.news-padding {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.news-container {
  background-color: white;
  border-radius: 1px;
  padding: 1em;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-title {
  color: black;
  font-size: 2.5em;
}

.recent-news-title {
  color: black;
  font-size: 1.5em;
}

.news-picture-blog {
  max-width: 100%;
  margin-bottom: 1em;
}

.news-picture-arch {
  width: 50%;
  height: 50%;
  margin-bottom: 0em;
  border: 2px solid rgb(255, 255, 255);
  margin-right: 10px;
}

.news-picture-recent {
  max-width: 100%;
}

.recent-container {
  margin: 1em 0;
  margin-left: 1em;
}

.logo-news {
  max-width: 15em;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}

.footer-container {
  background-color: #141836;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
  color: white;
  text-align: center;
  display: block;
}

.carousel {
  width: 100%;
}

.static-container-padding {
  padding: 2em !important;
}

@media (max-width: 1270px) {
  .uw-logo {
    height: 5em;
    display: block;
    margin: 0 auto;
  }
  .jpl-logo {
    height: 6em;
    display: block;
    margin: 0 auto;
  }
  .ssec-logo {
    height: 5em;
    display: block;
    margin: 0 auto;
  }
  .prefire-logo {
    height: 5em;
    display: block;
    margin: 0 auto;
  }
  .overview-point-text {
    background-color: white;
    border-radius: 1px;
    padding: 1em;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-left: -2em;
    margin-right: 3em;
    padding-left: 4em;
  }
  .earth-picture {
    max-width: 12em;
    display: block;
    margin: 0 auto;
  }
  .earth-picture-container {
    margin: 0 auto;
    background-color: white;
    padding: 1em;
    width: 14em;
    border-radius: 100000px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .tirs-picture {
    max-width: 10em;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .margin-bottom-collapsed-container {
    margin-bottom: 3em;
  }
  .margin-top-collapsed-container {
    margin-top: 3em;
  }
  .earth-picture {
    max-width: 15em;
    display: block;
    margin: 0 auto;
  }
  .earth-picture-container {
    margin: 0 auto;
    background-color: white;
    padding: 1em;
    width: 17em;
    border-radius: 100000px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .tirs-picture {
    max-width: 15em;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  .news-container-row {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding: 2em;
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media (max-width: 850px) {
  .prefire-logo {
    height: 5em;
    display: 0 auto;
  }
  .jpl-logo {
    height: 5em;
    display: block;
  }
  .ssec-logo {
    height: 4.5em;
    display: block;
    margin: 0 auto;
  }
  .uw-logo {
    height: 4.5em;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .news-title {
    color: black;
    font-size: 2.25em;
  }
  .news-padding {
    padding-left: 2em !important;
    padding-right: 0em !important;
  }
  .prefire-title {
    margin-top: 30vh;
    font-size: 4em;
    height: 10vh;
    font-weight: 300;
    text-align: center;
    display: block;
    font-weight: 600;
  }
  .main-logos {
    padding-bottom: 5em;
    display: flex;
  }
  .prefire-logo {
    height: 5em;
    display: block;
    margin-bottom: 0 auto;
  }
  .jpl-logo {
    height: 5em;
    display: block;
    margin-bottom: 1.25em;
  }
  .ssec-logo {
    height: 4.5em;
    display: block;
    margin: 0 auto;
  }
  .uw-logo {
    height: 4.5em;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25em;
  }
  .overview-images-point {
    max-width: 8em;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    background-color: white;
    padding: 0.5em;
    border-radius: 10000px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 50;
    position: relative;
    margin-bottom: -2em;
  }
  .overview-point-text {
    background-color: white;
    border-radius: 1px;
    padding: 1em;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-top: 2.5em;
  }
  .component-container {
    position: relative;
  }
  .pic {
    height: 100%;
    transform: scale(2);
  }
  h2 {
    margin: 0 auto;
  }
  .item-header {
    background-color: #2B336F;
    padding: 2.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .courtesy-text {
    color: white;
    display: block;
    text-align: right;
    padding: 0.5em;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*# sourceMappingURL=main.css.map */