/*!
 * Start Bootstrap - Portfolio Item 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. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, .5);
}

.portfolio-item {
    margin-bottom: 25px;
}

.feature {
	text-align: center;
}

.thumbnail {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.row {
	padding-top: 50px;
}

.img-responsive {
	border-radius: 5px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

footer {
    margin: 50px 0;
}