/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
  color: #fcb946 !important;
  /*font-size: 1.2em !important;*/
  font-size: 26px !important;
}


.navbar-scroll .fa-bars, .navbar-scroll .nav-link{
  /*color:#fcb946 !important;*/
  color:#000 !important;
}

.navbar-scroll .nav-link:hover {
  color: #280c0e;
}
.nav-link:hover {
  color: #280c0e !important;
}
/*brown:8b3b32;*/
/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
  /*color: #fcb946 !important;*/
  color: #000 !important;
  /*font-size: 1.2em !important;*/
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #fff;
}

/*.back-yellow{background-color: #fcb946;}*/
.back-yellow{background-color: #ff9933;}


/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu{background-color: #8b3b32 !important;}
.dropdown-item{color: #fff !important;}
.dropdown-item:hover{background-color:rgb(83, 22, 22) !important;}
.dropdown-item:active{background-color:#fcb946 !important;}
.dropdown-item .active{background-color:#fcb946 !important;}

/* Carousel styling */
#introCarousel,
#introCarousel .carousel-inner,
#introCarousel .carousel-item,
#introCarousel .carousel-item.active {
  height: 100vh;
}

.text-warning{color: #ff9933 !important;} 

.brown{color:#8b3b32;}

/* #introCarousel .carousel-item:nth-child(1) {
  background-image: url('https://mdbootstrap.com/img/Photos/new-templates/animal-shelter/img10.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(2) {
  background-image: url('https://mdbootstrap.com/img/Photos/new-templates/animal-shelter/img16.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(3) {
  background-image: url('https://mdbootstrap.com/img/Photos/new-templates/animal-shelter/img3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: 58.59px;
  }

  #introCarousel,
  #introCarousel .carousel-inner,
  #introCarousel .carousel-item,
  #introCarousel .carousel-item.active {
    height: 90vh;
  }
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: 100%;
}

.font-small {
  font-size: 1rem;
}

/*footer*/
/*.list-group{border: none !important;}*/
.list-group-item{background-color: #ff9933 !important; border: none !important;}
.list-group a{color:#fff; text-decoration: none; text-align: left !important;}
.list-group a:hover{color:#fff;}
.list-group-grey{background-color: #000 !important; color: #fff !important;}


.invalid-feedback{color:#560001 !important;}

footer a{color:#fff; text-decoration: none;}
footer a:hover{color:#fff;}
footer ul li{text-align: left !important;}
