/*!
 * Start Bootstrap - 4 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color: #9e9e9e;
}
h1 small {
    color: #9e9e9e;
}
.portfolio-item {
    margin: 0 0 25px;
    overflow:hidden;
    height: 200px;
    padding: 0 !important;
    border: 5px solid #fff;
}
.portfolio-item img {
	max-width: inherit !important;
}
.portfolio-item .horiz {
    height: 200px;
    max-width: inherit;
}
.portfolio-item .vertic {
    width: 100%;
}
.img-evidenza {
	width: 100%;
}
footer {
    margin: 50px 0;
}
.navbar-inverse {
    background-color: #000;
    border-color: #8A7B54;
}
.navbar-inverse .navbar-nav>li>a {
	font-weight: bold;
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a.active, .navbar-inverse .navbar-nav>li>a:hover {
    color: #9e9e9e;
    text-shadow: none;
}
