 /* Make the image fully responsive */
 .carousel-inner img {
  width: 100%;
  height: 600px;
}

.navbar-light .navbar-nav .nav-link {
  /* color: rgb(0 0 0); */
  color:#ffffff;
  font-size: 20px;
}
  .navbar-light .navbar-nav .nav-link:hover {
  /* color: rgb(0 0 0); */
  color:black;
  font-size: 20px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6e0606;
  text-align: center;
}

/*Login images */

  #log{
        background-image: url('../img/login/log1.jpg');
        height: 600px;
        width: 100%;
        background-size: 100% 100%;
    }
    #imgs{
    padding-top: 150px;
  }