/* 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; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }
.display-5 { font-size: 2.5em; font-weight: 300; line-height: 1.1 }
.display-6 { font-size: 2.0em; font-weight: 300; line-height: 1.1 }
.display-7 { font-size: 1.5em; font-weight: 300; line-height: 1.1 }
.view {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url('../img/topo.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}