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

.navbar-brand {
  /*float: left;*/
  /*padding: 10px 15px;*/
  /*font-size: 18px;*/
  /*line-height: 20px;*/
  /* height: 115px; */
}

/*.navbar-nav {*/
  /*padding-top: 38px;*/
  /*vertical-align: bottom;*/
/*}*/
.navbar-nav > li > a {
  padding-top: 80px;
  padding-bottom: 5px;
}

.navbar-brand img {
    max-height: 80px;
}

/* Example to change sidebar width */
@media (min-width: 800px) {
    .col-md-3 {
        width: 20%; /* Change to desired width */
    }
    .col-md-9 {
        width: 80%; /* Adjust main content accordingly */
    }
}
