/* Styles from example */

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

/* Custom RAW Engineering style */
:root {
  --primary-accent: #90ce5c;
  --navbar-border-top: #4e8524;
  --button-border: #4d8e5c;
  --link-focus: #488456;
  --form-shadow: rgba(106, 174, 122, 0.6);
  --pagination-bg: #cde4d2;
  --link-hover-bg: #519461;
  --navbar-focus: #4e8524;
}

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

.navbar-default {
  background-color: #333;
}

#navigation > .nav > li.dropdown > a {
    color: white;
}
