/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}
.navbar-nav > li > a {
color: #fff;
}
.navbar-nav > li > a:link {
color: #d8d8d8;
}
.navbar-nav > li > a:visited {
color: none;
}



/* FOOTER
-------------------------------------------------- */

.footer {
 height: 130px;
 text-align: center;
 width: auto;
 background-color: #f5f5f5;
 padding-top: 5px;
 font-size: 12px;
 margin-top: 25px;
 padding-left: 30px;
 padding-right: 30px;
}

.sitemap {
font-size: 14px;
font color: #000;
}
.sitemap > a {
color: #000;
}
.sitemap > li > a:link {
color: #000;
}
.contactinfo {
font-size: 12px;
font color: #636363;
}
.contactinfo > a {
color: #000;
}
.contactinfo > li > a:link {
color: #000;
}
.copyright {
font-size: 10px;
font color: #000;
}

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

/* Carousel base class */
.carousel {
  margin:0 auto;
  margin-bottom: -50px;
  max-width: 960px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 88px;
}
/* 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: 365px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 393px;
}


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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing .col-lg-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.marketing h2, h4 {
  font-weight: normal;
  color: #258942;
  line-height: 33px;
}
.marketing h5 {
  font-weight: normal;
  color: #258942;
  line-height: 30px;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.col-md-5 > img {
margin-top: 50px;
}


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

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

.featurette-divider2 {
  height: 60px; /* Space out the Bootstrap <hr> more */
}

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



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

@media (min-width: 480px) {
.carousel-caption{
margin-top:-220px;
}
  .carousel-caption h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
.carousel-caption{
margin-top:-290px;
padding-bottom: 30px;
}

}


@media (max-width: 768px) {

  /* Navbar positioning for phone size */
  .navbar-wrapper {
    margin-top: 15px;

  }
  #myCarousel.carousel img {
  width: 100%;
  height: auto;
 }
   /* Bump up size of carousel content */
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 1.1;
  }
.carousel-caption{
top:410px;
}
.carousel .item {
  height: 250px;
}
}

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 15px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption h1 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 1.1;
  }

  .featurette-heading {
    font-size: 30px;
  }
    #myCarousel.carousel img {
  width: 100%;
  height: auto;
 }
}

@media (min-width: 992px) {
    .img-responsive-pricepod {
    margin-left: 30px;
  }
  .img-responsive-pricepod2 {
    margin-left: 0px;
  }
}
