/* 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/grass.png') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-carousel {
    position: relative;
    background: url('../img/shelf-g5a354a8d0_1920.jpg') 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;
}

.img-responsive {
    border-radius: 5px;
    box-shadow: -8px 22px 26px 0px rgba(0, 0, 0, 0.36);
}














