<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Required height of parents of the Full Page Intro and Intro itself */
html,
body{
  height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

@media only screen and (min-width: 769px) {
  .view{
    height: 100vh !important;
  }

  .slogan-top{
    font-size: 3.5rem;
  }

  .feature-text{
    font-size: 18px !important;
  }
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; }

  .view{
    height: 100vh;
    background: url("../img/falcon-heavy.jpg") center center fixed;
  }


}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331!important;
  }
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }
</pre></body></html>