/* Carousel styling */
      #introCarousel,
      .carousel-inner,
      .carousel-item,
      .carousel-item.active {
        height: 100vh;
      }

      .carousel-item:nth-child(1) {
        background-image: url('../img/garden.JPG');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .carousel-item:nth-child(2) {
        background-image: url('../img/outdoor.JPG');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .carousel-item:nth-child(3) {
        background-image: url('../img/Capture.JPG');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }

      /* Height for devices larger than 576px */
      @media (min-width: 992px) {
        #introCarousel {
          margin-top: 50px;
        }
      }

      .navbar .nav-link {
        color: #fff !important;}
      #introCarousel{
        margin-top: 50px;
      }
     
      #bil{
        color:greenyellow;
        font-family: cursive;
        font-size: 1.5em;
      }
      
      #che:checked{
        background-color:#5cb85c;
        border-color:#5cb85c;
      }
      #follow a{
      font-size: 1.5em;
      }