@charset "utf-8";
/* CSS Document */


body {
      padding-top: 110px; /* To prevent content from being hidden behind the navbar */
    }
	
.carousel-item img {
      height: 80vh;  /* Set the height to 50% of the viewport height */
      object-fit: cover;  /* Make sure the image covers the space without distorting */
      width: 100%;  /* Set width to 100% to fill the container */
    }


.navbar-light .navbar-nav .nav-link {
    color: #993300 !important;
}


.footBar{
background-color:#993300;
padding:12px 0px;
font-size:12px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}
}

/* Mobile styles */
@media (max-width: 768px) {
  .carousel-item img {
      height: 50vh;  
      object-fit: cover;  
      width: 100%;  
  }
  }