body {
	/*background-color: #ffe69e;*/
}

#mainNav {
    border: none;
    background: #721c24;
}

header.masthead {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top:0;
	text-align: center;
    color: black;
    background: #f1f1f1;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #721c24;
}

footer .footer-above {
    background-color: #343a40;
}

hr.star-light:after {
  color: #2C3E50;;
  /*background-color: transparent; */
}

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  /*background-color: #ffe69e; */
 }

  
#portfolio .portfolio-item .portfolio-link .caption {
    
	background: rgba(114, 28, 36, 0.8);
	
}