       #introCarousel, 
        .carousel-inner,
        .carousel-item,
        .carousel-item.active {
          height: 100vh;
        }
		
		.carousel-inner h1 {color: white}

        .carousel-item:nth-child(1) {
          background-image: url('/assets/images/home_page/slide_flatwoods_9338.JPG');
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        .carousel-item:nth-child(2) {
          background-image: url('/assets/images/home_page/slide_St_Joseph_Bay_Buffer_Preserve_1999.JPG');
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
        .carousel-item:nth-child(3) {
          background-image: url('/assets/images/home_page/slide_butterfly_4204.JPG');
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }
		
        .carousel-item:nth-child(4) {
          background-image: url('/assets/images/home_page/slide_Okefenokee Swamp 2019-05-15 02.JPG');
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
        }	

        .carousel-item:nth-child(5) {
          background-image: url('/assets/images/home_page/slide_rhododendron_canescens_9613.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: -58.59px;
			min-height: 430px;
          }
          #introCarousel,
          .carousel-inner,
          .carousel-item,
          .carousel-item.active {
            height: 60vh;
			min-height: 430px;
          }
        }

        .navbar .nav-link {
          color: #fff !important;
        }
		
		/* Color of the links BEFORE scroll */
		.navbar-scroll .nav-link,
		.navbar-scroll .navbar-toggler-icon {
		  color: #fff;
		}

		/* Color of the links AFTER scroll */
		.navbar-scrolled .nav-link,
		.navbar-scrolled .navbar-toggler-icon {
		  color: #fff;
		}

		/* Color of the navbar AFTER scroll */
		.navbar-scrolled {
		  background-color: #3d4f18;
		}

		/* An optional height of the navbar AFTER scroll */
		.navbar.navbar-scroll.navbar-scrolled {
		  padding-top: 5px;
		  padding-bottom: 5px;
		}		
		
		@media (max-width: 991.98px) { .navbar {background-color: #3d4f18 !important;} } 