.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;
}

:root {
  --primary-accent: #889053;
  --navbar-border-top: #565f19;
  --button-border: #2a7d8c;
  --link-focus: #267280;
  --form-shadow: rgba(56, 167, 187, 0.6);
  --pagination-bg: #a7dbe5;
  --link-hover-bg: #2c8494;
  --navbar-focus: #80cbd9;
}

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

#heading-breadcrumbs {
  background: url('../img/texture-tamaru.png') center center repeat;

  padding: 20px 0;
  margin-bottom: 40px;
}

.no-decoration {
  text-decoration: none;
  color: inherit;
}

.no-decoration:hover {
  text-decoration: none;
}