
	.nav-link button
	{
		color: black;
	}
	.nav-link button:hover
	{
		color: white;
	}
	 .carousel-inner img {
    width: 100%;
    height: 80vh;
  }
  .history
  {
    background: url('image/bgparallax.jpg');
    height: auto;
    background-size: cover;
    width: 100%;

  }
  .moreimage:hover
  {
    transform: scale(1.04);
    transition: 1s;
    cursor: pointer;
    overflow: hidden;
    animation-duration: 1000;

  }
  .moreimage
  {
    height: 35vh;
    width: 100%;
  }

  .home:hover
  {
    border-bottom: 5px solid #2991D6;
    transition: 0.5s;
    cursor: pointer;
  }
  .footer-item h5
  {
    color: #cccccc;
  }

  .footer-item h5:hover
  {
    background: #2991D6;
    color: white;
  }
