/* 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;
}

/* Sticky footer: pushes footer to bottom on short pages */
html {
    height: 100%;
    overflow-y: scroll;
}

body {
    min-height: 100%;
}

#all {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
}

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

/* Reduce footer padding */
#footer {
    padding: 20px 0;
}

#copyright {
    padding: 15px 0;
}

/* Quick links in footer */
ul.quick-links {
    list-style: none;
    padding: 0;
    columns: 2;
}

ul.quick-links li {
    break-inside: avoid;
    margin-bottom: 4px;
}
