.testimonial {
  background: rgba(101, 121, 62, 0.15);
  border: 1px solid #333;
  padding: 20px 7px 3px !important;
  position:relative;
  margin: 0px 0px 40px;
}

.testimonial:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";
  position: absolute;
  color: black;
  font-size: xx-large;
  left:40%;
  top:-20px;
}

div.testimonial > div.image {
  margin-top: 1em;
  /*border: 2px solid purple;*/
  width: 100px;
  height: 100px;
}

div.testimonial > div.image img {
  width: 100px;
  height: 100px;
}

div.testimonial > p.person {
  font-weight: bold;
  margin: 0;
}

#testimonials header.major {
  margin-bottom: 3em;
}

/* don't display that little gray line after testimonials */
#testimonials header.major:after {
  background-color: #888;
  content: '';
  display: inline-block;
  height: 0px;
  margin: 2em 0 0 0;
  position: relative;
  width: 5em;
}

.xxl {
  font-size: xx-large;
}

/* set the minimum height in 2-column mode so there are no blank spaces */
@media screen and (min-width: 736px) and (max-width: 980px) {
  #samples section {
    min-height: 720px;
  }
}
/* set the minimum height in 3-column mode so there are no blank spaces */
@media screen and (min-width: 1280px) {
  #samples section {
    min-height: 720px;
  }
}
#samples img {
  border: 1px solid darkgray;
}

.strong {
  font-weight: bold;
}

.top-margin {
  margin-top: 1em;
}

.center {
  margin: 0 auto;
}

/* /call */
#lets-get-started {
  padding: 11em 0 8em 0 ;
  background-attachment: scroll, fixed;
  background-image: url("../../images/lets-talk.png");
  background-position: center center;
  background-size: cover;
  line-height: 2;
  text-align: center;
}

/* footer */
.social-links {
  font-size: 2em;
  margin-bottom: 10px;
}
