/* your styles go here */

/* Logo customization */
.navbar-brand img {
    max-height: 50px;
    height: auto;
    width: auto;
    display: inline-block;
}

/* Ensure logo fits well on mobile */
@media (max-width: 767px) {
    .navbar-brand img {
        max-height: 40px;
    }
}

/* Blog post images */
.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;
}
