.header {
     background-color: rgb(50, 80, 97);
     color: #fff;
}
.headerTop {
     border-bottom: 1px solid rgba(255,255,255,0.5);
     padding: .5rem 0;
}
.headerTop p {
	font-size: .75rem;
	margin-bottom: 0;
}
.headerTop a, .headerTop a:hover {
	color: rgba(255,255,255,1);
}
.headerBottom {
     padding-top: .75rem;
     padding-bottom: .75rem;
}
header {
     display: flex;
     align-items: flex-end;
}
header img {
     display: block;
     height: 3rem;
}
header p {
     font-style: italic;
     margin-bottom: 0;
     margin-left: .5rem;
}
header h1 {
     display: none;
}
nav {
     justify-content: flex-end;
     align-items: flex-end;
     height: 100%;
	font-size: .75rem;
}
nav ul {
     display: flex;
     list-style: none;
     margin:0;
     justify-content: flex-end;
}
nav li + li {
     margin-left: 1rem;
}
nav li:before {
	content: "";
	padding-right: 0;
}
nav a, nav a:hover {
	color: rgba(255,255,255,1);
}
nav + div {
     justify-content: flex-end;
     align-items:center;
     height: 100%;
}