.body_text {
  padding-top: 0.3em;
  padding-bottom: 1em;
  padding-left: 1em;
}

img.left-cntr {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

@media (min-width: 768px) {
  img.left-cntr {
    float: left;
    margin: 10px;
  }
}

img.brdr1 {
  border: 5px solid #39402b;
  border-radius: 3px;
  max-width: 98%;
  height: auto;
  margin: 6px;
}

.feature-img {
  background-color: #39402b;
  border: 5px solid #39402b;
  border-radius: 4px;
  display: block;
  max-width: 430px;
  height: auto;
  margin: 2px 12px;
}

.img-right {
  text-align: center;
  border: 5px solid #39402b;
  max-width: 250px;
  display: block;
  float: right;
  margin: 8px;
}

.img-left {
  text-align: center;
  border: 5px solid #39402b;
  max-width: 250px;
  display: block;
  float: left;
  margin: 8px;
}

.pull-left {
  float: left !important;
}
