body {
  background: rgb(255,255,255);
}
.navbar {
  background: white;
  border-bottom: #13487B solid 20px;
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
  color: #13487B;
}

.navbar-scroll .nav-link:hover {
  color: #8b9196;
}

/* Color of the links AFTER scroll
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
  color: #8c6239;
} */

/* Color of the navbar AFTER scroll
.navbar-scroll,
.navbar-scrolled {
  background-color: #fff;
} */

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Carousel styling
#introCarousel,
#introCarousel .carousel-inner,
#introCarousel .carousel-item,
#introCarousel .carousel-item.active {
  height: 100vh;
}

#introCarousel .carousel-item:nth-child(1) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-01a.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(2) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(3) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-04a.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#introCarousel .carousel-item:nth-child(4) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(5) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-14.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#introCarousel .carousel-item:nth-child(6) {
  background-image: url('http://baldwinanimalclinic.com/images/slide-bac-05.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

.containerBox {
  background-color: #f6fcfc;
  padding: 30px;
  border: 1px solid #13487B;
  border-radius: 20px;
}
/* .kittyImage {
  float: left;
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 0;
} */
/* .puppyImage {
  float: right;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
} */
/* .multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: 100%;
} */

.font-small {
  font-size: 1rem;
}

.btn {
  background: #475f8b;
  background-image: -webkit-linear-gradient(top, #475f8b, #12487a);
  background-image: -moz-linear-gradient(top, #475f8b, #12487a);
  background-image: -ms-linear-gradient(top, #475f8b, #12487a);
  background-image: -o-linear-gradient(top, #475f8b, #12487a);
  background-image: linear-gradient(to bottom, #475f8b, #12487a);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 6px #666666;
  -moz-box-shadow: 0px 1px 6px #666666;
  box-shadow: 0px 1px 6px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  width: 200px;
  padding: 6px 20px 6px 20px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.btn:hover {
  color: #ffffff;
  background: #12487a;
  background-image: -webkit-linear-gradient(top, #12487a, #475f8b);
  background-image: -moz-linear-gradient(top, #12487a, #475f8b);
  background-image: -ms-linear-gradient(top, #12487a, #475f8b);
  background-image: -o-linear-gradient(top, #12487a, #475f8b);
  background-image: linear-gradient(to bottom, #12487a, #475f8b);
  text-decoration: none;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #carouselBasicExample {
    margin-top: 163px;
  }
}

/* Height for devices smaller than 991px */
@media (max-width: 991px) {
  #carouselBasicExample {
    margin-top: 162px;
  }
}
/* Height for devices smaller than 768px */
@media (max-width: 767px) {
  #carouselBasicExample {
    margin-top: 162px;
  }
}
/* Height for devices smaller than 617px */
@media (max-width: 617px) {
  #carouselBasicExample {
    margin-top: 162px;
  }
}
/* Height for devices smaller than 575px */
@media (max-width: 575px) {
  #carouselBasicExample {
    margin-top: 162px;
  }
  .form40left {
    padding-left: 100px;
  }
}
/* Height for devices smaller than 421px */
@media (max-width: 421px) {
  #carouselBasicExample {
    margin-top: 190px;
  }
}
/* Height for devices smaller than 387px */
@media (max-width: 387px) {
  #carouselBasicExample {
    display: none;
    /* margin-top: 188px; */
  }
}
