body {
  padding-bottom: 25px;
  font-family: font-family: 'Open Sans', sans-serif;
  background-color: #DDF2FC;
}

h1 {
	font-family: 'PT Serif Caption', serif;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 3px 3px 5px black;
}

h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2.2em;
	color: #4E6872;
	line-height: .5;
}

h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.8em;
	color: #116A36;
	line-height: .3;
}

p {
	font-family: 'PT Serif Caption', serif;
	font-style: italic;
	font-size: 1.2em;
}

article {
	text-align:justify;
	padding: 10px;
	font-size: 1.1em;
}

iframe {
    display: block;
	position: absolute;
	z-index: 0; 
	margin-top: -100px;
}

hr {
	visibility: hidden;
}

.marketing p {
	padding-top: 15px;
	font-family: 'PT Serif Caption', serif;
	font-style: italic;
	font-size: 1em;
}

.img-circle {
  border-radius: 15%;
  box-shadow: 1px 3px 10px 2px;
}

.caps {
	text-transform: uppercase;
}

.top-padding {
	padding-top: 5px;
}

.bottom-padding {
	padding-bottom: 5px;
}

.margin-50 {
	margin: 50px;
}

.center {
	text-align: center;
}

.leaf {
	max-width: 80%;
}

.logo {
	background: url("img/background3.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	box-shadow: 0 3px 10px 2px;
}

.logo p {
	color: #fff;
	padding-bottom: 10px;
}

.shadow {
	text-shadow: 3px 3px 5px black;
}

.blue-shadow {
	text-shadow:1px 2px 4px #50A6C7;
	color: #4E6872;
}

.panel {
	box-shadow: 0 10px 10px -8px;
}

.banner {
	background-size: cover;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 15px;
	min-height: 250px;
	box-shadow: 0 3px 10px 2px;
}

.banner p {
	color: #fff;
	padding-bottom: 10px;
	text-shadow: 1px 1px 3px black;
}

.quote-source {
	text-align: right;
	margin-top: -30px;
}

.alt-heading {
	margin-top: 60px;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -1px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.1);
	overflow: hidden;
	width: 90%;
	height: 0;
	margin: auto;
	transition: .5s ease;
}

.fert-overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: url("img/fert-overlay.jpg") no-repeat center;
	overflow: hidden;
	width: 94%;
	height: 0;
	margin: auto;
	transition: .5s ease;
}

.fert-cap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:auto;
	padding-right: 15px;
	padding-left: 15px;
}


.thumb:hover .overlay {
	bottom: 0;
	height: 100%;
}

.thumb:hover .fert-overlay {
	bottom: 0;
	height: 100%;
}

.cap {
	color: white;
	text-shadow: 1px 1px 3px black;
	font-size: 20px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#phone-number {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	float: right;
	height: 50px;
	padding: 15px 15px;
	line-height: 20px;
}

#fert-banner {
	background: url("img/fert-background.jpg") no-repeat center;
}

#lawn-banner {
	background: url("img/lawn-background.jpg") no-repeat center;
}

#install-banner {
	background: url("img/install-background.jpg") no-repeat center;
}

#snow-banner {
	background: url("img/snow-background.jpg") no-repeat center;
}

#contact-background {
	background:url(img/brick-background.png) center;
}

#about-background {
	background:url(img/herringbone-background.png) center;
}

#gallery-background {
	background:url(img/bluestone-background.png) center;
}

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'PT Serif Caption', serif;
	font-family: 'PT Sans Narrow', sans-serif;
	font-style: italic;
/*

/*
	ultra light blue: #DDF2FC
	light blue: #A4DDF1
	medium blue: #50A6C7
	dark blue: #497D91
	darker blue: #4E6872
	light green: #8CC759
	medium green: #36B44A
	epic green: #1F8B43
	dark green: #116A36
	orange: #DBAC65
	dark red: #8C3227
/*

/* 	Original carousel.css
	CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-brand {
	font-family: 'PT Serif Caption', sans-serif;
	font-size: 1.1em;
	color: #fff;
	background-color: #497D91;
	border-radius: 4px 0px 0px 4px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 180px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 180px;
  background-color: clear;
}
.carousel-inner > .item > img {
  margin: auto;
  min-width: 180px;
  height: 180px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-md-3 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-3 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-image {
	box-shadow: 1px 3px 10px 2px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

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

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
