/*!
 * 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: sans-serif,"Helvetica Neue", Helvetica, Arial;
}

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

footer {
    margin: 50px 0;
}
.navbar {
	background-color: #000;

}
.navbar .navbar-nav > li > a{
   color: #fff;
}
.navbar .navbar-nav > li > a:hover{
   text-decoration: underline;
}
/*next is HR color*/
.page-header {
border-color: #999;
}
