#intro .logo {
	clip-path: none !important;
	width: 65% !important;
	height: auto !important;
	display: none !important;
}
#header .logo {
	display:flex;
}

#header .logo a {
	height: stretch;
	padding: 0.5rem 0;
}
#header .logo svg {
	height: stretch;
}

article p {
	margin: 0 0 0 0.5rem;
}

article ul {
	margin: 0 0 2em 1rem;
}