body {
  background: url('../images/logos/background-main.gif');
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid rgba(97, 94, 94, 0.35);
  box-shadow: 6px 6px 5px 1px rgba(0, 0, 0, 0.3);
}

.col {
  background-color: rgba(219, 203, 172, 0.75);
  padding: 1rem 2.5rem 0.5rem 1.3rem;
  border-radius: 10px;
}

.photo-cluster {
  float: left;
}

.bodyText {
  clear: both;
}

.p-bottom {
  margin: 0;
}
