/* Custom color overrides */
:root {
    --primary-accent: #2a5a9a;
    --navbar-border-top: #1a3a5a;
    --button-border: #234a7a;
    --link-focus: #1f4a70;
}

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