
body {
  color: #293241;
}

h1, h2, h3 {
  color:#166879;
  font-weight: bold;
}

a {
  color: #166879;
  text-decoration: none;
}


.bg-light {
  background-color: #bfeaf9 !important;
  margin: 0px !important;
  padding: 0px !important;
}



.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;

  max-width: 140px;
  max-height: 140px;
  background-color: white;
}





/* ICONSET CONTENT
-------------------------------------------------- */

/* Center align the text within the four columns */
.iconset .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}


.iconset .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}



.iconset h2 {
  font-weight: 400;
}

.iconset .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  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: 7rem;
    }
  }
