/*!
 * 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. */
	font-family: 'Maven Pro', sans-serif;
}

.portfolio-item {
    margin-bottom: 25px;
}

h1, h2, h3 {
	font-weight:700;
	
}

.page-header{
		border-bottom:#CCE6FF 1px solid;
}

footer {
    margin: 50px 0;
}

.rowgap{
	padding-top:30px
}
.row {
	padding-bottom:30px
}
.navbar{
	border-bottom:#39F 2px solid
}

.img-responsive{
	border: 1px #D9D9D9 solid;
}

.top-img{
	margin-top:20px
}
.row-odd {
	background-color:#F6F6F6
}