body {
	/*background-color: beige;*/
}

#mainNav {
    border: none;
    background: #2693ff;
}

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: #2693ff;
}

footer .footer-above {
    background-color: #375573;
}

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

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

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

  
#portfolio .portfolio-item .portfolio-link .caption {
    
	background: rgba(38, 147, 255, 0.7);
	
}