/* your styles go here */
/* Example site test */

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

.bar.background-image-fixed-2 {
  background: url(/img/fixed-background.jpg) center top no-repeat !important;
  background-attachment: fixed;
  background-size: cover;
}

.home-carousel {
  position: relative;
  background: url(/img/ships.jpeg) center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
