/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

#copyright {
  background: transparent;
  color: #ccc;
  padding: 50px 0;
  font-size: 12px;
  line-height: 28px;
}