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

/* Move logo down from the top */
.navbar-brand {
    padding-top: 15px;
}

/* Or use margin-top for more control */
/* .navbar-brand img {
    margin-top: 5px;
} */

/* Menu description styling - inside link, uses body font */
.navbar ul.dropdown-menu li a {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.menu-description {
    display: block;
    font-size: 0.85em;
    color: #999;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}



.menu-description {
    display: block;
    font-size: 0.85em;
    color: #999;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* Center the menu items */
#navigation {
    display: flex;
    justify-content: center;
}

#navigation ul.navbar-nav {
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    #navigation {
        display: block;
    }

    #navigation ul.navbar-nav {
        display: block;
    }
}


/* No hamburger menu */
.navbar-toggle {
    display: none !important;
}

.navbar-buttons {
    display: none !important;
}
