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

/* Make the main logo bigger */
.navbar-brand img {
  max-height: 150px;  /* Increase from the default height */
  width: auto;
}

/* Adjust navbar height to accommodate larger logo */
.navbar {
  min-height: 180px;  /* Increase navbar height */
}

/* Adjust navbar-header to match the navbar height */
.navbar-header {
  min-height: 180px;  /* Match the navbar min-height */
}

.parallax-banner {
  height: 150px;
  background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  position: relative;
}