#header {
	display: flex;
	border-bottom: solid 5px #0000ff;
	padding: 6em 0 1em 0;
	position: relative;
	align-items: center;
	flex-flow: row;
	flex-wrap: nowrap;
}
header.major>:last-child {
	border-bottom: solid 3px #0000ff;
	display: inline-block;
	margin: 0 0 2em 0;
	padding: 0 .75em .5em 0;
}

h1 {
	color: blue;
}

a {
 text-decoration: none;
 color: blue;
}
a:hover {
  color: #00ffff;
}
