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

.home-carousel .dark-mask {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#heading-breadcrumbs {
    background: #fffde7;
}

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

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-height: 62px;
    height: 62px;
    width: auto;
}
