/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
.view {
  height: 100%; }

/* 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(255, 252550, 255, 1); }

.top-nav-collapse {
  background-color: rgba(255, 255, 255, 1);  }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: rgba(255, 255, 255, 1);  } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: rgba(28, 35, 49, 1); }
