﻿body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: url('/images/jeremy-bishop-160885-unsplash.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.line-behind-text {
	display: table;
	white-space: nowrap;
}

	.line-behind-text:before, .line-behind-text:after {
		border-top: 1px solid lightgray;
		content: '';
		display: table-cell;
		position: relative;
		top: 0.75em;
		margin: 0 7px 0 7px;
		width: 50%;
	}
