/* your styles go here */
xw
.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple {
  min-height: 230px;
}


.nav-wrapper, .nav {
  height: 70px;
}

$(".nav").affix({
  offset: {
    top: 0
  }
});
