/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

body {
    font-family:'Roboto';
    font-size:1.1em;
}

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

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

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

.section-heading-line-blue {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #002744;
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-heading-line-white {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-heading-line-red {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #F00;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* 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; }
