h1 {
    font-size: 34px;
    color: red;
}

.shadow2 {
  color: white;
  text-shadow: 2px 2px 8px #000000;
}

img.image_round_left {
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    border-radius:10px;
    width:170px;
}

.carousel-caption2 {
  position: absolute;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

img.image_round_all {
    border-radius:10px;
    width:170px;
}

div.group {
    background:lightyellow; 
    border-style:double;
    border-radius:12px;
    border-color:grey;
    margin-top:2px;
    margin-right:20px;
}
div.talk_w_pic {
    background:lightblue; 
    border-style:double;
    border-radius:12px;
    border-color:purple;
    margin-top:2px;
    margin-right:20px;
}

div.person {
    ## border-style:double;
    ## margin-right:20px;
}

inside_oval {
    margin-right:20px;
}

.peopleCarouselImg img {
  width: auto;
  height: 225px;
  max-height: 225px;
}

