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

body {
  padding-bottom: 40px;
    color: #000000;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background: url('../img/backmaps.JPG') no-repeat center center fixed;
    006D4C
    */
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.text-center {
	text-align: center;
}

.text-muted {
  color: #B50000;
    font-weight: bold;
}

/* 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 {
    background-color: #000000;
   /* background: rgba(211,229,205,0.95);*/
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


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

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* 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: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* All css rules
--------------------------------------------------*/

.light-back {
    background-color: rgba(255, 255, 255,.7);
    border-radius: 10px;
    padding: 2rem 1rem 2rem;
    margin-bottom: 4rem;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;

}
.leadText {
    margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
    text-indent: 40px;
    text-align: justify;
}

.lead ul {
  
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}


/*End all css rules
--------------------------------------------------
*/


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

/* Center align the text within the three columns below the carousel */
.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;
}

/*------pay-------*/
.green-block {
    background-color: #EFEFEF;
    min-height: 400px;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px black;
    margin: 2rem 0;
    position: relative;
}

.green-block-title {
    color: black;
    border-bottom: 1px solid #848484;
    padding-bottom: 3rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

.green-block-text .green-strong-p {
    font-weight: 700;
    margin-top: 1rem;
    display: inline-block;
    color: #383838;
}

.green-block-text p {
    color: #6F6F6F;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
}
/*-----End pay -----*/
/* Featurettes
------------------------- */

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

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


/* 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: 10px;
  }
}

.box {
        border-radius: 6px;
        margin-bottom: 20px;
        padding: 30px 15px;
        background: #ffffff;
        /*background: rgba(211,229,205,0.95);*/
}

.leadText ul {
    text-align: inherit;
    margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
    text-indent: 40px;
    text-align: justify;
    
}

.boldText {
    color: green;
    font-weight: bold;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
}