
/* -------------------------------- 

Homepage carousel

-------------------------------- */


  @media (min-width: 768px) {
  .carousel-inner img {
	/*-webkit-filter: grayscale(100%);
      /*filter: grayscale(90%); /* make all photos black and white */
	
	width: 100%;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index:-3;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  }
  
  @media (max-width: 768px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	 .carousel-inner img {
	/*-webkit-filter: grayscale(100%);
      /*filter: grayscale(90%); /* make all photos black and white */
	
	width: 100%;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index:-3;
  }
  }
  