.site-header {
	padding: 7px 0;
	padding: 0.50rem 0;

}

.site-header h1 a,
.site-header h2 a {
	color: #000972;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #000972;
}
.site-header h1 {
 font-size: 30px;
	font-size: 2.142857rem;
	line-height: 1.607142857;
  
/*	margin-bottom: 7px;*/
/* margin-bottom: 0.50rem;*/
  
}
.site-header h2 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.28571rem;
	line-height: 1.846153846;
	color: #000972;
}


/* ===== begin logo ===== */

.site-header h1 a:before {
	content: "";
	display: block; width: 100px; height: 72px;
	margin: 0 auto 12px;
	background-image: url("https://www.accelerateeng.com/wp-content/AE_Images/Logo-100.png");
	background-size: cover;
}
.site-header h1 { margin-bottom: 0;}

@media screen and (min-width: 600px) {
	.site-header h1 a:before {
		width: 100px; height: 72px;
		position: absolute; top: 0; left: -120px;
	}
	.site-title, .site-description { position: relative; margin-left: 120px; }
}

/* ===== end logo ===== */


/*=======begin remove page names =======*/

.entry-header {
    display: none;
}

/*=======End remove page names =======*/


/* Begin Remove bottom double line border and spacing */

.site-content article {
	border-bottom: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* End Remove bottom double line border and spacing */


/* reduce top margin after removing header image from 24px */

.site-content {
	margin: 14px 0 0;
	margin: 1rem 0 0;
}

