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

body {
  padding-top: 3rem;
  color: #5a5a5a;
}
header{height: 78px;}
.h1,h2{color:green;}
h2 .text-muted{color:#882d17 !important;}
.pricing-header{padding-top: 0px !important;}
.footer {background-color:#daedf8; background-image: url("/img/footer_bg_grass.png");
  background-repeat: repeat-x;height:100px;}
  .footer1 {margin-bottom: -3rem !important;background-color:#daedf8;}
  .fixed-top {background-color:#daedf8 !important;}
  .dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #087429;
}
.dropdown-divider{border-color:Green;border-width:2px;}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  background-color:Green;color:#fff;padding-top:5px;padding-bottom:5px;
}
.footer1 {font-size:0.9rem;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 12rem;
  z-index: 10;
  height: 14rem;
padding: 1rem;
opacity: 0.8;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 37rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 37rem;
}

.banner-product .carousel-caption{right:2rem;}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-color: green;
}

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}


@media (max-width: 400px) {
  h1 {
       font-size: 1.5rem;
  }
  .carousel-caption {
  top: 16rem;
 
}

}
 .nav-item .nav-link:before {
  content: "\2663  ";
  color: green;
}
.active .nav-link:before {
  content: " ";
  color: green;
}
.nav-item{padding-left:25px;}