@charset "utf-8";
/* CSS Document */

.jumbotron {
background-image: url("../assets/gradientLong2.png");
background-size: repeat-x;
}


.jumbotron3 {
      /* ff 3.6+ */
    background:-moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 229, 178, 1) 80%, rgba(255, 209, 116, 1) 92%, rgba(255, 210, 119, 1) 100%); 

    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 229, 178, 1) 80%, rgba(255, 209, 116, 1) 92%, rgba(255, 210, 119, 1) 100%);

    /* opera 11.10+ */
    background:-o-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 229, 178, 1) 80%, rgba(255, 209, 116, 1) 92%, rgba(255, 210, 119, 1) 100%);

    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFD277', GradientType=1 );

    /* ie 10+ */
    background:-ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 229, 178, 1) 80%, rgba(255, 209, 116, 1) 92%, rgba(255, 210, 119, 1) 100%);

    /* global 94%+ browsers support */
    background:linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 229, 178, 1) 80%, rgba(255, 209, 116, 1) 92%, rgba(255, 210, 119, 1) 100%);
}

.carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
 }

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
