/* Custom styling for post header when scrolling */
#header.scrolled,
.post-page #header.scrolled {
  background-color: #2e3450 !important;
  box-shadow: 0 0 0.25em 0 rgba(0,0,0,0.15) !important;
  border-bottom: solid 1px rgba(212, 212, 255, 0.1) !important;
  position: fixed !important;
}

#header.scrolled nav a {
  text-shadow: none !important;
}
