/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0
*/

h1.entry-title
{
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background-color: #002b5c;
	padding:10px 8px;
	box-shadow: 2px 2px 1px #e5e5e5;
  	margin-top: 20px;
}

h1.insert-page-title{
	font-size: 1.6em;
  	font-weight: bold; 
	color: #002b5c;
  	text-align: center;
}

h3.blue-centered-heading {
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background-color: #00a3d8;
	padding:10px 8px;
}

h4.orange-centered-heading {
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background-color: #f78f1e;
	padding:6px 4px;
	box-shadow: 2px 2px 1px #e5e5e5;
}

h5.subhead {
  color:#002b5c;
  font-weight:bold;
  line-height: 1.3!important;
}
