/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    padding-bottom: 10px;
    color: #4a4a4a;
    padding-top: 50px;
    background-color: #FEFBF6;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.splash {
    padding: 12em 0 0em;
    background-color: #3fb79e;
    background-image: url(../webimages/banner-background.png);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em
}

.splash #social {
    margin: 2em 0
}

.splash .alert {
    margin: 2em 0
}


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    text-align: center;
    padding-top: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 20px 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: 970px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
@media (min-width: 1175px) {
  .container {
    width: 1175px;
  }
}

/*footer links */
footer > a{
  color: #009187;
}
.pull-right > a{
  color: #009187;
}
#terms {
  color: #009187;
}
#privacy {
  color: #009187;
}
#contact {
  color: #009187;
}