.projects-section .featured-text-right {
    padding: 0 0 0 2rem;
    border-right: .5rem solid #64a19d;
    padding-left: 0;
    padding-right: 32px;
}

.about-section p {
	margin-bottom: 1.5rem;
}

.std-section {
  padding-top: 10rem;
}

.std-section p {
  margin-bottom: 1rem;
}


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: #000;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 17rem;
}
@media (max-width: 767px) {
  .carousel-item {
    height: 25rem;
  }
  .carousel p {
    font-size: 90%;
  }
}
.carousel-indicators li {
  background-color: #cccccc;
}
.carousel-indicators .active {
  background-color: #64a19d;
}

.card {
  border-bottom: 0.25rem solid #64a19d;
}

.card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}