/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    background: #f1f1f1;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

.banner{
    background: url("../images/banner.png") no-repeat center center;
    min-height: 350px;

}

.item{
    position: relative;
    min-height: 150px;
    max-width: 320px;
    margin: 10px auto;
    padding: 20px 10px 10px 10px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 7px;
}
.item-image{
    min-height: 150px;
    position: relative; 
}

.item-image img{
    height: 250px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}