body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }
  h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
    color: #111;
  }

  .carousel {
    height: 70%;
}
  .carousel-inner img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    height: 600px !important;
    margin: auto;
  }
  .carousel-caption h3 {
    color: rgb(0, 255, 157) !important;
  }

  .carousel-caption p {
    color: rgb(0, 255, 157) !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .nav-tabs li a {
    color: rgb(255, 0, 0);
  }
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #292525d2;
    border: 0;
    font-size: 13px !important;
  }
  .navbar li a, .navbar { 
    color: #bbbbbb !important;
  }

  .navbar-brand{
    color: #bbbbbb !important;
    padding-top: 20px;
  }

  .navbar-brand:hover{
    color: #02ff9e !important;
  }
  .navbar-nav li a:hover {
    color: rgb(0, 255, 157) !important;
  }
  .navbar-nav li.active a {
    color: rgb(0, 255, 170) !important;
    background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #bbbbbb;
    background-color: rgba(255, 5, 5, 0);
    float: left;
    padding-left: 30px;
    
  }

  .navbar-default .navbar-toggle:hover {
    border-color: transparent;
    color: rgb(0, 255, 149);
    background-color: rgba(14, 199, 255, 0);
    
  }
  .open .dropdown-toggle { /* ito yung more*/
    padding-top: 10px;
    color: #fff;
    background-color: #555 !important;
  }
  .dropdown-menu li a {
    font-size: 12px !important;
    color: #bbbbbb !important;
  }
  .dropdown-menu li a:hover {
    color: rgb(0, 255, 157) !important;
  }

  .dropdown-menu{
      background-color: rgba(0, 0, 0, 0.493) !important;
  }
