body{
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.navbar-nav li :hover {
  background: rgb(40, 40, 40);
  color: white;
  transition: transform ease-in-out;
}




.footer {
    background-color: white;
    padding: 20px;
  
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .footer .social-icons {
    display: inline-block;
  }

  .footer .social-icons a {
    color: black;
    margin-right: 10px;
    font-size: 24px;
  }

  /* Add a wrapper for page content to push down the footer */
  #content {
    margin-bottom: 60px; /* Height of the footer */
  }


.footer-p{
    font-size: 11px;
    font-weight: 450;
  
}
.carousel-inner img{
    height: 85vh;
    filter: brightness(50%);
}
.carousel-caption{
  padding-bottom: 5rem;
}

.about-div{
  height: 500px;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("https://firefliespune.com/wp-content/uploads/2021/07/Fireflies-36.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
}
.about-article h1{
  font-size: 54px;
  font-weight: 300px;
}
.about-article h5{
  font-size: 16px;
  font-style: italic;

}
.about-article p{
  font-size: 14px;
  line-height: 24px;
}




.gallery-img{
  overflow: hidden;
  
}
.gallery-img img{
  transition: transform 0.5s ease;
  height: 250px;
  width: 100%;
  padding: 5px 5px;
  
}

.gallery-img img:hover{
  transform: scale(1.1);
}

@media only screen and (max-width: 991px){
    .footer-p{
        display: none;
    }

}




