header.site-header {
  color: #0a1f44;
}

.profile-top-left {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: -120px;
  border: 2px solid #333;
  z-index: 10;
}

.header-tall {
  min-height: 100px;
  color: #0a1f44;
}

.header-title,
.header-description,
.organization,
.nav-links a {
  color: #0a1f44 !important;
}

.header-top {
  display: flex;
  flex-direction: column;
}

.organization {
  font-size: 0.9rem;
}

.nav-links a {
  font-size: 0.9rem;
}

/*# sourceMappingURL=main.css.map */