/* CSS for Jumbotron Size the becomes taller to fit the text */

.about_feedback_jumbotron {
  text-align: center;
  margin-bottom: 0;
  border-radius: 0px;
  background: radial-gradient(rgb(241,241,241) -14%, rgb(255,255,255) 100%);
  padding-top: 60px;
  height: 450px;
}

@media (min-width:470px) and (max-width: 670px) {
  .about_feedback_jumbotron {
    height: 520px;
  }
}

@media (min-width:420px) and (max-width: 470px) {
  .about_feedback_jumbotron {
    height: 550px;
  }
}

@media (max-width: 420px) {
  .about_feedback_jumbotron {
    height: 630px;
  }
}

/* CSS for Feedback elements */

.about_feedback_portrait {
  height: 150px;
}

.about_feedback_name {
  color: black;
  font-weight: 800;
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}

.about_feedback_occupation {
  font-size: 1rem;
  font-weight: 400;
  text-shadow: 1px 5px 4px rgb(224,222,222);
  text-transform: lowercase;
  color: rgb(99,97,97);
  padding: 0px 0px 20px 0px;
}

.about_feedback_text {
  text-align: center;
  font-size: 1rem;
  color: black;
}

@media (max-width: 530px) {
  .about_feedback_text {
    text-align: center;
    font-size: 1rem;
  }
}

/* The color for slide indicators */

