/** such clean, wow **/


p#logo a img {
	top: 0 !important;
}
.lead#logo .accent {
	padding: 0 1rem;
}
.lead#logo .flair {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lead#logo > * {
	float: left;
}
@media(max-width: 767px) {
	.lead#logo {
		display: -webkit-flex;
		display: flex;
	}
	p#logo a, p#logo a img {
		min-width: 150px;
	}
}


h1, .h1 {
	font-size: 7rem;
}

.container.white-text * {
	color: white;
}

.section.has-image {
	 background-position: center 20%!important;
}