html, body {
	font-family: "Source Sans 3", sans-serif;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	padding:20px;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	text-align:center;
}


h1 {
	font-size:100%;
}



.top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.top-center {
	text-align: center;
	flex: 1;
}

.top-left,
.top-right {
	width: 120px;
	display: flex;
	justify-content: center;
}

.project-title {
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
}

.project-desc {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 1.5;
}

.top-left img,
.top-right img {
	opacity: 0.85;
}


.construction {
	opacity:0.5;
}

