@import "general.css";

.navbar-section {
  height: 5.375rem;
  display: flex;
  justify-content: center;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 5.375rem;
  z-index: 1;
}

.navbar-container {
  width: 75rem;
  display: flex;
  justify-content: space-between;
}

.navbar-list {
  list-style-type: none;
}

.navbar-list a {
  text-decoration: none;
}

.navbar-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: var(--fs-16);
  font-weight: var(--fw-regular2);
}

.navbar-title h1 {
  margin-left: 0.6rem;
}

.navbar-list {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
  font-size: var(--fs-18);
  font-weight: var(--fw-regular-2);
}

.navbar-list li {
  margin: 1rem;
}

.navbar-title img {
  width: 7.375rem;
  height: 3.625rem;
}

.navbar-pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.email {
  font-size: var(--fs-13);
}
