/*!
 * 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. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: -18px 0;
		-webkit-box-shadow: 0px -15px 18px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -15px 18px -14px rgba(0,0,0,0.75);
    box-shadow: 0px -15px 18px -14px rgba(0,0,0,0.75);
	
	border-top: 1px solid #396b8e;

}