/* GLOBAL STYLES
-------------------------------------------------- */

body {
  padding-bottom: 40px;
  color: #000066;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 500px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

#listen-slide-one {
    background: url('../img/police_slide_one.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#social-slide-two {
    background: url('../img/ambulance_slide_two.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sponsor-slide-three {
    background: url('../img/fire_slide_three.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption h1, .carousel-caption h4, .carousel-caption p {
	@media (max-width: 1000px) {
		.carousel-caption  h1 {
			font-size: 2em;
		}
		.carousel-caption  h4 {
			font-size: 1em;
		}
	}
	@media (max-width: 540px) {
		.carousel-caption  h1 {
			font-size: 1.5em;
		}
		.carousel-caption h4 {
			font-size: .8em;
		}
	}
	
	/* MARKETING CONTENT
	-------------------------------------------------- */
	.marketing .col-lg-4 {
		margin-bottom: 20px;
		text-align: center;
	}

	.marketing h2 {
		font-weight: normal;
	}
	
	.marketing .col-lg-4 p {
		margin-right: 10px;
		margin-left: 10px;
	}

	.featurette-heading {
		font-weight: 300;
		line-height: 1;
		letter-spacing: -1px;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
	.navbar-wrapper {
		margin-top: 20px;
	}
  
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
  	}
  
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 0.1;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
	}
}
