header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding: 2rem 1rem;
  margin-bottom: 3rem;

  background-color: transparent;
}

header div.mobile-spacer {
  display: none;
}

header i.mobile-menu-dots {
  display: none;
}

img#header-logo {
  width: 14rem;
  height: auto;
}

header nav {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

header nav a {
  font-size: 1.2rem;
  font-weight: 500;
}

header nav a:hover {
  color: var(--dark-blue);
}

header nav a.leasing-nav-link {
  color: var(--dark-blue);
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  background-color: var(--primary-blue);
  color: var(--white);

  box-shadow: -1px 1px 4px #000;
}
