body {
		font-family: Helvetica, Arial, sans-serif;
}

footer {
margin-top: 0;
		border-top: 0px;
}
.site-content article {
margin-bottom: 0;
		border-bottom: 0px;
}

.entry-title {
display: none;
}

article .entry-content {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

h1.site-title {
	position: relative;
	width: calc(100% - 100px);
	left: 100px;
	text-align: left;
}

h1.site-title:before {
		content: '';
		position: absolute;
		left: -100px;
		height: 80px;
		width: 80px;
		background: url('https://sites.gatech.edu/tiles/files/2021/11/cropped-TilesLogo_2-1.png');
		background-size: 100% 100%;
		
}

h2.site-description {
		margin: 0 !important;
		padding: 0;
		position: relative;
		left: 100px;
		width: calc(100% - 100px);
		text-align: left !important;
}