/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
  height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
  }
}
.top-nav-collapse {
  background-color: #1C2331; }

h1.firm {
  font-size: 3.8rem;

}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331;
  }
  h1.firm {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  h1.firm {
    font-size: 2rem;
  }
}

.tagline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  margin: 45px 0 75px 0;
  color: #fff;
  text-shadow: 1px 1px rgba(43, 37, 37, 0.95);
}

footer {
  color: #ffffff;
}
.footer-h{
  font-size: 1.4rem;
  line-height: 1.286;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #404040;
}
footer ul {
  list-style-type: none;
  padding-left: 5px;
}
/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }
.footer-copyright {
  border-top: 1px solid #404040;
}
