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

#mainNav {
    border: none;
    background: #343a40;
}

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: white;
	color:black;
}
.footer-below a {
   color:black;
}

.footer-below a:hover {
   color:silver;
}


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: white; }

  
.btn-primary {
    font-weight: 700;
    color: white;
    border-color: #dc3545;
    background-color: #dc3545;
} 

#portfolio .portfolio-item .portfolio-link .caption {
    
	background: rgba(220, 53, 69, 0.8);

	
	
}
