/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2018 | 22:01:02 */
.headline-with-borderbottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 1em;
}

.headline-with-borderbottom h1 {
	color: white;
	margin-bottom: 0px;
	letter-spacing: normal;
	-webkit-box-shadow: inset 0 -0.375em #bb6f1c, inset 0 -0.2em #000;
	box-shadow: inset 0 -0.375em #bb6f1c, inset 0 -0.2em #000;
	display: inline;
}

/*.headline-with-borderbottom hr {
	margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  
  border-bottom: 25px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #bb6f1c;
}*/