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

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

/* Navbar animation */
.navbar,.rgba-black-light, .rgba-black-light:after {
  background-color: rgba(52, 58, 64, 0.25) !important }

.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; }

section.gray{
    background-color: #f7f7f7;
}

.navbar.white {
  box-shadow: none;
  color: white!important;
  background-color: transparent !important;
}
.navbar.white .navbar-brand, .navbar.white .nav-link{
  color: white!important;
}
.navbar.white.top-nav-collapse {
  background-color: #fff!important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.navbar.white.top-nav-collapse .navbar-brand,
.navbar.white.top-nav-collapse .nav-link,
.navbar.white.top-nav-collapse .navbar-nav {
  color: rgba(0,0,0,.9)!important;
}

.dropdown-menu.show li a.nav-link {
  color: gray!important;
}
