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

body {
	font: 18px Montserrat, sans-serif;
	line-height: 1.8;
	color: #f5f6f7;
}
p {
	font-size: 16px;
}

.bg-1 {
	background-color: #53CF8C; /*Green*/
	color: #FFFFFF;
}
.bg-3 { 
      background-color: #ffffff;
      color: #555555;
}
.bg-4 {
	background-color: #2f2f2f; /*Blakish Brown*/
	color: #ffffff;
}
.bg-grey {
      background-color: #f6f6f6;
  }
.container-fluid {
	padding-top: 40px;
	padding-bottom: 40px;
}
.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0px;
} 
.navbar-nav li a:hover {
	color: #1abc9c !important;
}

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



